Using Serviceguard Extension for RAC, 7th Edition, September 2008

# export DBCA_RAW_CONFIG=<full path>/filename
Adding Disk Groups to the Cluster Configuration
For CVM 4.x or later, if the multi-node package was configured for disk group activation, the
application package should be configured with package dependency to ensure the CVM disk
group is active.
For CVM 3.5 and CVM 4.x or later (without using multi-node package) after creating units of
CVM storage with VxVM commands, you need to specify the disk groups in each package
configuration ASCII file. Use one STORAGE_GROUP parameter for each CVM disk group the
package will use. It is necessary to identify the CVM disk groups, file systems, logical volumes,
and mount options in the package control script.
For more detailed information on the package configuration process refer to the Managing
Serviceguard Fifteenth Edition users guide.
Installing Oracle 9i RAC
The following sample steps for a SGeRAC cluster for Oracle 9i. Refer to the Oracle documentation
for Oracle installation details.
Install Oracle Software into CFS Home
Oracle RAC software is installed using the Oracle Universal Installer. This section describes
installation of Oracle RAC software onto a CFS home.
1. Oracle Pre-installation Steps
a. Create user accounts.
Create user and group for Oracle accounts on all nodes using the following commands:
# groupadd -g 99 dba
# useradd -g dba -u 999 -d /cfs/mnt1/oracle oracle
Create Oracle home directory on CFS
# cd /cfs/mnt1
# mkdir /cfs/mnt1/oracle
# chown oracle:dba oracle
Change password for Oracle account on all nodes.
# passwd oracle
b. Set up for remote commands
Setup user equivalence for all nodes by adding node name entries to /etc/
hosts.equiv or add entries to the .rhosts of oracle account.
c. Set up CFS directory for Oracle datafiles.
# cd /cfs/mnt2
# mkdir oradata
# chown oracle:dba oradata
# chmod 755 oradata
# ll
total 0drwxr-xr-x 2 root root 96 Jun 3 11:43 lost+founddrwxr-xr-x 2 oracle
dba 96 Jun 3 13:45 oradat
d. Set up CFS directory for Server Management.
Preallocate space for srvm (200MB)
# prealloc /cfs/cfssrvm/ora_srvm 209715200
98 Serviceguard Configuration for Oracle 9i RAC