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

在集群上启用节点范围的 NDMP

贡献者

您可以通过启用节点范围的NDMP、启用NDMP服务以及为数据和控制连接配置LIF来备份单个节点上托管的卷。可以对集群中的所有节点执行此操作。

备注 节点范围的NDMP在ONTAP 9中已弃用。
关于此任务

在节点范围模式下使用NDMP时、必须按节点配置身份验证。有关详细信息,请参见 "知识库文章"如何在‘node-scope '模式下配置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.