MetroCluster Manuals ( CA08871-401 )

to Japanese version

Manually assigning drives to pool 0

If you did not receive the systems pre-configured from the factory, you might have to manually assign the pool 0 drives. Depending on the platform model and whether the system is using ADP, you must manually assign drives to pool 0 for each node in the MetroCluster IP configuration. The procedure you use depends on the version of ONTAP you are using.

Manually assigning drives for pool 0

If the system has not been pre-configured at the factory and does not meet the requirements for automatic drive assignment, you must manually assign the pool 0 drives.

About this task

To determine if your system requires manual disk assignment, you should review Considerations for automatic drive assignment and ADP systems.

You perform these steps in Maintenance mode. The procedure must be performed on each node in the configuration.

Examples in this section are based on the following assumptions:

  • node_A_1 and node_A_2 own drives on:

    • site_A-shelf_1 (local)

    • site_B-shelf_2 (remote)

  • node_B_1 and node_B_2 own drives on:

    • site_B-shelf_1 (local)

    • site_A-shelf_2 (remote)

Steps
  1. Display the boot menu:

    boot_ontap menu

  2. Select Option 9a and respond no when prompted.

    The following screen shows the boot menu prompt:

    Please choose one of the following:
    
    (1) Normal Boot.
    (2) Boot without /etc/rc.
    (3) Change password.
    (4) Clean configuration and initialize all disks.
    (5) Maintenance mode boot.
    (6) Update flash from backup config.
    (7) Install new software first.
    (8) Reboot node.
    (9) Configure Advanced Drive Partitioning.
    (10) Set Onboard Key Manager recovery secrets.
    (11) Configure node for external key management.
    Selection (1-11)? 9a
    
    ...
    
    ########## WARNING: AGGREGATES WILL BE DESTROYED ##########
    This is a disruptive operation that applies to all the disks
    that are attached and visible to this node.
    
    Before proceeding further, make sure that:
    
    The aggregates visible from this node do not contain
    data that needs to be preserved.
    This option (9a) has been executed or will be executed
    on the HA partner node (and DR/DR-AUX partner nodes if
    applicable), prior to reinitializing any system in the
    HA-pair or MetroCluster configuration.
    The HA partner node (and DR/DR-AUX partner nodes if
    applicable) is currently waiting at the boot menu.
    Do you want to abort this operation (yes/no)? no
  3. When the node restarts, press Ctrl-C when prompted to display the boot menu and then select the option for Maintenance mode boot.

  4. In Maintenance mode, manually assign drives for the local aggregates on the node:

    disk assign disk-id -p 0 -s local-node-sysid

    The drives should be assigned symmetrically, so each node has an equal number of drives. The following steps are for a configuration with two storage shelves at each site.

    1. When configuring node_A_1, manually assign drives from slot 0 to 11 to pool0 of node A1 from site_A-shelf_1.

    2. When configuring node_A_2, manually assign drives from slot 12 to 23 to pool0 of node A2 from site_A-shelf_1.

    3. When configuring node_B_1, manually assign drives from slot 0 to 11 to pool0 of node B1 from site_B-shelf_1.

    4. When configuring node_B_2, manually assign drives from slot 12 to 23 to pool0 of node B2 from site_B-shelf_1.

  5. Exit Maintenance mode:

    halt

  6. Display the boot menu:

    boot_ontap menu

  7. Repeat these steps on the other nodes in the MetroCluster IP configuration.

  8. Select Option 4 from the boot menu on both nodes and let the system boot.

  9. Proceed to Setting up ONTAP.

Top of Page