Restart NFS in Solaris

There are a couple ways you can restart the nfs service in solaris.

1) Use the svcadm command

svcadm restart nfs/server

2) Use the init.d script for nfs

/etc/init.d/nfs stop
/etc/init.d/nfs start

To verify you can do “svcs | grep nfs” and view the timestamp on the process.

Be the first to comment

Leave a Reply