After a network card was replaced in an ONTAP node, you see the output shown in the exhibit.
What is the problem?
After a network card was replaced in an ONTAP node, you see the output shown in the exhibit.
What is the problem?
The output indicates that the interface group (ifgrp) is configured in multimode_lacp mode, which rules out the possibility that it is configured in single mode. The ifgrp is in a partial state, meaning not all of the ports in the group are active; hence, one of the ports is not functioning as expected. Specifically, network port e0h is shown as down in the ifgrp view, but it is up in the general port view. This discrepancy suggests that the port is improperly connected within the interface group, making it likely mis-cabled rather than not cabled at all, broken, or having any other issues.
The first shows command network port ifgrp show -node -cluster01 -instance [-mode {multimode|multimode_lacp|singlemode}] - Create Policy Selects the port interface groups that match this parameter value. -shows the ifgrp being in multimode_lacp so it can't be in single mode [-activeports {full | partial | none}] - Port Participation Selects the port interface groups that match this parameter value. The value "partial" indicates that some but not all of the port interface group's ports are active. the value "full" indicates that all of the port interface group's ports are active. -port eoh is in a downed state in the ifgrp (meaning it's not participating in the ifgrp with eog, but this doesn't mean its down) network port show -node cluster01 This command shows all the nodes on the cluster. It shows port eoh in an up state on the node. This means that the port is up and running and not broken. More than likely the port is just mis-cabled