Rayson Ho | 1 Feb 2003 16:22
Picon
Favicon

Grid Engine ported to FreeBSD

SGE (a multi-platform batch system) is now on FreeBSD:

http://www.bsdforums.org/forums/showthread.php?threadid=6486

Rayson

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message

Chad Ziccardi | 3 Feb 2003 18:40

Re[2]: freebsd cluster target market

begin quote from Gabriel Ambuehl <gabriel_ambuehl <at> buz.ch> written 2003-01-12:

> I actually once HAD vinum doing network RAID. It's an awful hack and
> not of any practical use, but enough for proof of concept:
>
> Mount foreign filesystem over NFS. Use vn(4) and vnconfig to create a
> FS backed "partition", use disklabel to assign the correct partition
> type to it and you're set. It's just horrible unstable, slow and prone
> to error.

That sounds similiar to Solaris's CacheFS, backing NFS to local disk for
faster access, and a little bit of stability (it can keep going with the NFS
server down)

--

-- 
Chad Ziccardi, Professional Slacker          cz <at> digitalfreaks.org
"Some cause happiness wherever they go; others whenever they go."

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message

Gabriel Ambuehl | 3 Feb 2003 18:53
Picon

Re[3]: freebsd cluster target market


Hello Chad,

Monday, February 3, 2003, 6:40:36 PM, you wrote:
> That sounds similiar to Solaris's CacheFS, backing NFS to local disk
for
> faster access, and a little bit of stability (it can keep going with
the NFS
> server down)

No, what Solaris does is more like dumbed down Coda than network
RAID...

Best regards,
 Gabriel

Gabriel Ambuehl | 3 Feb 2003 19:04
Picon

Re[4]: freebsd cluster target market


Hello Chad,

Monday, February 3, 2003, 6:59:15 PM, you wrote:
>> No, what Solaris does is more like dumbed down Coda than network
>> RAID...
> True. I should read slower then reply ;>

Speaking of, has anyone ever gotten Coda and it's associated
replication stuff to work under STABLE?

Best regards,
 Gabriel

Clifton Royston | 3 Feb 2003 19:31
Favicon

Re: freebsd cluster target market

On Mon, Feb 03, 2003 at 12:40:36PM -0500, Chad Ziccardi wrote:
> begin quote from Gabriel Ambuehl <gabriel_ambuehl <at> buz.ch> written 2003-01-12:
> 
> > I actually once HAD vinum doing network RAID. It's an awful hack and
> > not of any practical use, but enough for proof of concept:
> >
> > Mount foreign filesystem over NFS. Use vn(4) and vnconfig to create a
> > FS backed "partition", use disklabel to assign the correct partition
> > type to it and you're set. It's just horrible unstable, slow and prone
> > to error.

  Great (ly twisted) minds think alike, I guess.  We experimented with
this some here as a "skunkworks" (unofficial) project using various
combinations of Linux, FreeBSD, OpenBSD, and BSD/OS.  The problem is
that no combination we tried seemed to have a solid and stable enough
implementation of NFS and of vinum or "loopback FS" + raidframe, etc.
etc. to get it working reliably.  Let alone performing well.

  On the freebsd-current list, PHK is sounding pretty enthusiastic
about getting NBD implemented as an available block driver under GEOM.
That would be the "right place" to make it work with pretty much
everything disk-related in FreeBSD, I think.

  -- Clifton

--

-- 
     Clifton Royston  --  LavaNet Systems Architect --  cliftonr <at> lava.net

  "If you ride fast enough, the Specialist can't catch you."
  "What's the Specialist?" Samantha says. 
(Continue reading)

Gabriel Ambuehl | 3 Feb 2003 19:40
Picon

Re[2]: freebsd cluster target market


Hello Clifton,

Monday, February 3, 2003, 7:31:46 PM, you wrote:
>   On the freebsd-current list, PHK is sounding pretty enthusiastic
> about getting NBD implemented as an available block driver under
GEOM.
> That would be the "right place" to make it work with pretty much
> everything disk-related in FreeBSD, I think.

Do you happen to know the name of the thread? I think some
encouragement about it would be in order. I'd definitely love this
feature (aside Java support, really the only advantage Linux has over
BSD these days if you ask me).

Best regards,
 Gabriel

Chuck Rouzer | 4 Feb 2003 00:39

Re: freebsd cluster target market

> >   On the freebsd-current list, PHK is sounding pretty enthusiastic
> > about getting NBD implemented as an available block driver under
> GEOM.
> > That would be the "right place" to make it work with pretty much
> > everything disk-related in FreeBSD, I think.

   I would prefer iSCSI over NBD but still interested.  Will check it out.

> Do you happen to know the name of the thread? I think some
> encouragement about it would be in order. I'd definitely love this
> feature (aside Java support, really the only advantage Linux has over
> BSD these days if you ask me).

   The Java port and Linux kernel module seem to work great.

Chuck

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message

Gabriel Ambuehl | 4 Feb 2003 00:48
Picon

Re[2]: freebsd cluster target market


Hello Chuck,

Tuesday, February 4, 2003, 12:39:24 AM, you wrote:
>    I would prefer iSCSI over NBD but still interested.  Will check
it out.

Well iSCSI sure would be nice (it'd mean that you could use it with
basically every OS that supports it) but still, FreeBSD nbd
(preferably compatible to the Linux one but not really needed in my
case) would be a big step in the right direction...

>> Do you happen to know the name of the thread? I think some
>> encouragement about it would be in order. I'd definitely love this
>> feature (aside Java support, really the only advantage Linux has
over
>> BSD these days if you ask me).
>    The Java port and Linux kernel module seem to work great.

Last time I tried (late december) jdk13 port wouldn't build for some
reason. It's PITA that it needs linux emulation in order to compile
anyway. Is there any chance that Sun will allow FreeBSD to supply a
native binary in the forseeable future?

Best regards,
 Gabriel

Chuck Rouzer | 4 Feb 2003 04:15

Re: freebsd cluster target market

> Last time I tried (late december) jdk13 port wouldn't build for some
> reason. It's PITA that it needs linux emulation in order to compile
> anyway. Is there any chance that Sun will allow FreeBSD to supply a
> native binary in the forseeable future?

   Hmm... I tried it a month ago or so and the latest (v1.4?) worked
perfectly.  Had Linux support and java command line executable running in
about 10 minutes.

Chuck

P.S. please don't cc me

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message

Greg Lewis | 4 Feb 2003 06:03

Re: freebsd cluster target market

On Tue, Feb 04, 2003 at 12:48:42AM +0100, Gabriel Ambuehl wrote:
> Last time I tried (late december) jdk13 port wouldn't build for some
> reason. It's PITA that it needs linux emulation in order to compile
> anyway. Is there any chance that Sun will allow FreeBSD to supply a
> native binary in the forseeable future?

The jdk13 port should build fine, what was your particular problem?
As for your question, the answer is yes.

--

-- 
Greg Lewis                          Email   : glewis <at> eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis <at> FreeBSD.org

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message


Gmane