on boot mount: RPC: remote system error - connection refused
I have 4 CentOS 3.x:
-2 NFS client (cl01, cl02)
-2 NFS servers (nfs1, nfs2)
The clients mount some NFS share from Server1 (nfs1) and Server2 (nfs2)
Client's /etc/fstab
nfs1:/WWW /WWW nfs hard,intr,rsize=8192,wsize=8192,tcp,nfsvers=3 0 0
nfs2:/LOGS.STATS /LOGS.STATS nfs hard,intr,rsize=8192,wsize=8192,tcp,nfsvers=3 0 0
nfs1:/docs /docs nfs hard,intr,rsize=8192,wsize=8192,tcp,nfsvers=3 0 0
The client cl01 haven't problems.
If I restart client cl02 an error occure on startup when it try to mount the nfs2:/LOGS.STATS.
This is the error:
"mount: RPC: Remote system error - connection refused".
All the others mount point are OK.
After the boot if I manualy mount the share with:
#mount nfs2:/LOGS.STATS /LOGS.STATS
I don't receive error and the share is mounted.
Thanks
Alessandro
|