Using Serviceguard Extension for RAC, 9th Edition, September 2010
Table 3-3 Required Oracle File Names for Demo Database (continued)
Oracle File Size
(MB)
Raw Device File NameSize (MB)Volume Name
200
/dev/vx/rdsk/ops_dg/opsdata2.dbf
208
opsdata2.dbf
200
/dev/vx/rdsk/ops_dg/opsdata3.dbf
208
opsdata3.dbf
300
/dev/vx/rdsk/ops_dg/opsroolback.dbf
308
opsrollback.dbf
5
/dev/vx/rdsk/ops_dg/opsspfile1.ora
5
opsspfile1.ora
312
/dev/vx/rdsk/ops_dg/opsundotbs1.dbf
320
opsundotbs1.dbf
312
/dev/vx/rdsk/ops_dg/opsundotbs2.dbf
320
opsundotbs2.dbf
160
/dev/vx/rdsk/ops_dg/opsexample1.dbf
168
opsexample1.dbf
100
/dev/vx/rdsk/ops_dg/opscwmlite1.dbf
108
opscwmlite1.dbf
70
/dev/vx/rdsk/ops_dg/opsindx1.dbf
78
opsindx1.dbf
Create these files if you wish to build the demo database. The three logical volumes at the bottom
of the table are included as additional data files, which you can create as needed, supplying the
appropriate sizes. If your naming conventions require, you can include the Oracle SID and/or
the database name to distinguish files for different instances and different databases. If you are
using the ORACLE_BASE directory structure, create symbolic links to the ORACLE_BASE files
from the appropriate directory.
Example:
# ln -s /dev/vx/rdsk/ops_dg/opsctl1.ctl \
/u01/ORACLE/db001/ctrl01_1.ctl
Example, Oracle 9:
1. Create an ASCII file, and define the path for each database object.
control1=/dev/vx/rdsk/ops_dg/opsctl1.ctl
or
control1=/u01/ORACLE/db001/ctrl01_1.ctl
2. Set the following environment variable where filename is the name of the ASCII file
created.
# export DBCA_RAW_CONFIG=<full path>/filename
Adding Disk Groups to the Cluster Configuration
For CVM 5.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 5.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 latest edition of
the Managing Serviceguard user 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.
Adding Disk Groups to the Cluster Configuration 99