Page 1 of 1

Restarting nfs server

PostPosted: Fri Oct 21, 2011 1:40 pm
by firwareslut
How do I restart the NFS service without rebooting? I am noticing that if I don't always cleanly dismount the nfs share I cannot reconnect until I reboot the NAS.

Re: Restarting nfs server

PostPosted: Fri Oct 21, 2011 3:07 pm
by fvdw
use the webinterface and use stop button in NFS server menu and then start button

ps in in the coming release the new version of the sever will be integrated

Re: Restarting nfs server

PostPosted: Sat Oct 22, 2011 2:18 pm
by firwareslut
I need the command so I can create a remote login to script to restart it automatically if the client doesn't succeed in mounting the share.

Re: Restarting nfs server

PostPosted: Sat Oct 22, 2011 11:37 pm
by fvdw
the current old version of nfs-utilsis stopped using
Code: Select all
killall -9 nfsd
killall -9 statd
killall -9 mountd
killall-9 portmap


starting
Code: Select all
/opt/etc/init.d/S55portmap
/opt/etc/init.d/S56nfs-utils


The new version will use different commands