How can nfs client mounting a specific ONTAP volume be identified?
Applies to
- ONTAP 9
- NFS
Answer
nfs connected-clients show
command shows the information of NFS clients mounting ONTAP volumes.Example:
cluster-1::*> nfs connected-clients show
Node: vsim1
Vserver: vs1
Data-Ip: 10.140.72.214
Client-Ip Protocol Volume Policy Idle-Time Local-Reqs Remote-Reqs
-------------- -------- --------- -------- ------------ ---------- ----------
10.140.137.57 nfs4 rvol1 pol1 5s 9 0
10.140.137.58 nfs3 vol1 pol1 6m 51s 14 0
10.140.137.57 nfs4 vol1 pol1 5s 16 0
Additional Information
- The result of
nfs connected-clients show
command is not real-time information and is based on cached-data. Please refer to nfs-connected clients show lists connections after off-lining and on-lining a volume - For details of the command, please refer to vserver nfs connected-clients show