HP Serviceguard Toolkit for Oracle on Linux User Guide Version A.12.00.00

4 Using HP Serviceguard toolkit for Oracle
After installing the HP Serviceguard toolkit for Oracle, you can use this toolkit to:
Deploy Oracle ASM, Oracle database instances in Serviceguard cluster environment.
Manage the packages.
Configuring modular Oracle ASM instance and Database instance toolkit
packages
This section describes the steps to configure Oracle ASM instance and Database instance toolkit
packages.
“Configuring modular Oracle database package without ASM” (page 12)
“Configuring modular ASM instance package (page 17)
Configuring modular Oracle database package without ASM
To configure a modular Oracle database toolkit packages without ASM:
1. Create a directory in $SGCONF/<package dir>. For example:
#mkdir $SGCONF/oracle_pkg
2. cd $SGCONF/<oracle_pkg>.
3. Create the modular package configuration file, pkg2.conf using the command:
# cmmakepkg -m tkit/oracle/oracle pkg2.conf
4. Edit the modular package configuration file pkg2.conf. Table 2 (page 12) describes the list
of attributes that you can edit.
Table 2 Lists the attributes that you can edit
ExampleDescriptionAttribute
oracle_pkgThe package name must be unique
in the cluster.
package_name
databaseThis parameter determines whether
the instance is an ASM instance or
INSTANCE_TYPE
a database instance. Set this
parameter to database. The default
value is database.
/ORACLE_TEST1This is the Oracle home directory
where Oracle binaries are installed.
ORACLE_HOME
oracleThis is the user name of the Oracle
database administrator who
ORACLE_ADMIN
manages the database. The default
value is oracle.
ORACLE_TEST0This is the Oracle session name, also
called the session ID (SID).
SID_NAME
NOTE: If a change is made to this
attribute after the # cmmakepkg
-i -m -t command is run, you
must reconfigure the
MONITOR_PROCESSES attribute
defined in this file to reflect the
same. Also, reconfigure PFILE to
reflect this change if PFILE is uses this
attribute.
12 Using HP Serviceguard toolkit for Oracle