Using Serviceguard Extension for RAC, 4th Edition, February 2007
Serviceguard Configuration for Oracle 9i RAC
Installing Oracle 9i RAC
Chapter 3 157
# ll
total 0
drwxr-xr-x 2 root root 96 Jun 3 11:43
lost+found
drwxr-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
# chown oracle:dba /cfs/cfssrvm/ora_srvm
2. Install Oracle RAC Software
a. Install Oracle (software only) with Oracle Universal Installer as
oracle user
# su - oracle
When using CFS for SRVM, set SRVM_SHARED_CONFIG
$ export SRVM_SHARED_CONFIG=/cfs/cfssrvm/ora_srvm
b. Set DISPLAY
$ export DISPLAY=${display}:0.0
c. Run Oracle Universal Installer and follow installation steps
$ cd <Oracle installation disk directory>
$ ./runInstaller
Create Database with Oracle Tools
Refer to Oracle documentation for more detailed information on creating
Oracle database.
1. Set up Environment Variables
Use the following as an example:
export ORACLE_BASE=/cfs/mnt1/oracle
export ORACLE_HOME=$ORACLE_BASE/product/9.2.0.2
export PATH=$ORACLE_HOME/bin:$PATH