跳转到主内容

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

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

适用场景

  • Active IQ Unified Manager (AIQUM)
  • OnCommand统一管理器(OCUM)

问题描述

  • 当 Active IQ Unified Manager检测到链路状态为已关闭的网络端口时、它会报告 Port Status Down 节点的事件、如下例所示

如何阻止Unified Manager报告

  • Port Status Down 当链路状态为已关闭时、Unified Manager不会报告端口的事件
  • 本文介绍如何 Port Status Down 通过在ONTAP中禁用端口来防止Unified Manager报告有意断开连接/未使用的网络端口的事件

操作步骤 

使用System Manager
以太网端口
  1. 导航到网络|以太网端口。
  2. 展开节点部分、指示未使用的端口(将显示为红色图标)。
  3. 在端口下方、 向左滑动启用/禁用选项。
  4. 此时、端口图标将显示为黑色。
对于FC端口(需要ONTAP 9.9.1或更高版本)
  1. 导航到网络| FC端口。
  2. 展开节点部分、指示未使用的端口(将显示为红色图标)。
  3. 在端口下方、 向左滑动启用/禁用选项。
  4. 此时、端口图标将显示为黑色。
使用ONTAP命令行界面
以太网端口
  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

FC端口
  1. ExCute命令、用于观察端口的管理状态是否为up操作状态、并显示链路已断开

::> fcp adapter show

  1. ExCute命令、用于观察端口的管理状态为已关闭、运行状态为脱机、由用户/系统执行

::*> net fcp adapter modify - node <nodename> -adapter <portname> admin down

  1. ExCute命令、用于观察端口管理状态是否为已启动、以及运行状态是否为链路未连接。

::*> net fcp adapter modify - node <nodename> -adapter <portname> admin up

  1. 执行此操作计划后、交叉验证AQIMM中的端口状态、并使其处于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.