简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
更改 BranchCache 服务器密钥
贡献者
建议更改
您可以通过修改 Storage Virtual Machine ( SVM )上的 BranchCache 配置并指定其他服务器密钥来更改 BranchCache 服务器密钥。
关于此任务
您可以将服务器密钥设置为特定值,以便在多个服务器为相同文件提供 BranchCache 数据时,客户端可以使用使用使用同一服务器密钥的任何服务器的哈希。
更改服务器密钥时,还必须刷新哈希缓存。刷新哈希后, ONTAP 会在启用了 BranchCache 的客户端发出新请求时创建新哈希。
步骤
-
使用以下命令更改服务器密钥:
vserver cifs branchcache modify -vserver vserver_name -server-key text -flush-hashes true
配置新服务器密钥时、还必须指定
-flush-hashes
并将值设置为true
。 -
使用验证anchCache配置是否正确
vserver cifs branchcache show
命令:
示例
以下示例将设置一个包含空格的新服务器密钥,并刷新 SVM vs1 上的哈希缓存:
cluster1::> vserver cifs branchcache modify -vserver vs1 -server-key "new vserver secret" -flush-hashes true 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: per_share