メインコンテンツへスキップ

未接続または未使用のネットワークポートに対して「Port Status Down」イベントを報告しないようにUnified Managerを設定する方法

Views:
373
Visibility:
Public
Votes:
0
Category:
active-iq-unified-manager
Specialty:
om
Last Updated:

環境

  • Active IQ Unified Manager(AIQUM)
  • OnCommand Unified Manager(OCUM)

概要

  • Active IQ Unified Managerがリンクステータスがダウンしているネットワークポートを検出すると、ノードに対してPort Status Downイベントを次の例のように報告します

  • Unified Managerは、リンクステータスがdownのとき、ポートに関するPort Status Downイベントを報告しません
  • この記事では、ONTAPでポートを無効にすることで、意図的に切断または未使用のネットワークポートに対するPort Status DownイベントをUnified Managerが報告しないようにする方法について説明します

手順 

System Managerを使用
イーサネットポートの場合
  1. NETWORK |Ethernet portsに移動します。
  2. 未使用のポートを示すノードのセクションを展開します(赤いアイコンで表示されます)。
  3. ポートの下で 有効/無効オプションを左にスライドします。
  4. ポートアイコンが黒で表示されます。
FCポート用(ONTAP 9.9.1以降が必要)
  1. NETWORK | FC Portsに移動します。
  2. 未使用のポートを示すノードのセクションを展開します(赤いアイコンで表示されます)。
  3. ポートの下で 有効/無効オプションを左にスライドします。
  4. ポートアイコンが黒で表示されます。
ONTAP CLIの使用
イーサネットポートの場合
  1. ONTAP CLIでadvancedモードを有効にする

set advanced

  1. 現在のup-adminプロパティをポートで確認します

network port show -node <nodename> -port <portname> -fields link, up-admin

例:

::*> network port show -node Node-01 -port e0b -fields link, up-admin
node   port link up-admin
------- ---- ---- --------
Node-01 e0b  down true

  1. ポートの up-adminfalse に変更します。

network port modify -node <nodename> -port <portname> -up-admin false

  1. ポートが管理上無効になっていることを確認します。

network port show -node <nodename> -port <portname> -fields link, up-admin

  1. 今後ポートを使用/接続するには、-up-admin trueを設定して再度有効にすることができます。

network port modify -node <nodename> -port <portname> -up-admin true

FCポートの場合
  1. コマンドを実行して、ポートの管理ステータスがup、動作ステータスがlink disconnectedであることを確認します

network fcp adapter show

  1. コマンドを実行して、ユーザー/システムによってポートの管理ステータスがダウン、動作ステータスがオフラインであることを確認します

network fcp adapter modify -node <nodename> -adapter <portname> -status-admin down

  1. コマンドを実行して、ポートの管理ステータスがupで、動作ステータスがLink not connectedであることを確認します。

network fcp adapter modify -node <nodename> -adapter <portname> -status-admin up

  1. このアクションプランの後、AQIUMでポートステータスをクロス検証し、UP状態である必要があります

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.