Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
from diag mode:
::*> network connections active show -node <node_name> -service NFS*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes. This works. Thank you.
