Skip to main content

vserver nfs storepool blocked-client show

Contributors
Suggest changes

Display the Storepool Blocked Clients Information

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The vserver nfs storepool blocked-client show command shows the NFSv4 storepool blocked clients. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays the following information about all the blocked clients:

  • Node on which storepool blocked client cache is present

  • Client ip address

  • Time to live for blocked client cache entry

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 (privilege: advanced)

If this parameter is specified, the command displays information only about clients with the specified node.

[-client-ip <IP Address>] - Client IP Address (privilege: advanced)

If this parameter is specified, the command displays information with the specified client IP.

[-ttl <[<integer>d][<integer>h][<integer>m][<integer>s]>] - TTL For Entries (Secs) (privilege: advanced)

If this parameter is specified, the command displays all the blocked client information whose time to live matches the provided value.

Examples

The following example displays all NFSv4 storepool blocked clients caches which are present on node1.

cluster1::*> vserver nfs storepool blocked-client show -node node1
    cluster1::*>
    Node: node1
Client-IP       TTL (secs)
--------------  ---------
1.0.1.62        512s
1.0.1.63        512s
1.0.1.126       512s
3 entries were displayed.
  cluster1::*>