Disattiva o attiva BranchCache
È possibile disattivare BranchCache sulla macchina virtuale di storage (SVM) modificando la modalità operativa BranchCache su disabled
. Puoi abilitare BranchCache in qualsiasi momento modificando la modalità operativa per offrire servizi BranchCache per share o automaticamente per tutte le condivisioni.
-
Eseguire il comando appropriato:
Se si desidera… Quindi, immettere quanto segue… Disattiva BranchCache
vserver cifs branchcache modify -vserver vserver_name -operating-mode disable
Attiva BranchCache per share
vserver cifs branchcache modify -vserver vserver_name -operating-mode per-share
Abilitare BranchCache per tutte le condivisioni
vserver cifs branchcache modify -vserver vserver_name -operating-mode all-shares
-
Verificare che la modalità operativa BranchCache sia configurata con l'impostazione desiderata:
vserver cifs branchcache show -vserver vserver_name
Nell'esempio seguente viene disattivata BranchCache su SVM vs1:
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