Sun Cluster Software Installation Guide for Solaris OS

ProcedureHow to Configure a Disk Device Group on the Secondary Cluster

Before You Begin

Ensure that you completed steps in How to Configure a Disk Device Group on the Primary Cluster.

Steps
  1. Access nodeC as superuser.

  2. Create a disk group on nodeC that contains four volumes: volume 1, vol01 through volume 4, vol04.

  3. Configure the disk group to create a disk device group.


    nodeC# /usr/cluster/bin/scconf -a \
    -D type=vxvm,name=devicegroup,nodelist=nodeC
    

    The disk device group is called devicegroup.

  4. Create the file system for the disk device group.


    nodeC# /usr/sbin/newfs /dev/vx/rdsk/devicegroup/vol01 < /dev/null
    nodeC# /usr/sbin/newfs /dev/vx/rdsk/devicegroup/vol02 < /dev/null
    

    No file system is needed for vol03 or vol04, which are instead used as raw volumes.

Next Steps

Go to How to Configure the File System on the Primary Cluster for the NFS Application.