在现有 SMB 共享上启用 BranchCache
您可通过将 branchcache 共享属性添加到共享属性的现有列表,在现有 SMB 共享上启用 BranchCache。
关于本任务
如果 SMB 共享上启用了 BranchCache,该共享将脱机文件配置设置为手动高速缓存。
如果现有共享的脱机文件设置未设置为手动高速缓存,您必须通过修改共享来配置它。
可设置共享上的 branchcache 属性,即使未在存储虚拟机(SVM)上配置和启用 BranchCache 也是如此。
但是,如果希望共享提供高速缓存的内容,则必须在 SVM 上配置并启用 BranchCache。
添加 branchcache 共享属性到共享时,现有共享设置和共享属性将保留。
BranchCache 共享属性将添加到现有的共享属性列表。有关使用 vserver cifs share properties add 命令的更多信息,请参阅手册页。
- 如有必要,为手动高速缓存配置脱机文件共享设置:
- 确定哪些脱机文件共享设置由 vserver cifs share show 命令使用。
- 如果脱机文件共享设置未设置为手动,则将其更改为所需的值:vserver cifs share modify -vserver vserver_name -share-name share_name -offline-files manual
- 在现有 SMB 共享上启用 BranchCache:vserver cifs share properties add -vserver vserver_name -share-name share_name -share-properties branchcache
- 验证在 SMB 共享上是否设置了 BranchCache 共享属性:vserver cifs share show -vserver vserver_name -share-name share_name
示例
以下命令在名为data2
,路径为 SVM vs1 上的 /data2 现有 SMB 共享上启用 BranchCache:
cluster1::> vserver cifs share show -vserver vs1 -share-name data2
Vserver: vs1
Share: data2
CIFS Server NetBIOS Name: VS1
Path: /data2
Share Properties: oplocks
browsable
changenotify
showsnapshot
Symlink Properties: -
File Mode Creation Mask: -
Directory Mode Creation Mask: -
Share Comment: -
Share ACL: Everyone / Full Control
File Attribute Cache Lifetime: 10s
Volume Name: -
Offline Files: manual
<span className="ph">Vscan File-Operations Profile: standard</span>
cluster1::> vserver cifs share properties add -vserver vs1 -share-name data2 -share-properties branchcache
cluster1::> vserver cifs share show -vserver vs1 -share-name data2
Vserver: vs1
Share: data2
CIFS Server NetBIOS Name: VS1
Path: /data2
Share Properties: oplocks
browsable
showsnapshot
changenotify
branchcache
Symlink Properties: -
File Mode Creation Mask: -
Directory Mode Creation Mask: -
Share Comment: -
Share ACL: Everyone / Full Control
File Attribute Cache Lifetime: 10s
Volume Name: -
Offline Files: manual
<span className="ph">Vscan File-Operations Profile: standard</span>
提供反馈