'Clustering' some Sun Blades... is it possible?

...and is it straight-forward?

We have 4 Sun Blade workstations (running Solaris 10) that are rarely used, so we were wondering about putting them into a cluster to give us a something for processing large jobs.

Has anyone done this sort of thing before? And is it quite simple to do?

Is any additional software required, or could it be achieved with some sort of script?

Thanks,

Mark.

[422 byte] By [mark-w] at [2007-11-26 10:21:08]
# 1
> putting them into a cluster to give us a something> for processing large jobs.Cluster, service dies on one machine and restarts on another.Grid, pooling machines together to handle large jobs.Most common misuse of the name cluster: Beowulfalan
alanpae at 2007-7-7 2:20:19 > top of Java-index,General,Talk to the Sysop...
# 2
Alan, thank you for the clarification.OK, so i want to form a 'grid' with our 4 SunBlades.Is this possible with software or scripting?Thanks,Mark.
markw at 2007-7-7 2:20:19 > top of Java-index,General,Talk to the Sysop...
# 3

> OK, so i want to form a 'grid' with our 4 SunBlades.

>

> Is this possible with software or scripting?

Your in luck!

Right now because of this TV special we can help you out.

Just send four monthly payments of $19.95 and you can have your own grid system. That's right just four payments of $19.95 and four box tops off of your favorite cereal box is all it takes! Call Now!

Ok,

You can use either the Globus toolkit or even easier is Sun's Grid Engine.

Find links to both at

http://www.ilkda.com/

look under grid,

alan

alanpae at 2007-7-7 2:20:19 > top of Java-index,General,Talk to the Sysop...
# 4

Thanks for your reply Alan.

I assume the sarcasm is because i'm trivialising a rather complex issue?

Apologies, but i thought it migtht be simple to utilise the processing power of unused machines using some scripting, as things like SETI@home just use a screensaver to harness cpu time.

Anyway, thanks for the link.

Cheers,

Mark.

markw at 2007-7-7 2:20:19 > top of Java-index,General,Talk to the Sysop...
# 5

Mark,

I test drove SUN Grid Engine some time back and I don't recall it being that difficult to configure. It will allow you assign one server as a master and the others as slaves. When jobs are submitted it will distribute it out to the slave machines. Machines can be put into and pulled out of the grid at will.

Grid Engine (Somewhat Seti features) needs to have a client installed on it to allow it to receive data from mothership. It also has the feature to schedule jobs to be sent out.

Lee_McCreery at 2007-7-7 2:20:19 > top of Java-index,General,Talk to the Sysop...
# 6

> I assume the sarcasm is because i'm trivialising a

> rather complex issue?

Nope, I was just EXTREMELY bored when I wrote that, that's all.

Sorry if I offended, it was not meant.

> Anyway, thanks for the link.

Sure, just remember that in order to use a cluster you're software should be made "cluster" aware, otherwise you're just wasting cycles.

alan

alanpae at 2007-7-7 2:20:20 > top of Java-index,General,Talk to the Sysop...