Oracle® Solaris Cluster Data Service for Oracle Database Guide

Exit Print View

Updated: September 2014, E39654–02
 
 

How to Configure Oracle Database Access Using Solaris Volume Manager

Use this procedure to configure Oracle Database using Solaris Volume Manager.


Note -  You can run this procedure only in the global zone.
  1. Configure the disk devices for the Solaris Volume Manager software to use.

    See Oracle Solaris Cluster Software Installation Guide for information about how to configure the Solaris Volume Manager software.

  2. If you use raw devices to contain the databases, run the following commands to change each raw-mirrored metadevice's owner, group, and mode.

    If you do not use raw devices, do not perform this step.

    1. If you create raw devices, run the following commands for each device on each cluster node that can master the Oracle Database resource group.
      # chown oracle /dev/md/metaset/rdsk/dn
      # chgrp dba /dev/md/metaset/rdsk/dn
      # chmod 600 /dev/md/metaset/rdsk/dn
      metaset

      Specifies the name of the disk set

      /rdsk/dn

      Specifies the name of the raw disk device within the metaset disk set

    2. Verify that the changes are effective.
      # ls -lL /dev/md/metaset/rdsk/dn