ONTAP 9.13

to English version

BranchCacheの無効化または有効化

FlexVolを備えたStorage Virtual Machine(SVM)でBranchCacheを無効にするには、BranchCacheの動作モードを disabled に変更します。BranchCacheサービスを共有単位で提供するか、すべての共有で自動的に提供するように動作モードを変更すると、いつでもBranchCacheを有効にすることができます。

手順
  1. 該当するコマンドを実行します。

    状況 入力するコマンド

    BranchCacheを無効にする場合

    vserver cifs branchcache modify -vserver vserver_name -operating-mode disable

    共有単位でBranchCacheを有効にする場合

    vserver cifs branchcache modify -vserver vserver_name -operating-mode per-share

    すべての共有でBranchCacheを有効にする場合

    vserver cifs branchcache modify -vserver vserver_name -operating-mode all-shares

  2. BranchCacheの動作モードが正しい設定になっていることを確認します。
    vserver cifs branchcache show -vserver vserver_name

次の例は、SVM vs1のBranchCacheを無効にします。

cluster1::> vserver cifs branchcache modify -vserver vs1 -operating-mode disable

cluster1::> vserver cifs branchcache show -vserver vs1

                                 Vserver: vs1
          Supported BranchCache Versions: enable_all
                      Path to Hash Store: /hash_data
          Maximum Size of the Hash Store: 20GB
Encryption Key Used to Secure the Hashes: -
        CIFS BranchCache Operating Modes: disable
Top of Page