ONTAP 9.12.1 commands

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

    Display list of servers

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

    Description

    The vserver vscan scanner-pool servers show command displays the list of servers of the Vscan scanner pools belonging to the Vserver. If you do not specify any parameters, the command displays the following information about all scanner pools:

    • Vserver name

    • Scanner pool

    • List of servers

    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 for the specified scanner pool.

    [-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.

    Examples

    The following example displays the list of servers of all scanner pools.

    cluster1::> vserver vscan scanner-pool servers show
    Vserver         Scanner Pool      Servers
    --------------- ----------------- --------------------------------------------
    vs1             SP                1.1.1.1, 10.72.204.27
    vs2             p1                10.72.204.29
    6 entries were displayed.

    The following example displays the list of servers and host names of all scanner pools.

    cluster1::> vserver vscan scanner-pool servers show -instance
    Vserver: vs1
                                   Scanner Pool: SP
           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
    Vserver: vs2
                                   Scanner Pool: p1
           List of IPs of Allowed Vscan Servers: 10.72.204.29
    List of Host Names of Allowed Vscan Servers: vmwin204-29.fsct.nb
    2 entries were displayed.
    Top of Page