Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

刪除BranchCache組態

貢獻者

您用於刪除儲存虛擬機器(SVM)上的BranchCache服務的命令、會因您要刪除或保留現有雜湊而有所不同。

步驟
  1. 執行適當的命令:

    如果您想要…​ 然後輸入下列內容…​

    刪除BranchCache組態並刪除現有的雜湊

    vserver cifs branchcache delete -vserver vserver_name -flush-hashes true

    刪除BranchCache組態、但保留現有的雜湊

    vserver cifs branchcache delete -vserver vserver_name -flush-hashes false

範例

下列範例會刪除SVM VS1上的BranchCache組態、並刪除所有現有的雜湊:

cluster1::> vserver cifs branchcache delete -vserver vs1 -flush-hashes true