Skip to main content

Remove NICs from ONTAP cluster nodes

Contributors netapp-barbe netapp-aaron-holt netapp-aherbin

You might have to remove a faulty NIC from its slot or move the NIC to another slot for maintenance purposes.

Note The procedure for removing a NIC is different in ONTAP 9.7 and earlier versions. If you need to remove a NIC from an ONTAP cluster node running ONTAP 9.7 and earlier, refer to the procedure Removing a NIC from the node (ONTAP 9.7 or earlier).
Steps
  1. Power down the node.

  2. Physically remove the NIC from its slot.

  3. Power on the node.

  4. Verify that the port has been deleted:

    network port show
    Note 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. Learn more about network port show in the ONTAP command reference.
  5. 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
    Note The displaced-interface show, displaced-vlans show, and displaced-vlans restore commands are unique and do not require the fully qualified command name, which starts with cluster controller-replacement network.
  6. These VLANs are deleted, but can be restored using the following command:

    displaced-vlans restore
  7. 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

  8. 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.