From: Jan H. <hue...@un...> - 2005-06-15 12:31:16
|
I have setup bproc 4.0.0pre8 successfully, the nodes boot, I can use bpsh and execute commands on them and they see the master node, of course. Now I tried to mount a directory from the master by adding it to the /etc/clustermatic/fstab file. But now the nodes would hang up if I run the node_up script on them The same happens if I do it manually bpsh 0 mkir /home_local bpsh 0 /bin/mount -t nfs -o rsize=8192,wsize=8192,nolock,ro n-1:/home_local /home_local It just hangs here. Any suggestions appreciated. Oh, yes, the nfsserver is running, /etc/exports is up to date. I can export the directory to other machines and the master is able to export directories from other machines. It doesn't seem to make a difference whether I call the master n-1, master (as named in the config file) or by its IP number. Jan. |