执行切回
修复 MetroCluster 配置后,您可以执行 MetroCluster 切回操作。MetroCluster 切回操作会将配置恢复到其正常运行状态,灾难站点上的 sync-source Storage Virtual Machine ( SVM )处于活动状态,并从本地磁盘池提供数据。
-
灾难集群必须已成功切换到正常运行的集群。
-
必须已对数据和根聚合执行修复。
-
正常运行的集群节点不能处于 HA 故障转移状态(对于每个 HA 对,所有节点都必须已启动且正在运行)。
-
灾难站点控制器模块必须完全启动,而不是处于 HA 接管模式。
-
必须镜像根聚合。
-
交换机间链路( ISL )必须处于联机状态。
-
必须在系统上安装所有必需的许可证。
-
确认所有节点均处于已启用状态:
MetroCluster node show
以下示例显示了处于已启用状态的节点:
cluster_B::> metrocluster node show DR Configuration DR Group Cluster Node State Mirroring Mode ----- ------- ----------- -------------- --------- -------------------- 1 cluster_A node_A_1 configured enabled heal roots completed node_A_2 configured enabled heal roots completed cluster_B node_B_1 configured enabled waiting for switchback recovery node_B_2 configured enabled waiting for switchback recovery 4 entries were displayed.
-
确认所有 SVM 上的重新同步均已完成:
MetroCluster SVM show
-
验证修复操作执行的任何自动 LIF 迁移是否已成功完成:
MetroCluster check lif show
-
执行模拟切回以验证系统是否已准备就绪:
MetroCluster switchback -simulate
-
检查配置:
MetroCluster check run
此命令作为后台作业运行,可能无法立即完成。
cluster_A::> metrocluster check run The operation has been started and is running in the background. Wait for it to complete and run "metrocluster check show" to view the results. To check the status of the running metrocluster check operation, use the command, "metrocluster operation history show -job-id 2245"
cluster_A::> metrocluster check show Last Checked On: 9/13/2018 20:41:37 Component Result ------------------- --------- nodes ok lifs ok config-replication ok aggregates ok clusters ok connections ok 6 entries were displayed.
-
从运行正常的集群中的任何节点运行 MetroCluster switchback 命令来执行切回: MetroCluster switchback`
-
检查切回操作的进度:
MetroCluster show
当输出显示 Waiting for-switchback 时,切回操作仍在进行中:
cluster_B::> metrocluster show Cluster Entry Name State ------------------------- ------------------- ----------- Local: cluster_B Configuration state configured Mode switchover AUSO Failure Domain - Remote: cluster_A Configuration state configured Mode waiting-for-switchback AUSO Failure Domain -
当输出显示正常时,切回操作完成:
cluster_B::> metrocluster show Cluster Entry Name State ------------------------- ------------------- ----------- Local: cluster_B Configuration state configured Mode normal AUSO Failure Domain - Remote: cluster_A Configuration state configured Mode normal AUSO Failure Domain -
+ 如果切回需要很长时间才能完成,您可以使用
MetroCluster config-replication resync-status show
命令检查正在进行的基线的状态。此命令处于高级权限级别。-
重新建立任何 SnapMirror 或 SnapVault 配置。
在 ONTAP 8.3 中,您需要在执行 MetroCluster 切回操作后手动重新建立丢失的 SnapMirror 配置。在 ONTAP 9.0 及更高版本中,系统会自动重新建立此关系。
-