メインコンテンツまでスキップ

This Site will be down for up to 3 hours on December 2, 2023 from 8 PM - 11 PM PST, to deploy an infrastructure update.

接続されていない / 未使用のネットワークポートについて、 Unified Manager が「 Port Status Down 」イベントを報告しないようにする方法

Views:
69
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でレポートが生成されないようにする方法

  • Port Status Down リンクステータスが「停止」のときにUnified Managerでポートのイベントが報告されない
  • この記事では Port Status Down 、ONTAPでポートを無効にすることで、意図的に切断された/使用されていないネットワークポートのイベントがUnified Managerから報告されないようにする方法について説明します。

手順 

  1. ONTAP CLIでのアドバンス・モードの有効化

set advanced

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

network port show -node -port -fields link, up-admin

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

node port link up-admin

-------- ---- ---- --------

Node-01 e0b down true

  1. ポートの「up-admin」をfalseに変更します。

network port modify -node -port -up-admin false

  1. ポートが管理上ディセーブルになっていることを確認します。

network port show -node -port -fields link, up-admin

  1. 将来ポートを使用/接続するには、 -up-admin true

network port modify -node -port -up-admin true

 

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.
Scan to view the article on your device