Using Serviceguard Extension for RAC, 5th Edition, June 2007

Serviceguard Configuration for Oracle 10g RAC
Installing Oracle 10g Cluster Software
Chapter 2 117
Installing Oracle 10g Cluster Software
The following sample steps for a SGeRAC cluster for Oracle 10g. Refer to
the Oracle documentation for Oracle installation details.
Installing on Local File System
Logon as a “oracle” user:
$ export DISPLAY={display}:0.0
$ cd <10g Cluster Software disk directory>
$ ./runInstaller
Use following guidelines when installing on a local file system:
1. Specify CRS HOME as
/mnt/app/crs/oracle/product/10.2.0/crs. This is a local file
system.
2. Specify OCR Location as /dev/vg_ops/rora_ocr if using SLVM for
OCR or as /cfs/mnt3/OCR/ocr_file if using CFS for OCR.
3. Specify Vote Disk Location as /dev/vg_ops/rora_vote if using
SLVM vote device or as /cfs/mnt3/VOTE/vote_file if using CFS
for vote device.
NOTE During Oracle 10g Cluster configuration, Oracle gives a default
cluster name “crs”, it can be specified as a different name, the valid
cluster name can be the combination of the following characters: a-z,
A-Z, 0-9, _, $and #.
4. When prompted, run orainstRoot.sh on each node.
5. When prompted, run root.sh on each node.