NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

How do I check sessions of connected nfs clients?

KHYOON123
53,785 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
53,771 Views

from diag mode:

 

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

duggulaxmi
35,128 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
32,456 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
24,572 Views

yes. This works. Thank you.

Public