How to prevent Unified Manager from reporting "Port Status Down" event for unconnected/unused network ports
- Views:
- 2,892
- Visibility:
- Public
- Votes:
- 2
- Category:
- active-iq-unified-manager
- Specialty:
- om
- Last Updated:
- 6/28/2024, 5:09:45 PM
Applies to
- Active IQ Unified Manager (AIQUM)
- OnCommand Unified Manager (OCUM)
Description
- When Active IQ Unified Manager detects a network port of which link status is down, it reports
Port Status Down
event for the node like the following example
- Unified Manager will not report
Port Status Down
events for ports when the link status is down - This article explains how to prevent Unified Manager from reporting
Port Status Down
event for network ports that are intentionally disconnected/unused by disabling the port in ONTAP
Procedure
Using System Manager
For Ethernet Ports
- Navigate to Network | Ethernet ports.
- Expand the section for the node indicating an unused port (will show as a red icon).
- Under the port slide the Enable/Disable option to the left.
- The port icon will now show as black.
For FC Ports (Requires ONTAP 9.9.1 or Later)
- Navigate to Network | FC ports.
- Expand the section for the node indicating an unused port (will show as a red icon).
- Under the port slide the Enable/Disable option to the left.
- The port icon will now show as black.
Using ONTAP CLI
For Ethernet Ports
- Enable advanced mode on ONTAP CLI
set advanced
- Confirm the current
up-admin
property for the port
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
- Change
up-admin
to false for the port.
network port modify -node -port -up-admin false
- Confirm the port is administratively disabled.
network port show -node -port -fields link, up-admin
- To use/connect the port in the future, it can be re-enabled by setting
-up-admin true
network port modify -node -port -up-admin true
For FC Ports
- Execute command to observe the ports admin status was up operational status as link disconnected
::> fcp adapter show
- Execute command to observe the ports admin status was down and operational status as off-line by user/system
::*> net fcp adapter modify - node <nodename> -adapter <portname> admin down
- Execute command to observe the ports admin status was up and operational status as Link not connected.
::*> net fcp adapter modify - node <nodename> -adapter <portname> admin up
- After this action plan cross-verify the port status in AQIUM and it has to be in UP state