|
|
OpenMOSIX - ClusterKNOPPIX - Troubleshooting
I encountered the following problem when I tried Cluster KNOPPIX3.3 (a remastered version of KNOPPIX including OpenMOSIX,
which is a kernel extension for linux clustering):
ClusterKNOPPIX was not able to bring up the networkcard (NIC) properly, so I had
to configure it manually via:
# ifconfig eth0 192.168.0.178
I tried to restart openmosix with:
# /etc/init.d/openmosix restart
but no avail. OpenMOSIX was not starting properly, at least openmosixview didn't show any other connected machines.
The error message:
"OpenMOSIX is currently disabled"
and when starting it, it mumbled something about "can't mount mfs".
The solution:
# omdiscd -i eth0
This sets the network interface on the machine for connecting to the mosix cluster.
After omdisc openmosixview immediately showed the other machine(s) and the fun started 8-)
Last-Modified: Sat, 04 Feb 2006 16:13:48 GMT
|
|