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

刷新导出策略缓存

贡献者

ONTAP 使用多个导出策略缓存来存储与导出策略相关的信息,以加快访问速度。手动转储导出策略缓存 (vserver export-policy cache flush)删除可能过时的信息并强制ONTAP从相应的外部资源检索当前信息。这有助于解决与客户端访问 NFS 导出相关的各种问题。

关于此任务

由于以下原因,导出策略缓存信息可能已过时:

  • 最近对导出策略规则进行的更改

  • 最近对名称服务器中的主机名记录进行的更改

  • 最近对名称服务器中的网络组条目进行的更改

  • 从阻止网络组完全加载的网络中断中恢复

步骤
  1. 如果未启用名称服务缓存,请在高级权限模式下执行以下操作之一:

    要刷新的内容 输入命令 …​

    所有导出策略缓存( showmount 除外)

    vserver export-policy cache flush -vserver vserver_name

    导出策略规则访问缓存

    vserver export-policy cache flush -vserver vserver_name -cache access 您可以包括可选 -node 参数以指定要转储访问缓存的节点。

    主机名缓存

    vserver export-policy cache flush -vserver vserver_name -cache host

    网络组缓存

    vserver export-policy cache flush -vserver vserver_name -cache netgroup 处理网络组需要大量资源。只有在尝试解析因网络组陈旧而导致的客户端访问问题描述时,才应刷新网络组缓存。

    showmount 缓存

    vserver export-policy cache flush -vserver vserver_name -cache showmount

  2. 如果启用了名称服务缓存,请执行以下操作之一:

    要刷新的内容 输入命令 …​

    导出策略规则访问缓存

    vserver export-policy cache flush -vserver vserver_name -cache access 您可以包括可选 -node 参数以指定要转储访问缓存的节点。

    主机名缓存

    vserver services name-service cache hosts forward-lookup delete-all

    网络组缓存

    vserver services name-service cache netgroups ip-to-netgroup delete-all vserver services name-service cache netgroups members delete-all 处理网络组需要大量资源。只有在尝试解析因网络组陈旧而导致的客户端访问问题描述时,才应刷新网络组缓存。

    showmount 缓存

    vserver export-policy cache flush -vserver vserver_name -cache showmount