ONTAP 9.13

to English version

SnapMirror Business Continuity処理の監視

次のSnapMirror Business Continuity (SM-BC) オペレーションを監視して、SM-BC構成の正常性を確認できます。

  • ONTAP Mediator

  • 計画的フェイルオーバー処理

  • 計画外のフェイルオーバー処理

  • SM-BCの可用性

ONTAP Mediator

ONTAP Mediatorの通常の動作時は、状態が「connected」になります。それ以外の状態の場合は、エラー状態を示している可能性があります。

計画的フェイルオーバー処理

計画的フェイルオーバー処理のステータスと進捗状況は、snapmirror failover showコマンドを使用して監視できます。次に例を示します。

ClusterB::> snapmirror failover start -destination-path vs1:/cg/dcg1

フェイルオーバー処理が完了したら、新しいデスティネーション クラスタから同期SnapMirror保護のステータスを監視できます。次に例を示します。

ClusterA::> snapmirror show

計画外のフェイルオーバー処理

計画外のフェイルオーバーの実行中は、snapmirror failover showコマンドを使用して処理のステータスを監視できます。

ClusterB::> snapmirror failover show -instance
Start Time: 9/23/2020 22:03:29
         Source Path: vs1:/cg/scg3
    Destination Path: vs3:/cg/dcg3
     Failover Status: completed
        Error Reason:
            End Time: 9/23/2020 22:03:30
Primary Data Cluster: cluster-2
Last Progress Update: -
       Failover Type: unplanned
  Error Reason codes: -

SM-BCの可用性

SM-BC関係の可用性は、プライマリー クラスタまたはセカンダリー クラスタ、あるいはその両方で一連のコマンドを使用して確認できます。

プライマリー クラスタとセカンダリー クラスタの両方でsnapmirror mediator showコマンドを使用して接続やクォーラムのステータスを確認できるほか、snapmirror showコマンドとvolume showコマンドも使用できます。次に例を示します。

SMBC_A::*> snapmirror mediator show
Mediator Address Peer Cluster     Connection Status Quorum Status
---------------- ---------------- ----------------- -------------
10.236.172.86    SMBC_B           connected         true

SMBC_B::*> snapmirror mediator show
Mediator Address Peer Cluster     Connection Status Quorum Status
---------------- ---------------- ----------------- -------------
10.236.172.86    SMBC_A           connected         true

SMBC_B::*> snapmirror show -expand
                                                                       Progress
Source            Destination Mirror  Relationship   Total             Last
Path        Type  Path        State   Status         Progress  Healthy Updated
----------- ---- ------------ ------- -------------- --------- ------- --------
vs0:/cg/cg1 XDP  vs1:/cg/cg1_dp Snapmirrored InSync  -         true    -
vs0:vol1    XDP  vs1:vol1_dp  Snapmirrored InSync    -         true    -
2 entries were displayed.

SMBC_A::*> volume show -fields is-smbc-master,smbc-consensus,is-smbc-failover-capable -volume vol1
vserver volume is-smbc-master is-smbc-failover-capable smbc-consensus
------- ------ -------------- ------------------------ --------------
vs0     vol1   true           false                    Consensus

SMBC_B::*> volume show -fields is-smbc-master,smbc-consensus,is-smbc-failover-capable -volume vol1_dp
vserver volume  is-smbc-master is-smbc-failover-capable smbc-consensus
------- ------- -------------- ------------------------ --------------
vs1     vol1_dp false          true                     No-consensus
Top of Page