vserver vscan scanner-pool servers remove
Remove from 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 remove command removes one server or list of servers from the specified scanner pool. All the existing servers of a scanner pool cannot be removed.
Parameters
- -vserver <vserver name> - Vserver
 - This parameter specifies the name of the Vserver containing the specified scanner pool on which you want to remove a server or servers.
 - -scanner-pool <Scanner pool> - Scanner Pool
 - This parameter specifies the name of the scanner pool from which you want to remove a server or servers.
 - -hostnames <text>, ... - List of hostnames for Vscan Servers
 - This parameter specifies the host name or host names that you want to remove from the specified scanner pool.
 
Examples
The following example removes a list of servers from the specified scanner pool.
Cluster1::> vserver vscan scanner-pool servers remove -vserver vs1 -scanner-pool SP -hostnames 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
 List of Host Names of Allowed Vscan Servers: 1.1.1.1, 2.2.2.2
        
Give documentation feedback