Skip to main content

Perform final upgrade steps in ONTAP 9.8 or later

Contributors netapp-pcarriga

To complete the procedure of upgrading by moving storage, you must delete any unused ports and LIFs from the new nodes, re-enable storage failover or high availability, configure the Service Processor (SP), install new licenses, and set up AutoSupport. You might also need to set up Storage or Volume Encryption and configure the FC or CNA ports.

Before you begin

These steps apply to systems running ONTAP 9.8 or later. If you are running ONTAP 9.7 or earlier, you must use the procedure in Performing final upgrade steps in ONTAP 9.7 or earlier.

Steps
  1. If your system is running ONTAP 9.7 or earlier, STOP. You must use the procedure in Performing final upgrade steps in ONTAP 9.7 or earlier.

  2. From the storage system prompt, display information about LIFs:

    network interface show

  3. If you are in a SAN environment, delete unused LIFs from the port set so that you can remove them:

    1. Display the port set list:

      lun portset show

    2. Remove any unused LIFs from the port set:

      lun portset remove

  4. Remove each unused LIF from the new nodes:

    network interface delete

  5. Re-enable storage failover or high availability on the new node pair as needed:

    If you have a…​ Then…​

    Two-node cluster

    Re-enable high availability: cluster ha modify -configured true

    A cluster with more than two nodes

    Re-enable storage failover: storage failover modify -node node_name -enabled true

  6. Configure the SP on the new nodes as needed:

    system service-processor network modify

  7. Install new licenses on the new nodes as needed:

    system license add

  8. Set up AutoSupport on the new nodes:

    system node autosupport modify

  9. From each new node, send a post-upgrade AutoSupport message to technical support:

    system node autosupport invoke -node node_name -type all -message "MAINT=END node_name successfully upgraded from platform_old to platform_new"

  10. Restore Storage or Volume Encryption functionality by using the appropriate procedure in the Manage encryption with the CLI content.

    Use one of the following procedures, depending on whether you are using onboard or external key management:

    • “Restoring onboard key management encryption keys”

    • “Restoring external key management encryption keys”

  11. If the new nodes have FC ports (onboard or on FC adapters), onboard CNA ports, or a CNA card, configure the FC or CNA ports by entering the following command at the storage system prompt:

    system node hardware unified-connect modify -node node-name -adapter adapter-name -mode {fc|cna} -type {target|initiator}

    You can modify the CNA configuration only when the CNA adapters are offline.

  12. Set up a switchless cluster on the new nodes if necessary.

  13. If required, re-create the non-default user accounts that you had for the baseboard management controller (BMC) on the old system:

    1. Change or reset the BMC admin user account password.

      The BMC admin user account password is either blank (no password) or the same as the system admin user account password.

    2. Re-create the non-default BMC user accounts by using the security login create command with application set to "service-processor", as shown in the following example:

      security login create -user-or-group-name bmcuser -application service-processor -authentication-method password -role admin

      Note Admin privileges are required to create a user account in the BMC.
  14. As needed, decommission the original systems through the NetApp Support Site to inform NetApp that the systems are no longer in operation and can be removed from support databases:

    1. Log in to the NetApp Support site.

    2. Click the link My Installed Systems.

    3. On the Installed Systems page, enter the serial number of the old system in the form and then click Go!

    4. On the Decommission Form page, fill out the form and click Submit.

After you finish

You have completed the upgrade procedure.