Skip to main content

Removing a NIC from the node (ONTAP 9.8 and later)

Contributors netapp-barbe

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.

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