Sun Cluster System Administration Guide for Solaris OS

ProcedureHow to Add and Register a Device Group (Raw-Disk)

Sun Cluster software supports the use of raw-disk device groups in addition to other volume managers. When you initially configure Sun Cluster, device groups are automatically configured for each raw device in the cluster. Use this procedure to reconfigure these automatically created device groups for use with Sun Cluster software.

Create a new device group of the raw-disk type for the following reasons:


Caution – Caution –

If you are creating a device group on replicated devices, the name of the device group that you create (Solaris Volume Manager, Veritas Volume Manager, or raw-disk) must be the same as the name of the replicated device group.


  1. Identify the devices that you want to use and unconfigure any predefined device groups.

    The following commands remove the predefined device groups for d7 and d8.


    paris-1# cldevicegroup disable dsk/d7 dsk/d8
    paris-1# cldevicegroup offline dsk/d7 dsk/d8
    paris-1# cldevicegroup delete dsk/d7 dsk/d8
    
  2. Create the new raw-disk device group, including the desired devices.

    The following command creates a global device group, rawdg, which contains d7 and d8.


    paris-1# cldevicegroup create -n phys-paris-1,phys-paris-2 -t rawdisk
             -d d7,d8 rawdg
    paris-1# /usr/cluster/lib/dcs/cldg show rawdg -d d7 rawdg
    paris-1# /usr/cluster/lib/dcs/cldg show rawdg -d d8 rawdg