跳转到主内容

动态主目录如何提高性能?

Views:
71
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
perf
Last Updated:

适用于

  • ONTAP 9
  • 在 7-模式下运行的 Data ONTAP
  • CIFS 主目录
  • 用户配置文件可以使用文件夹重定向在 VDI (Hyper-V) 或 Citrix 主配置文件中使用。

问题解答

  1. 以"\\filer\home\user18456"为例。对于常规 FlexVol 或 FlexGroup 设置,所有 Windows 客户端的顺序如下所示:
    1. 协商协议请求和响应。
    2. 会话设置请求和响应。
    3. 树连接 \\filer\home 和响应。
    4. 创建请求并关闭。
    5. 查找 \\filer\home 中 user18456,模式为 *。
    6. 最后是关闭,然后是用户 18456 的创建调用:
      捕获.PNG
  2. 注意,上面的查找请求带有"Pattern: *",这意味着这将返回所有 18456 条目。ONTAP 必须处理每个条目,并将所有关联数据传输到 Windows 客户端。
  3. Dynamic Home Directories 简化了这一点,ONTAP 仅返回单个用户的文件夹。ONTAP 仍然需要搜索所有 18,456 个文件夹,但它只是进行简单的查找,而不是读取文件夹的全部内容以传输到 Windows。这与典型的主目录相比,CPU 计算密集程度较低,这就是使用 Dynamic Home Directories 提高性能的方法。
    捕获2.PNG
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.