An account will enable you to access:
Don't have an account?
Network and Storage Protocols
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!
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
netapp> options nfs.per_client_stats.enable on
netapp> nfsstat -l