ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver vscan scanner-pool show

    Display scanner pools

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver vscan scanner-pool show command displays information about the Vscan scanner pools belonging to the Vserver. It also displays the scanner policy applied to the scanner pool and its current status in Vserver scope. If you do not specify any parameters, the command displays the following information about all scanner pools:

    • Vserver name

    • Scanner pool

    • Scanner pool owner

    • Scanner policy

    • Current status

    • Cluster on which policy is applied

    • List of servers

    • List of host names

    • List of privileged user

    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.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information only about the scanner pools for the specified Vserver.

    [-scanner-pool <Scanner pool>] - Scanner Pool

    If you specify this parameter, the command displays information only about the specified scanner pool.

    [-scanner-policy <Scanner policy>] - Applied Policy

    If you specify this parameter, the command displays information only about the scanner pools for the specified scanner policy.

    [-current-status {on|off}] - Current Status

    If you specify this parameter, the command displays information only about the scanner pools that have the specified status.

    [-cluster <Cluster name>] - Cluster on Which Policy Is Applied

    If you specify this parameter, the command displays information only about the scanner pools that are applied to the specified cluster.

    [-owner <Configuration owner>] - Scanner Pool Config Owner

    If you specify this parameter, the command displays information only about the scanner pools that have the specified owner.

    [-servers <IP Address>,…​] - List of IPs of Allowed Vscan Servers

    If you specify this parameter, the command displays information only about the scanner pools that have the specified IP address or IP addresses.

    [-hostnames <text>,…​] - List of Host Names of Allowed Vscan Servers

    If you specify this parameter, the command displays information only about the scanner pools that have the specified host name or host names.

    [-privileged-users <Privileged user>,…​] - List of Privileged Users

    If you specify this parameter, the command displays information only about the scanner pools that have the specified privileged user or users.

    [-request-timeout <[<integer>h][<integer>m][<integer>s]>] - Request Service Timeout

    If you specify this parameter, the command displays information only about the scanner pools that have the specified request-timeout.

    [-scan-queue-timeout <[<integer>h][<integer>m][<integer>s]>] - Scan Queue Timeout

    If you specify this parameter, the command displays information only about the scanner pools that have the specified scan-queue-timeout.

    [-session-setup-timeout <[<integer>h][<integer>m][<integer>s]>] - Session Setup Timeout

    If you specify this parameter, the command displays information only about the scanner pools that have the specified session-setup-timeout.

    [-session-teardown-timeout <[<integer>h][<integer>m][<integer>s]>] - Session Teardown Timeout

    If you specify this parameter, the command displays information only about the scanner pools that have the specified session-teardown-timeout.

    [-max-session-setup-retries <integer>] - Max Number of Consecutive Session Setup Attempts

    If you specify this parameter, the command displays information only about the scanner pools that have the specified max-session-setup-retries.

    Examples

    The following example displays information about all scanner pools.

    Cluster1::> vserver vscan scanner-pool show
                Scanner    Pool                         Privileged      Scanner
    Vserver     Pool       Owner   Servers              Users           Policy
    ----------- ---------- ------- -------------------- --------------- ----------
    vs1         SP         vserver 1.1.1.1,             cifs\u1,        primary
                                   10.72.204.27         cifs\u2
    vs1         p1         vserver 3.3.3.3              cifs\u1,        secondary
                                                        cifs\u2
    2 entries were displayed.

    The following example displays detailed information about one scanner pool.

    Cluster1::> vserver vscan scanner-pool show -vserver vs1 -scanner-pool SP
    Vserver: vs1
                                   Scanner Pool: SP
                                 Applied Policy: primary
                                 Current Status: on
             Cluster on Which Policy Is Applied: Cluster1
                      Scanner Pool Config Owner: vserver
           List of IPs of Allowed Vscan Servers: 1.1.1.1, 10.72.204.27
    List of Host Names of Allowed Vscan Servers: 1.1.1.1, vmwin204-27.fsct.nb
                       List of Privileged Users: cifs\u1, cifs\u2
    Top of Page