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

在叢集上啟用節點範圍的NDMP

貢獻者

您可以啟用節點範圍的NDMP、啟用NDMP服務、以及設定LIF以進行資料和控制連線、來備份單一節點上託管的磁碟區。這可針對叢集的所有節點執行。

註 節點範圍的NDMP在ONTAP 支援方面已不再適用。9
關於這項工作

在節點範圍模式下使用NDMP時、必須根據節點來設定驗證。如需詳細資訊、請參閱 "知識庫文章「How to configure NDMP authentication in the 'node-sc鏡' mode(如何在「node-sc入 模式」中設定NDMP驗證)」"

步驟
  1. 啟用節點範圍 NDMP 模式:

    cluster1::> system services ndmp node-scope-mode on

    NDMP 節點範圍模式已啟用。

  2. 在叢集中的所有節點上啟用 NDMP 服務:

    使用萬用字元「*」可同時在所有節點上啟用NDMP服務。

    您必須指定密碼、以便備份應用程式驗證NDMP連線。

    cluster1::> system services ndmp on -node *
    Please enter password:
    Confirm password:
    2 entries were modified.
  3. 停用 -clear-text 安全通訊 NDMP 密碼的選項:

    使用萬用字元「」*" disables the `-clear-text 同時在所有節點上執行選項。

    cluster1::> system services ndmp modify -node * -clear-text false
  4. 確認 NDMP 服務已啟用、且 -clear-text 選項已停用:

    cluster1::> system services ndmp show
    Node                  Enabled   Clear text  User Id
    --------------------- --------- ----------- ---------
    cluster1-1            true      false        root
    cluster1-2            true      false        root
    2 entries were displayed.