Skip to main content

Reassign drives from node1 to node3

Contributors netapp-pcarriga

Reassign the drives that were previously assigned to node1 to node3.

Steps

Perform these steps on node3.

  1. At the LOADER prompt, boot node3 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 node3. Also record the system IDs of node1 and node4 from the "OWNER" column.

  4. Reassign all drives from node1 to node3:

    If you're using whole disks

    Run the following command:

    disk reassign -s <node1_system_ID> -d <node3_system_ID>
    If you're using partitioned disks

    Run the following command:

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

    disk show -s <node3_system_ID>
    Caution If drives are not viewable, stop and contact technical support for assistance.
  6. Exit Maintenance Mode:

    halt