Oracle® Solaris Cluster 4.2 Hardware Administration Manual

Exit Print View

Updated: July 2014, E39726–01
 
 

How to Configure Internal Disk Mirroring After the Cluster Is Established

Before You Begin

This procedure assumes that you have already installed your hardware and software and have established the cluster. To configure an internal disk mirror during cluster installation, see the Oracle Solaris Cluster Software Installation Guide .


Caution

Caution  - If there are state database replicas on the disk that you are mirroring, you must recreate them during this procedure.


  1. If necessary, prepare the node for establishing the mirror.
    1. Determine the resource groups and device groups that are running on the node.

      Record this information because you use it later in this procedure to return resource groups and device groups to the node.

      Use the following command:

      # clresourcegroup status -n nodename
      # cldevicegroup status -n nodename
    2. If necessary, move all resource groups and device groups off the node.
      # clnode evacuate fromnode
  2. Configure the internal mirror.
    # raidctl -c clt0d0 clt1d0 
    –c clt0d0 clt1d0

    Creates the mirror of primary disk to the mirror disk. Enter the name of your primary disk as the first argument. Enter the name of the mirror disk as the second argument.

  3. Boot the node into single user mode.
    # reboot -- -S
  4. Clean up the device IDs.

    Use the following command:

    # cldevice repair /dev/rdsk/clt0d0
    /dev/rdsk/clt0d0

    Updates the cluster's record of the device IDs for the primary disk. Enter the name of your primary disk as the argument.

  5. Confirm that the mirror has been created and only the primary disk is visible to the cluster.
    # cldevice list

    The command lists only the primary disk, and not the mirror disk, as visible to the cluster.

  6. Boot the node back into cluster mode.
    # reboot
  7. If you are using Solaris Volume Manager and if the state database replicas are on the primary disk, recreate the state database replicas.
    # metadb -a /dev/rdsk/clt0d0s4
  8. If you moved device groups off the node in Step 1, restore device groups to the original node.

    Perform the following step for each device group you want to return to the original node.

    # cldevicegroup switch -n nodename devicegroup1[ devicegroup2 ...]
    –n nodename

    The node to which you are restoring device groups.

    devicegroup1[ devicegroup2 …]

    The device group or groups that you are restoring to the node.

  9. If you moved resource groups off the node in Step 1, move all resource groups back to the node.

    Perform the following step for each resource group you want to return to the original node.

    # clresourcegroup switch -n nodename resourcegroup1[ resourcegroup2 …]
    nodename

    For failover resource groups, the node to which the groups are returned. For scalable resource groups, the node list to which the groups are returned.

    resourcegroup1[ resourcegroup2 …]

    The resource group or groups that you are returning to the node or nodes.