ONTAP 9.12.1 commands

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

    Resolve the hostnames configured in the scanner pool

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

    Description

    The vserver vscan scanner-pool resolve-hostnames command resolves the host names configured in the scanner pool and update it with the IP addressses. This command also updates the active scanner pool configuration of the Vserver if the scanner pool is part of that. You must run this command for the scanner pool whose host name entry is modified in the DNS server.

    Parameters

    -vserver <vserver> - Vserver

    This parameter specifies the name of the Vserver for which you want to resolve host names.

    -scanner-pool <Scanner pool> - Scanner Pool

    This parameter specifies the name of the scanner pool for which you want to resolve host names.

    Examples

    The following example resolves the host names of a scanner pool:

    cluster1::> vserver vscan scanner-pool resolve-hostnames -vserver vs1 -scanner-pool SP
    
    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: 10.72.204.27, 10.72.204.29
    List of Host Names of Allowed Vscan Servers: vmwin204-27.fsct.nb, vmwin204-29.fsct.nb
                       List of Privileged Users: cifs\u1, cifs\u2
    Top of Page