本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
使用組態備份檔案還原節點組態
貢獻者
建議變更
您可以使用已識別並可供還原節點使用的組態備份檔案來還原節點組態。
關於這項工作
您只能執行此工作、從導致節點本機組態檔遺失的災難中恢復。
步驟
-
變更為進階權限層級:
set -privilege advanced
-
如果節點狀況良好、則在不同節點的進階權限層級、請使用
cluster modify
命令-node
和-eligibility
用於標示不符合資格的參數、並將其與叢集隔離。如果節點不健全、則應跳過此步驟。
此範例將節點2修改為不符合參加叢集的資格、以便還原其組態:
cluster1::*> cluster modify -node node2 -eligibility false
-
使用
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
組態會還原、節點會重新開機。
-
如果您將節點標示為不合格、請使用
system configuration recovery cluster sync
命令將節點標記為合格、並將其與叢集同步。 -
如果您在 SAN 環境中作業、請使用
system node reboot
命令重新啟動節點並重新建立 SAN 仲裁。
完成後
如果您先前重新建立叢集、而且使用重新建立叢集之前所建立的組態備份檔案來還原節點組態、則必須重新建立叢集。