Create an ONTAP Vscan scanner pool on a single cluster
A scanner pool defines the Vscan servers and privileged users that can connect to SVMs.
- 
SVMs and Vscan servers must be in the same domain or in trusted domains.
 - 
Configure an ONTAP Antivirus Connector with the cluster management LIF.
 - 
The list of privileged users must include the domain and user name the Vscan server uses to connect to the SVM.
 - 
Once the scanner pool is configured, check the connection status to the servers.
 
- 
Create a scanner pool:
vserver vscan scanner-pool create -vserver cluster_admin_SVM -scanner-pool scanner_pool -hostnames Vscan_server_hostnames -privileged-users privileged_users- 
Specify a cluster admin SVM.
 - 
Specify an IP address or FQDN for each Vscan server host name.
 - 
Specify the domain and user name for each privileged user.
 
Learn more about
vserver vscan scanner-pool createin the ONTAP command reference. - 
 - 
Verify that the scanner pool was created:
vserver vscan scanner-pool show -vserver cluster_admin_SVM -scanner-pool scanner_poolThe following command displays the details for the
SPscanner pool:cluster1::> vserver vscan scanner-pool show -vserver cluster_admin_SVM -scanner-pool SP Vserver: cluster_admin_SVM Scanner Pool: SP Applied Policy: idle Current Status: off Cluster on Which Policy Is Applied: - Scanner Pool Config Owner: cluster 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\u2You can also use the
vserver vscan scanner-pool showcommand to view all the scanner pools on the cluster. Learn more aboutvserver vscan scanner-pool showin the ONTAP command reference.