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

使用配置备份文件还原节点配置

贡献者

您可以使用已确定并可供恢复节点使用的配置备份文件还原节点配置。

关于此任务

您只能执行此任务来从导致节点本地配置文件丢失的灾难中恢复。

步骤
  1. 更改为高级权限级别:

    set -privilege advanced

  2. 如果节点运行状况良好、则在其他节点的高级权限级别使用 cluster modify 命令 -node-eligibility 用于将其标记为不符合条件并将其与集群隔离的参数。

    如果节点运行不正常,则应跳过此步骤。

    以下示例将 node2 修改为不符合加入集群的条件,以便可以还原其配置:

    cluster1::*> cluster modify -node node2 -eligibility false
  3. 使用 system configuration recovery node restore 高级权限级别的命令、用于从配置备份文件还原节点的配置。

    如果节点丢失了其身份、包括名称、则应使用 -nodename-in-backup 参数以指定配置备份文件中的节点名称。

    以下示例将使用存储在节点上的一个配置备份文件还原节点的配置:

    cluster1::*> system configuration recovery node restore -backup cluster1.8hour.2011-02-22.18_15_00.7z
    
    Warning: This command overwrites local configuration files with
             files contained in the specified backup file. Use this
             command only to recover from a disaster that resulted
             in the loss of the local configuration files.
             The node will reboot after restoring the local configuration.
    Do you want to continue? {y|n}: y

    配置将还原,节点将重新启动。

  4. 如果您将节点标记为不符合条件、请使用 system configuration recovery cluster sync 命令将节点标记为合格并将其与集群同步。

  5. 如果在SAN环境中运行、请使用 system node reboot 命令以重新启动节点并重新建立SAN仲裁。

完成后

如果您之前重新创建了集群,并且要使用在重新创建集群之前创建的配置备份文件还原节点配置,则必须重新创建集群。