Skip to main content

Reassign drives from FAS2820 node2 to node4

Contributors netapp-pcarriga

Reassign the drives that previously belonged to FAS2820 node2 to node4.

Before you begin

Verify that both node3 and node4 are on standby at the LOADER prompt.

About this task

Perform the following steps on node4.

Steps
  1. At the LOADER prompt, boot node4 into Maintenance Mode:

    boot_ontap maint

    The Maintenance Mode prompt appears.

  2. Display all attached drives:

    disk show -v
  3. Record the local system ID value; this is the system ID of node4. Also record the system IDs of node1 and node2 from the "OWNER" column.

  4. Reassign all drives from node2 to node4.

    If you're using whole disks

    Run the following command:

    disk reassign -s <node2_system_ID> -d <node4_system_ID>
    If you're using partitioned disks

    Run the following command:

    disk reassign -s <node2_system_ID> -d <node4_system_ID> -p <node1_system_ID>
  5. Verify that all reassigned drives are viewable to the new system ID:

    disk show -s <node4_System_ID>
    Caution If drives are not viewable, stop and contact technical support for assistance.
  6. Verify that the root aggregate of node2 is reported in the output and the aggregate is online:

    aggr status
  7. Exit maintenance mode:

    halt