PDA

View Full Version : Clustering Help



aznchowboy650
01-15-2005, 08:16 PM
I'm trying to cluster my computers but it says network not initialized also i changed the root password but in the system admin part the password doesn't work and my user id is 1000 while i need user id to be 0 to get full access how do i do that?

markpreston
01-15-2005, 08:53 PM
I'm afraid I don't know the answer to your question, but there is a customised Knoppix called Cluster Knoppix that you might like to investigate.
See
http://bofh.be/clusterknoppix/
Regards,
Mark

aznchowboy650
01-16-2005, 12:41 PM
yea i have cluster knoppix but iono wat to do cuz when i do tyd -f init it says unable to initialize server

A. Jorge Garcia
01-17-2005, 01:31 AM
What kind of cluster are you setting up: Beowulf, openMOSIX or jCluster?

I've used MOSIX before (QUANTIAN based on clusterKNOPPIX), but I never got a decent compiler to work with it. I could only run pre-compiled apps designed for MOSIX, such as Kandel.

I'd like to write my own code to run in parallel so I'm looking into jClusters. Take a look at

http://www.buyya.com
http://www.ipd.uka.de/JavaParty
http://freshmeat.net/projects/jcluster
http://www.srg.csis.hku.hk/homepage/srg/jessica.htm

My students are learning java now, so writing code for a cluster in java would be great! The idea behind a jCluster is to use an existing Linux TCP/IP LAN and the networking libraries in standard java jdk write and run clustered apps without the need for a specialized kernel such as MOSIX (and Beowulf?).

Regards,
AJG

phraitz
01-17-2005, 08:34 AM
started the start script of openmosix?

if not do
/etc/init.d openmosix start

then you should be able to start the cluster and/or the gui

A. Jorge Garcia
01-19-2005, 01:34 AM
Just wondering if anyone is actually doing something with their cluster....

TIA,
AJG