9/06/2012

HP UX NFS Restart

In HP UX we need to follow the below order while stop/ start the NFS server.

For Stop NFS :


1./sbin/init.d/nfs.server stop

2./sbin/init.d/nfs.client stop
3./sbin/init.d/nfs.core stop

For Start NFS:


1./sbin/init.d/nfs.core start

2./sbin/init.d/nfs.client start
3./sbin/init.d/nfs.server start


# showmount -ade 

to check which  client are connected via NFS to your host server/

No comments:

Post a Comment

Popular Posts