跳转到主内容

如何防止 Unified Manager 对未连接 / 未使用的网络端口报告 "Port Status Down" 事件

Views:
23
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命令行界面上启用高级模式

set advanced

  1. 确认端口的当前"UP管理"属性

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管理"更改为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