Verifying the system ID change on an HA system
You must confirm the system ID change when you boot the replacement node and then verify that the change was implemented.
About this task
This procedure applies only to systems running ONTAP in an HA pair.
- If the replacement node is in Maintenance mode (showing the *> prompt, exit Maintenance mode and go to the LOADER prompt: halt
- From the LOADER prompt on the replacement node, boot the node, entering y if you are prompted to override the system ID due to a system ID mismatch:
- Wait until the Waiting for giveback... message is displayed on the replacement node console and then, from the healthy node, verify that the new partner system ID has been automatically assigned: storage failover show
Example
In the command output, you should see a message that the system ID has changed on the impaired node, showing the correct old and new IDs. In the following example, node2 has undergone replacement and has a new system ID of 151759706.node1> <kbd className="ph userinput nolinebreak">storage failover show</kbd>
Takeover
Node Partner Possible State Description
------------ ------------ -------- -------------------------------------
node1 node2 false System ID changed on partner (Old:
151759755, New: 151759706), In takeover
node2 node1 - Waiting for giveback (HA mailboxes) - From the healthy node, verify that any coredumps are saved:
- Change to the advanced privilege level: set -privilege advanced You can respond Y when prompted to continue into advanced mode. The advanced mode prompt appears (*>).
- Save any coredumps: system node run -node local-node-name partner savecore
- Wait for savecore command to complete before issuing the giveback.You can enter the following command to monitor the progress of the savecore command: system node run -node local-node-name partner savecore -s
- Return to the admin privilege level: set -privilege admin
- Change to the advanced privilege level: set -privilege advanced
- Give back the node:
- From the healthy node, give back the replaced node's storage: storage failover giveback -ofnode replacement_node_name The replacement node takes back its storage and completes booting.
If you are prompted to override the system ID due to a system ID mismatch, you should enter y.
NoteIf the giveback is vetoed, you can consider overriding the vetoes.Find the High-Availability Configuration Guide for your version of ONTAP 9
- After the giveback has been completed, confirm that the HA pair is healthy and that takeover is possible: storage failover show The output from the storage failover show command should not include the System ID changed on partner message.
- From the healthy node, give back the replaced node's storage: storage failover giveback -ofnode replacement_node_name
- Verify that the disks were assigned correctly: storage disk show -ownership
Example
The disks belonging to the replacement node should show the new system ID. In the following example, the disks owned by node1 now show the new system ID, 1873775277:node1> <kbd className="ph userinput nolinebreak">storage disk show -ownership</kbd>
Disk Aggregate Home Owner DR Home Home ID Owner ID DR Home ID Reserver Pool
----- ------ ----- ------ -------- ------- ------- ------- --------- ---
1.0.0 aggr0_1 node1 node1 - 1873775277 1873775277 - 1873775277 Pool0
1.0.1 aggr0_1 node1 node1 1873775277 1873775277 - 1873775277 Pool0
.
.
. - If the system is in a MetroCluster configuration, monitor the status of the node: metrocluster node show
The MetroCluster configuration takes a few minutes after the replacement to return to a normal state, at which time each node will show a configured state, with DR Mirroring enabled and a mode of normal. The metrocluster node show -fields node-systemid command output displays the old system ID until the MetroCluster configuration returns to a normal state.
- If the node is in a MetroCluster configuration, depending on the MetroCluster state, verify that the DR home ID field shows the original owner of the disk if the original owner is a node on the disaster site. This is required if both of the following are true:
- The MetroCluster configuration is in a switchover state.
- The replacement node is the current owner of the disks on the disaster site.
- If your system is in a MetroCluster configuration, verify that each node is configured: metrocluster node show - fields configuration-state
Example
node1_siteA::> metrocluster node show -fields configuration-state
dr-group-id cluster node configuration-state
----------- ---------------------- -------------- -------------------
1 node1_siteA node1mcc-001 configured
1 node1_siteA node1mcc-002 configured
1 node1_siteB node1mcc-003 configured
1 node1_siteB node1mcc-004 configured
4 entries were displayed. - Verify that the expected volumes are present for each node: vol show -node node-name
- If you disabled automatic takeover on reboot, enable it from the healthy node: storage failover modify -node replacement-node-name -onreboot true