Removing a NIC from the node (ONTAP 9.8 and later)
This topic applies to ONTAP 9.8 and later. You might have to remove a faulty NIC from its slot or move the NIC to another slot for maintenance purposes.
-
Power down the node.
-
Physically remove the NIC from its slot.
-
Power on the node.
-
Verify that the port has been deleted:
network port show
ONTAP automatically removes the port from any interface groups. If the port was the only member of an interface group, the interface group is deleted. -
If the port had any VLANs configured on it, they are displaced. You can view displaced VLANs using the following command:
cluster controller-replacement network displaced-vlans show
The displaced-interface show
,displaced-vlans show
, anddisplaced-vlans restore
commands are unique and do not require the fully qualified command name, which starts withcluster controller-replacement network
. -
These VLANs are deleted, but can be restored using the following command:
displaced-vlans restore
-
If the port had any LIFs configured on it, ONTAP automatically chooses new home ports for those LIFs on another port in the same broadcast domain. If no suitable home port is found on the same filer, those LIFs are considered displaced. You can view displaced LIFs using the following command:
displaced-interface show
-
When a new port is added to the broadcast domain on the same node, the home ports for the LIFs are automatically restored. Alternatively, you can either set the home port using
network interface modify -home-port -home-node or use the displaced- interface restore
command.