Sun Cluster 3.0 Installation Guide

How to Create Metadevice State Database Replicas

Perform this procedure on each node in the cluster.

  1. Become superuser on the cluster node.

  2. Create replicas on one or more local disks for each cluster node by using the metadb command.

    Refer to the metadb(1M) man page and your Solstice DiskSuite documentation for details.


    Tip -

    To provide protection of metadevice state data, which is necessary to run Solstice DiskSuite software, create at least three replicas for each node. Also, placing replicas on more than one disk provides protection if one of the disks fails.


  3. Verify the replicas.


    # metadb
    

Example--Creating Metadevice State Database Replicas

The following example shows three metadevice state database replicas, each created on a different disk.


# metadb -af c0t0d0s7 c0t1d0s7 c1t0d0s7
# metadb
flags            first blk      block count
    a       u       16            1034         /dev/dsk/c0t0d0s7
    a       u       1050          1034         /dev/dsk/c0t1d0s7
    a       u       2084          1034         /dev/dsk/c1t0d0s7

Where to Go From Here

If you want to mirror file systems on the root disk, go to "Mirroring the Root Disk". Otherwise, to create Solstice DiskSuite disksets, go to "How to Create a Diskset".