Skip to main content

Verify the node3 installation

Contributors netapp-pcarriga netapp-aoife netapp-martyh

After you install and boot node3, you must verify that it is installed correctly. You must wait for node3 to join quorum and then resume the relocation operation.

About this task

At this point in the procedure, the operation will have paused as node3 joins quorum.

Steps
  1. Verify that node3 has joined quorum:

    cluster show -node node3 -fields health

  2. Verify that node3 is part of the same cluster as node2 and that it is healthy:

    cluster show

  3. Check the status of the operation and verify that the configuration information for node3 is the same as node1:

    system controller replace show-details

    If the configuration is different for node3, a system disruption might occur later in the procedure.

  4. Check that the replaced controller is configured correctly for the MetroCluster configuration, the MetroCluster configuration should be in healthy state and not in switch over mode. Refer to Verify the health of the MetroCluster configuration.

Re-create VLANs, interface groups, and broadcast domains on node3

After you confirm that node3 is in quorum and can communicate with node2, you must re-create node1's VLANs, interface groups, and broadcast domains on node3. You must also add the node3 ports to the newly re-created broadcast domains.

About this task

For more information on creating and re-creating VLANs, interface groups, and broadcast domains, go to References and link to Network Management.

Steps
  1. Re-create the VLANs on node3 using the node1 information recorded in the Relocate non-root aggregates and NAS data LIFs owned by node1 to node2 section:

    network port vlan create -node node_name -vlan vlan-names

  2. Re-create the interface groups on node3 using the node1 information recorded in the Relocate non-root aggregates and NAS data LIFs owned by node1 to node2 section:

    network port ifgrp create -node node_name -ifgrp port_ifgrp_names-distr-func

  3. Re-create the broadcast domains on node3 using the node1 information recorded in the Relocate non-root aggregates and NAS data LIFs owned by node1 to node2 section:

    network port broadcast-domain create -ipspace Default -broadcast-domain broadcast_domain_names -mtu mtu_size -ports node_name:port_name,node_name:port_name

  4. Add the node3 ports to the newly re-created broadcast domains:

    network port broadcast-domain add-ports -broadcast-domain broadcast_domain_names -ports node_name:port_name,node_name:port_name

Restore key-manager configuration on node3

If you are using NetApp Aggregate Encryption (NAE) or NetApp Volume Encryption (NVE) to encrypt volumes on the system you are upgrading, the encryption configuration must be synchronized to the new nodes. If you do not restore key-manager, when you relocate the node1 aggregates from node2 to node3 by using ARL, encrypted volumes will be taken offline.

Steps
  1. To synchronize encryption configuration for Onboard Key Manager, run the following command at the cluster prompt:

    For this ONTAP version… Use this command…​

    ONTAP 9.6 or 9.7

    security key-manager onboard sync

    ONTAP 9.5

    security key-manager setup -node node_name

  2. Enter the cluster-wide passphrase for the Onboard Key Manager.