Server : rpc.portmap |
rpc.mountd, rpc.nfsd |
rpc.statd, rpc.lockd (if necessary), and rpc.rquotad |
Client:
rpc.lockd
rpc.statd
automount if using automounter.
Nfs lock problem
NFS PROBLEM:
while strating the nfslock service the output was
- service nfslock start
Starting NFS statd: statd: Could not chdir: No such file or directory [FAILED]
and dmesg shows something like this:-
lockd: cannot monitor 192.168.9.32 nsm_mon_unmon: rpc failed, status=-13
Solution:-
Follow the below mentioned steps to resolve the problem:-
- cd /var/lib/nfs
- mkdir statd
- chmod 700 statd
- touch state
- chmod 600 state
- service nfslock restart
No comments:
Post a Comment