Updating the first node in an HA pair
You can update the first node in an HA pair by initiating a takeover by the node's partner. The partner serves the node's data while the first node is upgraded or downgraded.
About this task
If you are performing a major upgrade, the first node to be upgraded must be the same node on which you configured the data LIFs for external connectivity and installed the first ONTAP image.
After upgrading the first node, you should upgrade the partner node as quickly as possible. Do not allow the two nodes to remain in a state of version mismatch longer than necessary.
- Update the first node in the cluster by invoking an AutoSupport message: autosupport invoke -node * -type all -message "Starting_NDU" This AutoSupport notification includes a record of the system status just prior to update. It saves useful troubleshooting information in case there is a problem with the update process.
If the cluster is not configured to send AutoSupport messages, a copy of the notification is saved locally.
- Set the privilege level to advanced, entering y when prompted to continue: set -privilege advanced The advanced prompt (*>) appears.
- Set the new ONTAP software image to be the default image: system image modify {-node nodenameA -iscurrent false} -isdefault true The system image modify command uses an extended query to change the new ONTAP software image (which is installed as the alternate image) to the default image for the node.
- Monitor the progress of the update: cluster image show-update-progress
- Verify that the new ONTAP software image is set as the default image: system image show
Example
In the following example, image2 is the new ONTAP version and is set as the default image on node0:TDC-DM7K::*> system image show
Is Is Install
Node Image Default Current Version Date
-------- ------- ------- ------- --------- -------------------
TDC-7K-03
image1 false true X.X.X MM/DD/YYYY TIME
image2 true false Y.Y.Y MM/DD/YYYY TIME
TDC-7K-01
image1 true true X.X.X MM/DD/YYYY TIME
image2 false false Y.Y.Y MM/DD/YYYY TIME
4 entries were displayed. - Disable automatic giveback on the partner node if it is enabled: storage failover modify -node nodenameB -auto-giveback false If the cluster is an HA pair, a message is displayed warning you that disabling automatic giveback prevents the management cluster services from going online in the event of an alternating-failure scenario. Enter y to continue.
- Verify that automatic giveback is disabled for node's partner: storage failover show -node nodenameB -fields auto-giveback
Example
TDC-DM7K::> storage failover show -node TDC-7K-01 -fields auto-giveback
node auto-giveback
-------- -------------
TDC-7K-01 false
1 entry was displayed. - Run the following command twice to determine whether the node to be updated is currently serving any clients system node run -node nodenameA -command uptime The uptime command displays the total number of operations that the node has performed for NFS, CIFS, FC, and iSCSI clients since the node was last booted. For each protocol, you must run the command twice to determine whether the operation counts are increasing. If they are increasing, the node is currently serving clients for that protocol. If they are not increasing, the node is not currently serving clients for that protocol.NoteYou should make a note of each protocol that has increasing client operations so that after the node is updated, you can verify that client traffic has resumed.
Example
The following example shows a node with NFS, CIFS, FC, and iSCSI operations. However, the node is currently serving only NFS and iSCSI clients.TDC-DM7K::> system node run -node TDC-7K-03 -command uptime
2:58pm up 7 days, 19:16 800000260 NFS ops, 1017333 CIFS ops, 0 HTTP ops, 40395 FCP ops, 32810 iSCSI ops
TDC-DM7K::> system node run -node TDC-7K-03 -command uptime
2:58pm up 7 days, 19:17 800001573 NFS ops, 1017333 CIFS ops, 0 HTTP ops, 40395 FCP ops, 32815 iSCSI ops - Migrate all of the data LIFs away from the node: network interface migrate-all -node nodenameA
- Verify any LIFs that you migrated: network interface show For more information about parameters you can use to verify LIF status, see the network interface show man page.
Example
The following example shows that node0's data LIFs migrated successfully. For each LIF, the fields included in this example enable you to verify the LIF's home node and port, the current node and port to which the LIF migrated, and the LIF's operational and administrative status.TDC-DM7K::> network interface show -data-protocol nfs|cifs -role data -home-node
node0 -fields home-node,curr-node,curr-port,home-port,status-admin,status-oper
vserver lif home-node home-port curr-node curr-port status-oper status-admin
------- ------- --------- --------- --------- --------- ----------- ------------
vs0 data001 TDC-7K-03 e0a TDC-7K-01 e0a up up
vs0 data002 TDC-7K-03 e0b TDC-7K-01 e0b up up
vs0 data003 TDC-7K-03 e0b TDC-7K-01 e0b up up
vs0 data004 TDC-7K-03 e0a TDC-7K-01 e0a up up
4 entries were displayed. - Initiate a takeover: storage failover takeover -ofnode nodenameA Do not specify the -option immediate parameter, because a normal takeover is required for the node that is being taken over to boot onto the new software image. If you did not manually migrate the LIFs away from the node, they automatically migrate to the node's HA partner to ensure that there are no service disruptions.The first node boots up to the Waiting for giveback state.NoteIf AutoSupport is enabled, an AutoSupport message is sent indicating that the node is out of cluster quorum. You can ignore this notification and proceed with the update.
- Verify that the takeover is successful: storage failover show You might see error messages indicating version mismatch and mailbox format problems. This is expected behavior and it represents a temporary state in a major nondisruptive upgrade and is not harmful.
Example
The following example shows that the takeover was successful. Node node0 is in the Waiting for giveback state, and its partner is in the In takeover state.TDC-DM7K::> storage failover show
Takeover
Node Partner Possible State Description
-------------- -------------- -------- -------------------------------------
TDC-7K-03 TDC-7K-01 - Waiting for giveback (HA mailboxes)
TDC-7K-01 TDC-7K-03 false In takeover
2 entries were displayed. - Wait at least eight minutes for the following conditions to take effect:
Client multipathing (if deployed) is stabilized.
Clients are recovered from the pause in an I/O operation that occurs during takeover.
The recovery time is client specific and might take longer than eight minutes, depending on the characteristics of the client applications.
- Return the aggregates to the first node: storage failover giveback –ofnode nodenameA The giveback first returns the root aggregate to the partner node and then, after that node has finished booting, returns the non-root aggregates and any LIFs that were set to automatically revert. The newly booted node begins to serve data to clients from each aggregate as soon as the aggregate is returned.
- Verify that all aggregates have been returned: storage failover show-giveback If the Giveback Status field indicates that there are no aggregates to give back, then all aggregates have been returned. If the giveback is vetoed, the command displays the giveback progress and which subsystem vetoed the giveback.
- If any aggregates have not been returned, perform the following steps:
- Review the veto workaround to determine whether you want to address the
veto
condition or override the veto. - If necessary, address the
veto
condition described in the error message, ensuring that any identified operations are terminated gracefully. - Rerun the storage failover giveback command.If you decided to override the
veto
condition, set the -override-vetoes parameter to true .
- Review the veto workaround to determine whether you want to address the
- Wait at least eight minutes for the following conditions to take effect:
Client multipathing (if deployed) is stabilized.
Clients are recovered from the pause in an I/O operation that occurs during giveback.
The recovery time is client specific and might take longer than eight minutes, depending on the characteristics of the client applications.
- Verify that the update was completed successfully for the node:
- Go to the advanced privilege level : set -privilege advanced
- Verify that update status is complete for the node: system node upgrade-revert show -node nodenameA The status should be listed as complete.
If the status is not complete, from the node, run the system node upgrade-revert upgrade command. If the command does not complete the update, contact technical support.
- Return to the admin privilege level: set -privilege admin
- Verify that the node's ports are up: network port show -node nodenameA You must run this command on a node that is upgraded to the higher version of ONTAP 9.5.
Example
The following example shows that all of the node's ports are up:TDC-DM7K::> network port show -node TDC-7K-03
Speed (Mbps)
Node Port IPspace Broadcast Domain Link MTU Admin/Oper
------ --------- ------------ ---------------- ----- ------- ------------
TDC-7K-03
e0M Default - up 1500 auto/100
e0a Default - up 1500 auto/1000
e0b Default - up 1500 auto/1000
e1a Cluster Cluster up 9000 auto/10000
e1b Cluster Cluster up 9000 auto/10000
5 entries were displayed. - Revert the LIFs back to the node: network interface revert * This command returns the LIFs that were migrated away from the node.
Example
TDC-DM7K::> network interface revert *
8 entries were acted on. - Verify that the node's data LIFs successfully reverted back to the node, and that they are up: network interface show
Example
The following example shows that all of the data LIFs hosted by the node have successfully reverted back to the node, and that their operational status is up:TDC-DM7K::> network interface show
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
vs0
data001 up/up 192.0.2.120/24 TDC-7K-03 e0a true
data002 up/up 192.0.2.121/24 TDC-7K-03 e0b true
data003 up/up 192.0.2.122/24 TDC-7K-03 e0b true
data004 up/up 192.0.2.123/24 TDC-7K-03 e0a true
4 entries were displayed. - If you previously determined that this node serves clients, verify that the node is providing service for each protocol that it was previously serving: system node run -node nodenameA -command uptime The operation counts reset to zero during the update.
Example
The following example shows that the updated node has resumed serving its NFS and iSCSI clients:TDC-DM7K::> system node run -node TDC-7K-03 -command uptime
3:15pm up 0 days, 0:16 129 NFS ops, 0 CIFS ops, 0 HTTP ops, 0 FCP ops, 2 iSCSI ops - Reenable automatic giveback on the partner node if it was previously disabled: storage failover modify -node nodenameB -auto-giveback true
After you finish
You should proceed to update the node's HA partner as quickly as possible. If you must suspend the update process for any reason, both nodes in the HA pair should be running the same ONTAP version.