NFS is not starting because of nlockmgr
807557Feb 15 2008 — edited Feb 18 2008Hello everyone,
My nfs server is not starting because of nlockmgr being in maitenance.It is a Solaris 10 server on x86 machine. Here is what I tried to do :
# svcs -l nfs/nlockmgr
fmri svc:/network/nfs/nlockmgr:default
name NFS lock manager
enabled true
state maintenance
next_state none
state_time Thu Feb 14 23:40:33 2008
logfile /var/svc/log/network-nfs-nlockmgr:default.log
restarter svc:/system/svc/restarter:default
contract_id
dependency require_any/error svc:/milestone/network (online)
dependency require_all/restart svc:/network/rpc/bind (online)
dependency require_all/error svc:/network/nfs/status (online)
dependency require_all/error svc:/system/filesystem/minimal (online)
Then :
# tail /var/svc/log/network-nfs-nlockmgr:default.log
[ Feb 14 23:40:33 Executing stop method (:kill) ]
[ Feb 14 23:40:33 Executing start method ("/lib/svc/method/nlockmgr") ]
[ Feb 14 23:40:33 Method "start" exited with status 0 ]
[ Feb 14 23:40:33 Stopping because all processes in service exited. ]
[ Feb 14 23:40:33 Executing stop method (:kill) ]
[ Feb 14 23:40:33 Executing start method ("/lib/svc/method/nlockmgr") ]
[ Feb 14 23:40:33 Method "start" exited with status 0 ]
[ Feb 14 23:40:33 Stopping because all processes in service exited. ]
[ Feb 14 23:40:33 Executing stop method (:kill) ]
[ Feb 14 23:40:33 Restarting too quickly, changing state to maintenance ]
I am not sure what to do to fix "restarting too quickly " error.
Any help would be greatly appreciated.
Thanks in advance.