Skip to main content

Covert the UTA2 port in ONTAP

Contributors netapp-aherbin

You can convert your UTA2 port from Converged Network Adapter (CNA) mode to Fibre Channel (FC) mode, or vice versa.

You should change the UTA2 personality from CNA mode to FC mode when you need to change the physical medium that connects the port to its network or to support the FC initiators and target.

From CNA mode to FC mode
Steps
  1. Take the adapter offline:

    network fcp adapter modify -node <node_name> -adapter <adapter_name> -status-admin down
  2. Change the port mode:

    ucadmin modify -node <node_name> -adapter <adapter_name> -mode fcp
  3. Reboot the node, and then bring the adapter online:

    network fcp adapter modify -node <node_name> -adapter <adapter_name> -status-admin up
  4. Notify your admin or VIF manager to delete or remove the port, as applicable:

    • If the port is used as a home port of a LIF, is a member of an interface group (ifgrp), or hosts VLANs, then an admin should do the following:

      • Move the LIFs, remove the port from the ifgrp, or delete the VLANs, respectively.

      • Manually delete the port by running the network port delete command. If the network port delete command fails, the admin should address the errors, and then run the command again.

    • If the port is not used as the home port of a LIF, is not a member of an ifgrp, and does not host VLANs, then the VIF manager should remove the port from its records at the time of reboot. If the VIF manager does not remove the port, then the admin must remove it manually after the reboot by using the network port delete command.

  5. Verify that you have the correct SFP+ installed:

    network fcp adapter show -instance -node -adapter

    For CNA, you should use a 10Gb Ethernet SFP. For FC, you should either use an 8 Gb SFP or a 16 Gb SFP, before changing the configuration on the node.

From FC mode to CNA mode
Steps
  1. Take the adapter offline:

    network fcp adapter modify -node <node_name> -adapter <adapter_name> -status-admin down
  2. Change the port mode:

    ucadmin modify -node <node_name> -adapter <adapter_name> -mode cna
  3. Reboot the node

  4. Verify that you have the correct SFP+ installed.

    For CNA, you should use a 10Gb Ethernet SFP.