Network and Storage Protocols

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

netappmagic
21,272 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
21,272 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
21,272 Views

netapp> options nfs.per_client_stats.enable on

netapp> nfsstat -l

Public