Hello,
On a test server, NFS service is not working.
Now just because nfs is not restarting, some other services are also having trouble.
Moreover, I could not find any nfs log file into /var/log/
I also updated NFS with newer version and turned off selinux.
There are some output that might be helpful.
Please let me know if you have any clue or need any info.
Many thanks!!!
[root@server ~]# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: permissive
Mode from config file: enforcing
Policy version: 24
Policy from config file: targeted
[root@server ~]# service nfs status
rpc.svcgssd is stopped
rpc.mountd is stopped
nfsd is stopped
rpc.rquotad dead but subsys locked
[root@server ~]# chkconfig --list | grep nfs
nfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off
[root@server ~]# service nfs restart
Shutting down NFS daemon: [FAILED]
Shutting down NFS mountd: [FAILED]
Shutting down NFS quotas: [FAILED]