Using Serviceguard Extension for RAC, 7th Edition, September 2008
# chown -R oracle:oinstall /cfs/mnt3
b. Create Directory for Oracle Demo Database on CFS
Create the CFS directory to store Oracle database files. Run commands only on one
node.
# chmod 775 /cfs
# chmod 775 /cfs/mnt2
# cd /cfs/mnt2
# mkdir oradata
# chown oracle:oinstall oradata
# chmod 775 oradata
NOTE: When using LVM version 2.x, the volume groups are supported with
Serviceguard. The steps shown in the following section are for configuring the volume
groups in Serviceguard clusters LVM version 1.0.
For more information on using and configuring LVM version 2.x, see the HP-UX 11i
Version 3: HP-UX System Administrator's Guide: Logical Volume Management located at:
http://docs.hp.com -> Core HP-UX 11iv3 -> LVM Volume Manager
LVM version 2 is only supported with SGeRAC version A.11.18 on HP-UX 11i v3, and
requires Patch PHSS_37602.
For more information on Patch PHSS_37602, see the Serviceguard Version A.11.18 Release
Notes at http://docs.hp.com -> High Availability -> Serviceguard
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.
66 Serviceguard Configuration for Oracle 10g RAC