JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Software Installation Guide     Oracle Solaris Cluster 4.0
search filter icon
search icon

Document Information

Preface

1.  Planning the Oracle Solaris Cluster Configuration

2.  Installing Software on Global-Cluster Nodes

3.  Establishing the Global Cluster

4.  Configuring Solaris Volume Manager Software

Configuring Solaris Volume Manager Software

How to Create State Database Replicas

Creating Disk Sets in a Cluster

How to Create a Disk Set

Adding Drives to a Disk Set

How to Add Drives to a Disk Set

How to Repartition Drives in a Disk Set

How to Create an md.tab File

How to Activate Volumes

Configuring Dual-String Mediators

Requirements for Dual-String Mediators

How to Add Mediator Hosts

How to Check For and Fix Bad Mediator Data

5.  Creating a Cluster File System

6.  Creating Zone Clusters

7.  Uninstalling Software From the Cluster

Index

Configuring Solaris Volume Manager Software

The following table lists the tasks that you perform to configure Solaris Volume Manager software for Oracle Solaris Cluster configurations. Complete the procedures in the order that is indicated.

Table 4-1 Task Map: Configuring Solaris Volume Manager Software

Task
Instructions
Plan the layout of your Solaris Volume Manager configuration.
Create state database replicas on the local disks.

How to Create State Database Replicas

Perform this procedure on each node in the global cluster.

  1. Become superuser.
  2. Create state database replicas on one or more local devices for each cluster node.

    Use the physical name (cNtXdY sZ), not the device-ID name (dN), to specify the slices to use.

    phys-schost# metadb -af slice-1 slice-2 slice-3

    Tip - To provide protection of state data, which is necessary to run Solaris Volume Manager software, create at least three replicas for each node. Also, you can place replicas on more than one device to provide protection if one of the devices fails.


    See the metadb(1M) man page and your Solaris Volume Manager documentation for details.

  3. Verify the replicas.
    phys-schost# metadb

    The metadb command displays the list of replicas.

Example 4-1 Creating State Database Replicas

The following example shows three state database replicas. Each replica is created on a different device.

phys-schost# metadb -af c0t0d0s7 c0t1d0s7 c1t0d0s7
phys-schost# metadb
flags            first blk      block count
    a       u       16          8192         /dev/dsk/c0t0d0s7
    a       u       16          8192         /dev/dsk/c0t1d0s7
    a       u       16          8192         /dev/dsk/c1t0d0s7

Next Steps

Go to Creating Disk Sets in a Cluster to create Solaris Volume Manager disk sets.