Sync SnapMirrorがOutOfSyncで、ソースの設定に失敗する
環境
- ONTAP 9
- SnapMirror同期(SM-S)
問題
- 同期SnapMirrorは最後に転送された以下のエラーでOutOfSyncです。
Last Transfer Error: Failed to configure source. (Failed to re-establish sync usiness Continuity (SMBC) relationship. An Automatic Resync will be triggered soon. Check snapmirhe state of sync replication)
- CGレベルでは、以下の他のいくつかのエラーメッセージも表示されます。
Failed to configure source. (CSM: An operation failed due to an ONC RPC failure.)
Failed to configure source. (SnapMirror operation failed due to one of the following: node reboot, storage failover, storage failback, aggregate relocation, volume move or network connectivity issues. If this is a manual operation, wait a few minutes, and then try the operation again.)
- デスティネーションからソースクラスタの間のクラスタピアステータスがpartial / pending状態です。
destination cluster:
cluster_dst::> cluster peer show
Peer Cluster Name Cluster Serial Number Availability Authentication
------------------------- --------------------- -------------- --------------
Cluster_dst 1-80-000011 Partial ok
source cluster:
Cluster_src::> cluster peer show
Peer Cluster Name Cluster Serial Number Availability Authentication
------------------------- --------------------- -------------- --------------
Cluster 1-80-000011 Pending ok
- デスティネーションクラスタからのクラスタピアpingはソースクラスタのnode1にのみ到達でき、node2のソースクラスタには到達できません。
dest_cluster::> cluster peer ping -destination-cluster src_cluster
Node: dest_node1 Destination Cluster: src_cluster
Destination Node IP Address Count TTL RTT(ms) Status
---------------- ---------------- ----- ---- ------- -------------------------
src_node1 xx.xx.xx.xx 1 64 0.1 interface_reachable
src_node1 xx.xx.xx.xx 1 64 0.098 interface_reachable
src_node2 xx.xx.xx.xx 1 - - unreachable
src_node2 xx.xx.xx.xx 1 - - unreachable
Node: dest_node2 Destination Cluster: src_clsuter
Destination Node IP Address Count TTL RTT(ms) Status
---------------- ---------------- ----- ---- ------- -------------------------
src_node1 xx.xx.xx.xx 1 64 0.097 interface_reachable
src_node1 xx.xx.xx.xx 1 64 0.098 interface_reachable
src_node2 xx.xx.xx.xx 1 - - unreachable
src_node2 xx.xx.xx.xx 1 - - unreachable
- ソースクラスタでは、node1でホストされているクラスタ間LIFの現在のポートステータスは表示されますが、node2では表示されません。
src_cluster::> net int show -role intercluster
(network interface show)
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ---------- ------- ----
Replication_Snapmirror
lif_IC_1 up/up xx.xx.xx.xx /24 src_node1 e2b-54 true
lif_IC_2 up/up xx.xx.xx.xx /24 src_node1 e2d-54 true
lif_IC_3 up/down xx.xx.xx.xx /24 src_node2 - true
lif_IC_4 up/down xx.xx.xx.xx /24 src_node2 - true
admin_svm
lif_1 up/up xx.xx.xx.xx /24 src_node1 e2b-120 true
lif_2 up/up xx.xx.xx.xx /24 src_node1 e2d-120 true
lif_3 up/down xx.xx.xx.xx /24 src_node2 - true
lif_4 up/down xx.xx.xx.xx /24 src_node2 - true
8 entries were displayed.
- ソースクラスタのnode2にあるクラスタ間LIFがdownと表示され、node2のポートも欠落しています。