本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
停用或啟用BranchCache
貢獻者
建議變更
您可以將 BranchCache 作業模式變更為、以停用儲存虛擬機器( SVM )上的 BranchCache disabled
。您可以隨時啟用BranchCache、只要將作業模式變更為每個共用區提供BranchCache服務、或自動為所有共用區提供。
步驟
-
執行適當的命令:
如果您想要… 然後輸入下列內容… 停用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
-
確認已使用所需的設定來設定 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