Attach storage shelves and reassign disk ownership
You must reassign the disks that belonged to node1 and node2 to node3 and node4 respectively.
You perform the steps in this section on node3 and node4. Complete each step on node3 and then node4 before going on to the next step.
-
Connect the storage shelf cables from the shelves that were previously attached:
-
Connect the node1 cables to node3
-
Connect the node2 cables to node4.
Do not connect new shelves to node3 or node4 during this upgrade procedure. You can nondisruptively connect new shelves to the system after completing the controller upgrade.
-
-
Verify the power supply and physical connectivity of the shelves.
-
From the node3 LOADER prompt, boot to Maintenance mode:
boot_ontap maint -
Display the system ID of node3:
disk show -v*> disk show -v Local System ID: 101268854 ...
Record the system ID of node3 for use in Step 5.
-
Reassign the disks and data aggregates:
Reassign to node3Reassign node1's spare disks, disks belonging to the root aggregate, and any data aggregates to node3:
disk reassign -s <node1_sysid> -d <node3_sysid> -p <node4_sysid>-
The parameter
node1_sysidis the value you recorded in Shutting down the original nodes, Step 5. -
Specify the parameter
-p <node2_sysid>only when shared disks are present.
Reassign to node4Reassign node2's spare disks, disks belonging to the root aggregate, and any data aggregates to node4:
disk reassign -s <node2_sysid> -d <node4_sysid> -p <node3_sysid>-
The parameter
node2_sysidis the value you recorded in Shutting down the original nodes, Step 5. -
Specify the parameter
-p <node3_sysid>only when shared disks are present.
The system displays a message similar to the following:
Partner node must not be in Takeover mode during disk reassignment from maintenance mode. Serious problems could result!! Do not proceed with reassignment if the partner is in takeover mode. Abort reassignment (y/n)?n After the node becomes operational, you must perform a takeover and giveback of the HA partner node to ensure disk reassignment is successful. Do you want to continue (y/n)?y
-
-
Enter
yto continue.The system displays a message similar to the following:
The system displays the following message: Disk ownership will be updated on all disks previously belonging to Filer with sysid <sysid>. Do you want to continue (y/n)? y
-
Enter
yto continue. -
Confirm that node1's root aggregate is set to
rootin the options field and that other aggregates are online:aggr statusYou should see output similar to the following:
*> aggr status Aggr State Status Options aggr0 online raid_dp, aggr root 64-bit -
halt
After attaching storage shelves and reassigning disk ownership, restore the root volume configuration.