ONTAP 9.12.1 commands

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

    Add to the list of hostnames

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

    Description

    The vserver vscan scanner-pool servers add command adds one server or list of servers to the specified scanner pool.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver containing the specified scanner pool on which you want to add a server or servers.

    -scanner-pool <Scanner pool> - Scanner Pool

    This parameter specifies the name of the scanner pool to which you want to add a server or servers.

    -hostnames <text>,…​ - List of Host Names for Vscan Servers

    This parameter specifies the host name or host names that you want to add to the specified scanner pool.

    Examples

    The following example adds a list of servers to the specified scanner pool.

    Cluster1::> vserver vscan scanner-pool servers add -vserver vs1
                -scanner-pool SP -hostnames 2.2.2.2, vmwin204-27.fsct.nb
    
    Cluster1::> vserver vscan scanner-pool servers show -vserver vs1 -scanner-pool SP
    Vserver: vs1
                                   Scanner Pool: SP
           List of IPs of Allowed Vscan Servers: 1.1.1.1, 2.2.2.2, 10.72.204.27
    List of Host Names of Allowed Vscan Servers: 1.1.1.1, 2.2.2.2,
                                                 vmwin204-27.fsct.nb
    Top of Page