vserver nfs connected-clients show
Display List of recent NFS clients information
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The nfs connected-clients show command displays information about currently connected NFS clients, other NFS clients that are are currently idle but can be connected, and a list of recently unmounted clients.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-node {<nodename>|local}] - Node Name
- Use this parameter to display information only about the specified node.
- [-vserver <vserver>] - Vserver
- Use this parameter to display information only about the specified vserver.
- [-data-lif-ip <IP Address>] - Data LIF IP Address
- Use this parameter to display information only about the specified data LIF IP.
- [-client-ip <IP Address>] - Client IP Address
- Use this parameter to display information only about the specified client IP.
- [-volume <volume name>] - Volume Accessed
- Use this parameter to display information only about the specified volume.
- [-protocol <Client Access Protocol>] - Protocol Version
- Use this parameter to display information only about the specified protocol.
- [-idle-time <[<integer>d][<integer>h][<integer>m][<integer>s]>] - Idle Time (Sec)
- Use this parameter to display the time elapsed since the client sent the last request for this volume.
- [-local-reqs <integer>] - Number of Local Reqs
- Use this parameter to display a counter tracking requests that are sent to the volume with fast-path.
- [-remote-reqs <integer>] - Number of Remote Reqs
- Use this parameter to display a counter tracking requests that are sent to the volume with slow-path to remote Dblade using a CSM session.
Examples
The following example displays the connected clients information.
cluster-1::*> nfs connected-clients show
Node: vsim1
Vserver: vs1
Data-Ip: 10.140.72.214
Client-Ip Volume-Name Protocol Idle-Time Local-Reqs Remote-Reqs
--------------- ---------------- -------- ------------- ---------- -----------
10.140.137.57 rvol1 nfs4 2h 13m 56s 9 0
10.140.137.57 vol1 nfs3 6m 51s 14 0
10.140.137.57 vol1 nfs4 1d 2h 5m 53s 16 0
3 entries were displayed.
Give documentation feedback