PDA

View Full Version : problem setting a clusterknoppix v3.6 cluster



asddsa
05-27-2006, 11:41 PM
hi, I am setting up a 2 pc cluster. the 2 pcs are connected through a switch.

I have configured the master node in this way:


ifconfig eth0 192.168.1.10
route add -net 0.0.0.0 gw 192.168.1.1
tyd -f init

at this point comes the first error:

SIOCSIFFLAGS: NO SUCH DEVICE
PLUTO CONTROL FILE /VAR/RUN/PLUTO.CTL WAS NOT FOUND IN 0 RETRIES

now I insert the last command:


tyd

and it continue repeating the PLUTO error.
If I try to open openmosix cluster monitor I see that it recognizes the node(the local cpu, of course)

===========================
I have configured the slave (drone) node in this way


ifconfig eth0 192.168.1.20
route add -net 0.0.0.0 gw 192.168.1.1
tyd -f init
tyd -m 192.168.1.10

the PLUTO error repeats also here and I cannot connect the 2 pc!


any suggestions? thanks!