エフサステクノロジーズ株式会社

本ページの製品は2024年4月1日より、エフサステクノロジーズ株式会社に統合となり、順次、切り替えを実施してまいります。一部、富士通表記が混在することがありますので、ご了承ください。

ONTAP 9.14

to English version

LIFのフェイルオーバー ターゲットの表示

LIFのフェイルオーバー ポリシーとフェイルオーバー グループが正しく設定されているかを確認しなければならない場合があります。フェイルオーバー ルールを間違って設定しないように、1つまたはすべてのLIFのフェイルオーバー ターゲットを表示できます。

タスク概要

LIFのフェイルオーバー ターゲットを表示すると、次のことを確認できます。

  • LIFに正しいフェイルオーバー グループとフェイルオーバー ポリシーが設定されているか

  • 表示されたフェイルオーバー ターゲットのポートがLIFに適しているか

  • データLIFのフェイルオーバー ターゲットが管理ポート(e0M)でないか

手順

network interface show コマンドの failover オプションを使用して、LIFのフェイルオーバー ターゲットを表示します。

次のコマンドは、2ノード クラスタの全LIFのフェイルオーバー ターゲットに関する情報を表示します。 Failover Targets の行は、指定されたLIFにおけるノードとポートの組み合わせの(優先順位付きの)リストを示しています。

network interface show -failover
         Logical       Home                  Failover        Failover
Vserver  Interface     Node:Port             Policy          Group
-------- ------------- --------------------- --------------- ---------
Cluster
         node1_clus1   node1:e0a             local-only      Cluster
                       Failover Targets: node1:e0a,
                                         node1:e0b
         node1_clus2   node1:e0b             local-only      Cluster
                       Failover Targets: node1:e0b,
                                         node1:e0a
         node2_clus1   node2:e0a             local-only      Cluster
                       Failover Targets: node2:e0a,
                                         node2:e0b
         node2_clus2   node2:e0b             local-only      Cluster
                       Failover Targets: node2:e0b,
                                         node2:e0a
cluster1
         cluster_mgmt  node1:e0c             broadcast-domain-wide
                                                             Default
                       Failover Targets: node1:e0c,
                                         node1:e0d,
                                         node2:e0c,
                                         node2:e0d
         node1_mgmt1   node1:e0c             local-only      Default
                       Failover Targets: node1:e0c,
                                         node1:e0d
         node2_mgmt1   node2:e0c             local-only      Default
                       Failover Targets: node2:e0c,
                                         node2:e0d
vs1
         data1         node1:e0e             system-defined  bcast1
                       Failover Targets: node1:e0e,
                                         node1:e0f,
                                         node2:e0e,
                                         node2:e0f
Top of Page