Sun Cluster 3.1 10/03 Software Installation Guide

How to Activate Metadevices or Volumes

Perform this procedure to activate Solstice DiskSuite metadevices or Solaris Volume Manager volumes that are defined inmd.tab files.

  1. Become superuser on the cluster node.

  2. Ensure that md.tab files are located in the /etc/lvm directory.

  3. Ensure that you have ownership of the diskset on the node where the command will be executed.

  4. Take ownership of the diskset.


    # metaset -s setname -t
    
    -s setname

    Specifies the diskset name

    -t

    Takes ownership of the diskset

  5. Activate the diskset's metadevices or volumes, which are defined in the md.tab file.


    # metainit -s setname -a
    
    -a

    Activates all metadevices in the md.tab file

  6. For each master and log device, attach the second submirror (submirror2).

    When the metadevices or volumes in the md.tab file are activated, only the first submirror (submirror1) of the master and log devices is attached, so submirror2 must be attached by hand.


    # metattach mirror submirror2
    

  7. Repeat Step 3 through Step 6 for each diskset in the cluster.

    If necessary, run the metainit(1M) command from another node that has connectivity to the disk drives. This step is required for cluster-pair topologies, where the disk drives are not accessible by all nodes.

  8. Check the status of the metadevices or volumes.


    # metastat -s setname
    

    See the metastat(1M) man page for more information.

  9. Does your cluster contain disksets that are configured with exactly two disk enclosures and two nodes?

Example—Activating Metadevices or Volumes in the md.tab File

In the following example, all metadevices that are defined in the md.tab file for diskset dg-schost-1 are activated. Then the second submirrors of master device dg-schost-1/d1 and log device dg-schost-1/d4 are activated.


# metainit -s dg-schost-1 -a
# metattach dg-schost-1/d1 dg-schost-1/d3
# metattach dg-schost-1/d4 dg-schost-1/d6