Skip to main content

Attach storage shelves and reassign disk ownership

Contributors netapp-pcarriga

You must reassign the disks that belonged to node1 and node2 to node3 and node4 respectively.

About this task

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.

Steps
  1. Connect the storage shelf cables from the shelves that were previously attached:

    • Connect the node1 cables to node3

    • Connect the node2 cables to node4.

      Caution 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.
  2. Verify the power supply and physical connectivity of the shelves.

  3. From the node3 LOADER prompt, boot to Maintenance mode:

    boot_ontap maint

  4. 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.

  5. Reassign the disks and data aggregates:

    Reassign to node3

    Reassign 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_sysid is 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 node4

    Reassign 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_sysid is 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
  6. Enter y to 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
  7. Enter y to continue.

  8. Confirm that node1's root aggregate is set to root in the options field and that other aggregates are online:

    aggr status

    You should see output similar to the following:

    *> aggr status
               Aggr State           Status                Options
              aggr0 online          raid_dp, aggr         root
                                    64-bit
  9. Exit Maintenance mode:

    halt

  10. Repeat Step 1 to Step 9 on node4.

What's next?

After attaching storage shelves and reassigning disk ownership, restore the root volume configuration.