読み取り処理をVscanから除外することはできますか。
環境
- ONTAP 9
- CIFS
- Vscan
回答
- 要求をトリガーする処理は、 Vscanファイル処理プロファイルを使用してCIFS共有レベルで制御できます。
- デフォルトのVscanファイル処理プロファイルはで
standard
、open
およびclose
rename
の処理によってウィルススキャンがトリガーされます。
例
::> vserver cifs share modify -vserver svm1 -share-name share1 -vscan-fileop-profile standard
[-vscan-fileop-profile {no-scan|standard|strict|writes-only}] - Vscan File-Operations Profile
This optional parameter controls which operations trigger virus scans. The value can be one of the following:
o no-scan: Virus scans are never triggered for this share.
o standard: Virus scans can be triggered by open, close, and rename operations. This is the default profile.
o strict: Virus scans can be triggered by open, read, close, and rename operations.
o writes-only: Virus scans can be triggered only when a file that has been modified is closed.
追加情報
AdditionalInformation_Text