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

NFS Volume Mount Client Listing cDOT 8.3

Mike_Pedigo
6,787 Views

I have used the following procedure to identify what clients are accessing NFS exports in a cDOT cluster.

 

http://community.netapp.com/t5/Data-ONTAP-Discussions/NFS-Volume-Mount-Client-Listing/td-p/42397

 

We recently upgraded the client to 8.3.1 and have discovered that this procedure no longer provides which volume the client is accessing, and I can't find any documentation that would provide an alternate method.

 

Does anybody have any suggestions or know of a way to obtain the volume that a client is accessing via NFS in 8.3+?

 

Thanks!

 

Michael Pedigo

1 REPLY 1

juliusblash
5,956 Views

This process works for me. You have to collect statistics data first.  I only let it run for a few seconds. You may want to let it run longer depending on the amount of NFS activity you have.

 

statistics start -object client

 

statistics stop

 

statistics show -object client -counter nfs3_ops -fields Instance, Value

Public