Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

排清匯出原則快取

貢獻者

使用多個匯出原則快取來儲存匯出原則相關資訊、以加快存取速度。ONTAP手動排清匯出原則快取 (vserver export-policy cache flush)移除可能過期的資訊、並強制 ONTAP 從適當的外部資源擷取目前資訊。這有助於解決與用戶端存取NFS匯出相關的各種問題。

關於這項工作

匯出原則快取資訊可能因為下列原因而過期:

  • 最近對匯出原則規則所做的變更

  • 最近變更名稱伺服器中的主機名稱記錄

  • 最近在名稱伺服器中變更netgroup項目

  • 從網路中斷中恢復、避免網路群組完全載入

步驟
  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

    netgroup快取

    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

    netgroup快取

    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