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.

Network and Storage Protocols

Urgent help: how to list all clients currently NFS mounting on a volume?

netappmagic
22,452 Views

Are there any way to list all hosts currently NFS mouting on a volume? I can find what hosts are able to by check /etc/exports, but what if I only want to show those currently mounting this volume/qtree ?

Thanks!

2 REPLIES 2

alexand4
22,452 Views

Hello,

The file /etc/rmtab will give you this information.

If you have the filer's root vol mounted into a linux server you can run for example:

     # strings /mnt/<filer>/etc/rmtab | grep <volume name>

The other alternative is to enable the option nfs.per_client_stats.enable. Find more information at https://library.netapp.com/ecmdocs/ECMP1401220/html/GUID-66BEFE69-F98F-4CBE-BE65-83641F2FD323.html.

Regards,

Alex

ERICMB_INT
22,452 Views

netapp> options nfs.per_client_stats.enable on

netapp> nfsstat -l

Public