跳转到主内容

是否可以从Vscan中排除读取操作?

i
Knowledge Base guidance

This article may include metadata, visibility, validation state, and related support guidance.

适用场景

  • ONTAP 9
  • CIFS
  • vscan

问题解答

  • 可以使用 Vscan文件操作配置文件在CIFS共享级别控制触发请求的操作
  • 默认Vscan文件操作配置文件为 standard , 和 opencloserename 操作可以触发病毒扫描。

示例

::> 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.

追加信息

附加信息 _text