ONTAP Discussions
ONTAP Discussions
Hi all,
We all know how to check nfs client in 7-mode by command that "nfs stat -l".
Somone told me using "statistics show -object nfs*".
I thought that command is only checking for nfs statistics.
Please let me know how do I check connected nfs clients.
Thanks.
from diag mode:
::*> network connections active show -node <node_name> -service NFS*
In Diag mode , i could find a command " network "
Is there any way in NetApp 7 Mode to check for the connections to NFS
or list the NFS clients
Also i would like to know if we can list the connection to a particular CIFS / NFS share
under 7 -mode, you can run this commands from any linux machine to list the clients mounting an nfs resource
showmount -a <hostname or ip of the nfs server>
yes. This works. Thank you.