オプション「 vserver vscan default-fileop-profile modify 」で実行される処理
に適用されます
ONTAP 9
回答
- 新しく作成した CIFS 共有では、オプション「 vscan-fileop-profile 」を指定して { no-scan | standard | strict | writes-only } に設定します。
- 現在の株式には影響しません。
追加情報
以下は、デフォルトの Vscan ファイル処理プロファイルを変更する前後(書き込み専用にして標準に戻す)の共有情報の例です。::> cifs share show -vserver notrob -fields vscan-fileop-profile
vserver share-name vscan-fileop-profile
------- ---------- --------------------
notrob admin$ standard
notrob c$ standard
notrob ipc$ standard
3 entries were displayed.::*> vserver vscan default-fileop-profile modify -vserver notrob -fileop-profile writes-only
(カップルの共有を作成)::> cifs share show -vserver notrob -fields vscan-fileop-profile
vserver share-name vscan-fileop-profile
------- ---------- --------------------
notrob admin$ standard
notrob c$ standard
notrob ipc$ standard
notrob vscan2 writes-only
notrob vscan3 writes-only
5 entries were displayed.
変更して「標準」に戻し、新しい共有( vscan4 )を作成しました。
::*> vserver vscan default-fileop-profile modify -vserver notrob -fileop-profile standard
::> cifs share show -vserver notrob -fields vscan-fileop-profile
vserver share-name vscan-fileop-profile
------- ---------- --------------------
notrob admin$ standard
notrob c$ standard
notrob ipc$ standard
notrob vscan2 writes-only
notrob vscan3 writes-only
notrob vscan4 standard
6 entries were displayed.