From: J. D. <jdawe@u.washington.edu> - 2005-02-01 19:00:58
|
Hi all. I've read through the list messages and found the references to how Clustermatic 5 doesn't mount nfs the old way anymore, and I've tried to set up the nfs.init script that Daniel Gruner posted, but it doesn't seem to be running. I have added . /etc/clustermatic/nfs.init to my node_up script, but when I "bpsh 0 ls", /home doesn't appear in the dir list. Also, I can run the nfs.init file from the prompt as: /etc/clustermatic/nfs.init 0 and it will run, with the following error messages: FATAL: Failed to open config file /etc/modprobe.conf.dist: No such file or directory mount: fs type rpc_pipefs not supported by kernel FATAL: Failed to open config file /etc/modprobe.conf.dist: No such file or directory FATAL: Failed to open config file /etc/modprobe.conf.dist: No such file or directory mount: fs type nfs not supported by kernel mount: fs type nfs not supported by kernel After I run nfs.init manually, /home is created on the slave, which I can see with "bpsh 0 ls". So how do I fix this? I would think maybe the node isn't finding the /etc/modprobe.conf.dist file it needs, except the lack of the creation of /home on boot suggests to me the script isn't running at all. Suggestions? Jordan Dawe |