The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Delete the BranchCache configuration
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
The command you use for deleting the BranchCache service on your storage virtual machine (SVM) differs depending on whether you want to delete or keep existing hashes.
Step
-
Run the appropriate command:
If you want to… Then enter the following… Delete the BranchCache configuration and delete existing hashes
vserver cifs branchcache delete -vserver vserver_name -flush-hashes true
Delete the BranchCache configuration but keep existing hashes
vserver cifs branchcache delete -vserver vserver_name -flush-hashes false
Example
The following example deletes the BranchCache configuration on SVM vs1 and deletes all existing hashes:
cluster1::> vserver cifs branchcache delete -vserver vs1 -flush-hashes true