Skip to main content
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

在现有 SMB 共享上启用 BranchCache

贡献者

您可以通过添加在现有SMB共享上启用anchCache branchcache 共享属性到现有共享属性列表。

关于此任务
  • 如果在 SMB 共享上启用了 BranchCache ,则该共享必须将脱机文件配置设置为手动缓存。

    如果现有共享的脱机文件设置未设置为手动缓存,则必须通过修改共享对其进行配置。

  • 您可以设置 branchcache 属性、即使未在Storage Virtual Machine (SVM)上配置和启用了anchCache也是如此。

    但是,如果您希望共享提供缓存的内容,则必须在 SVM 上配置并启用 BranchCache 。

  • 添加时 branchcache 共享属性保留到共享、现有共享设置和共享属性。

    BranchCache 共享属性将添加到现有共享属性列表中。有关使用的详细信息、请参见 vserver cifs share properties add 命令、请参见手册页。

步骤
  1. 如有必要,请配置脱机文件共享设置以进行手动缓存:

    1. 使用确定脱机文件共享设置 vserver cifs share show 命令:

    2. 如果脱机文件共享设置未设置为手动、请将其更改为所需值: vserver cifs share modify -vserver vserver_name -share-name share_name -offline-files manual

  2. 在现有SMB共享上启用anchCache: vserver cifs share properties add -vserver vserver_name -share-name share_name -share-properties branchcache

  3. 验证是否已在SMB共享上设置了anchCache共享属性: vserver cifs share show -vserver vserver_name -share-name share_name

示例

以下命令将在名为`data2`的现有SMB共享上使用路径启用anchCache /data2 在SVM VS1上:

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
Vscan File-Operations Profile: standard

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
Vscan File-Operations Profile: standard