I have an X4500 server which i'm exporting a zfs file system over nfs.
The NFS share seems to work perfectly for an (undetermined period of time) and
then it just stops responding. I don't know where I would go to look for logs
on this.
When I try restart the nfs service, it fails to restart and hangs on stop:
root at thumper0:/var/svc/log$ svcadm restart network/nfs/server
root at thumper0:/var/svc/log$ svcs network/nfs/server
STATE STIME FMRI
online* 11:43:19 svc:/network/nfs/server:default
root at thumper0:/var/svc/log$ tail
/var/svc/log/network-nfs-server\:default.log
[ Nov 8 10:06:11 Executing stop method ("/lib/svc/method/nfs-server stop 53") ]
[ Nov 8 10:06:11 Method "stop" exited with status 0 ]
[ Nov 8 10:06:11 Executing start method ("/lib/svc/method/nfs-server start") ]
[ Nov 8 10:06:11 Method "start" exited with status 0 ]
[ Nov 8 10:49:48 Executing start method ("/lib/svc/method/nfs-server start") ]
[ Nov 8 10:49:49 Method "start" exited with status 0 ]
[ Nov 8 10:54:59 Executing start method ("/lib/svc/method/nfs-server start") ]
[ Nov 8 10:55:00 Method "start" exited with status 0 ]
[ Nov 8 11:43:19 Stopping because service restarting. ]
[ Nov 8 11:43:19 Executing stop method ("/lib/svc/method/nfs-server stop 52") ]
root at thumper0:/var/svc/log$ ps -ef | grep nfs-server
root 451 7 0 11:43:19 ? 0:00 /sbin/sh
/lib/svc/method/nfs-server stop 52
I am stuck trying to work out what is causing the nfs to stop working and also
the nfs server stop to hang.
This message posted from opensolaris.org