cluster peer show - IP address unhealthy:リモートクラスタが使用できないか一部です
環境
- ONTAP 9.x
- clustered Data ONTAP 8
- クラスタ ピア
問題
- Cluster Peer showの出力にUnavailable/Partialと表示される場合:
Cluster1::*> cluster peer show
Peer Cluster Name Cluster Serial Number Availability Authentication
------------------------- --------------------- -------------- --------------
Cluster2 1-80-139865 Unavailable ok
Cluster3 1-80-035774 Partial ok
- リモートクラスタのインターフェイスが使用できなくなると、エラー、EMS、
cluster peer health
および出力の変更が報告されます。 - たとえば、次の出力は
cluster1
、にある一部のノードにから到達できないことを示しています。cluster2
cluster2::> cluster peer health show
Node Cluster-Name Node-Name
Ping-Status RDB-Health Cluster-Health Availability
---------- --------------------------- --------- --------------- -----------
node1
cluster1 node1
Data: unreachable
ICMP: unreachable true true false
node2
Data: interface_reachable
ICMP: interface_reachable true true true
node2
cluster1 node1
Data: unreachable
ICMP: interface_reachable true true false
node2
Data: unreachable
ICMP: interface_reachable true true false
4 entries were displayed.
cpeer.unavailable
リモートクラスタが使用できなくなるたびにEMSメッセージも報告されます。
cluster2::> event log show -messagename cpeer.unavailable -instance
Node: node1
Sequence#: 71687
Time: 5/15/2012 14:02:37
Severity: ALERT
Source: mgwd
Message Name: cpeer.unavailable
Event: cpeer.unavailable: Peer cluster cluster1 is no longer available.
- イベントログに
Failed to contact peer cluster
その他の クラスタピアエラーが表示される。
Periodic update of peer network information failed. The following operations are incomplete: discovery failure
Periodic update of peer information from <cluster_name> failed. The following operations are incomplete: The identity of peer cluster <cluster_uuid> not found, and name cache updates for cluster <cluster_name> failed
Address discovery failed for peer cluster <cluster_uuid>. Reason: Failed to discover remote addresses: Failed to contact peer cluster <cluster_name> at address: <IP_address,..,IP_address>. RPC: Remote system error [from mgwd on node <node_name> (VSID: -3) to mgwd at <IP_address>, <IP_address>]
- これらのログには、次のようなヘッダーがあります。
cpeer.xcm.update.warn:error
cpeer.pm.update.warn:error
cpeer.xcm.addr.disc.warn:error
csm.connectionFailed:debug
csm.createSessionFailed:debug
- 再び使用可能になっても、EMSメッセージは報告されません。
- リモートクラスタがavailableからavailableに移行するたびに、メッセージが表示されます。
- 各
cpeer.unavailable
メッセージの間には、暗黙的にavailableへの遷移があります。