Please do the below configuration on Netapp side.
You have to install that connector and add cifs vserver lifs ip's to that connector.Need to do some configuration on NetApp side also.
>vserver vscan enable -vserver svm-test-cifs
>vserver vscan scanner-pool create -vserver svm-test-cifs -scanner-pool svm-test-cifs -servers 192.168.0.1 -privileged-users domain\adminname
If you want to add additional server, please use below command
>vserver vscan scanner-pool servers add -vserver svm-test-cifs -scanner-pool svm-test-cifs -servers 192.168.0.2
You can create scan policies using below command if you want, by these policies you can exclude or include file extensions and so many features.
>vserver vscan on-access-policy create -vserver svm-test-cifs -policy-name svm-test-cifs -protocol CIFS -filters scan-mandatory -max-file-size 2GB -file-ext-to-include "*" -scan-files-with-no-ext true
Below command will display the AV servers connected to the NetApp storage frame.
>vserver vscan connection-status show
It will show you the vscan status on all svm's
>vserver vscan show
Naveenkumar Pusuluru
Storage Lead | C3i Healthcare connections
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.