ONTAP 9.13

to Japanese version

Modify the Vscan file-operations profile for an SMB share

The Vscan file-operations profile for an SMB share defines which operations on the share can trigger scanning. By default, the parameter is set to standard. You can adjust the parameter as necessary when you create or modify an SMB share.

About this task

For more information on the available values for a Vscan file-operations profile, see “Vscan file-operations profile.”

Virus scanning is not performed on a SMB share for which the continuously-available parameter is set to Yes.

Step
  1. Modify the value of the Vscan file-operations profile for a SMB share: vserver cifs share modify -vserver data_SVM -share-name share -path share_path -vscan-fileop-profile no-scan|standard|strict|writes-only

    For a complete list of options, see the man page for the command.

    The following command changes the Vscan file operations profile for a SMB share to strict:

    cluster1::> vserver cifs share modify -vserver vs1 -share-name SALES_SHARE -path /sales -vscan-fileop-profile strict
Top of Page