デスティネーションクラスタからのアドレス(IP_Address)を使用するLIFの検出が失敗する
環境
- MetroCluster
- ONTAP 9
問題
metrocluster check show
コマンドが実行され、LIFの警告ステータスが表示されます。
cluster::> metrocluster check show
Last Checked On: dd/mm/yyyy hh:mm:ss
Component Result
------------------- ---------
nodes ok
lifs warning
config-replication ok
aggregates ok
clusters ok
5 entries were displayed.
cluster::> metrocluster check lif show
Vserver LIF Protocol Failure
-------------- -------------- --------- ---------- ---------------
vserver_name Lif_name none Discovery of LIF with address <IP_Address> failed from destination cluster
vserver_name Lif_name none Discovery of LIF with address <IP_Address> failed from destination cluster
- 出力にも追加情報/リカバリ手順としてエラーが表示されます。
Discovery of LIF with address <IP-Address> failed from destination cluster Ensure that the destination cluster has ports that have connectivity to the LIF on the source cluster.
Network interface show
はLIF がすでに配置されていることを示しますが、これは1:1の名前ベースで実行されているため、適切でない場合があります。
ClusterA::> network interface show
(network interface show)
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
vserver
lif1 up/up 10.10.xy.xx/24 ClusterA-01 e0c true
ClusterB::> network interface show
(network interface show)
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
vserver-mc
lif1 up/down 10.10.xy.xx/24 ClusterB-02 e0c true
- 問題をさらに分離するには、以下の手順に従う必要があります。
- ネットワーク管理者に依頼して、サイト間のネットワーク通信が正常に機能していることを確認します。
- 例: VLANルーティング/ VLANタギング、L2拡張機能はクラスタネットワーク間で使用可能
- コマンドを使用してネットワーク通信を確認します。
network l2ping -node <> -sourceport <> -mac <> -vlan <>
- コマンドを使用して、admin downと表示されている関連するソース/デスティネーションLIFがないかどうかを確認します。
network interface show.
- コマンド-を使用して、関連するLIFがダウンした場合に備えて起動します。
network interface modify -lif <lif_name> -status-admin up -vserver <vserver_name>
- ソースクラスタから次のコマンドを実行して、LIFの配置を再度評価します。
ClusterA::>metrocluster check lif repair-placement –vserver <vserver_name>–lif <lif_name>
ClusterA::>metrocluster vserver resync –cluster <source_cluster> -vserver <vserver_name>