Rani Nandiwada wrote:

>Hi,
>
>I am running RHEL4.8 on Precision workstation with oscar 5.0 installed.
>Everything working fine until ...
>
>I installed few security patches including a kernel patch .
>
>Now the "home" directory is not getting mounted on the cluster nodes.
>
>I cannot use the nodes on the cluster until the the "home" patition 
>gets mounted.
>
>"mount to NFS server 'nfs_oscar' failed: System Error: Connection refused"
>
>/etc/exports file is the same as before.
>
>Any help is appreciated....Thanks...Rani
>  
>
Hi Rani,
   Try this:
The rc.local file in the /etc directory is usually the same for all 
nodes. So if eth0 with IP 192.168.n.m is your master node:
Edit rc.local as root in /etc with vi or emacs editor and add these two 
lines:
/etc/init.d/network restart
mount -t nfs 192.168.n.m:/home /home
and copy using scp as root to all compute nodes by the command from head 
node:
scp  /etc/rc/local 192.168.n.mx:/etc
and reboot your head node and then
and reboot your cluster using cshutdown -r t 0
Hope this helps!
Allan MeneZes

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to