ONTAP Discussions

How do I check sessions of connected nfs clients?

KHYOON123
47,350 Views

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.

4 REPLIES 4

JSHACHER11
47,336 Views

from diag mode:

 

::*> network connections active show -node <node_name> -service NFS*

duggulaxmi
28,693 Views

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

socalr53
26,021 Views

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>

rathadur7
18,137 Views

yes. This works. Thank you.

Public