HP Serviceguard Oracle DataGuard Toolkit User Guide, April 2011
Table 4 Module scripts of the HP Serviceguard toolkit for Oracle Data Guard
Available in DirectoryDescriptionFile Name
/etc/cmcluster/scripts/tkit/
dataguard
This script is called by the Master Control Script
and acts as an interface between the Master
Control Script and the toolkit interface script
(hadg.sh/hadg_rac.sh). It is also responsible
for calling the toolkit Configuration File
Generator Script (described below).
Toolkit Module
Script
(tkit_module.sh)
This script is called by the Module Script when
the package configuration is applied using
“cmapplyconf” to generate the user
configuration file (hadg.conf) in the package
directory (TKIT_DIR).
Toolkit
Configuration
File Generator
Script
(tkit_gen.sh)
This script is called by the Master Control Script
and acts as an interface between the Master
Control Script and the External_pre interface
script (hadg_rac_cc.sh).This external script is
used in Continentalclusters environment.
External_pre
Module Script
(cc_ext.sh)
The following parameters need to be provided in the Package Configuration File
Table 5 Package attributes
DescriptionVariable Name
This parameter determines whether Active Data Guard has to be enabled on
a Physical standby database instance or not. The Active Data Guard Option
available with Oracle Database 11g Enterprise Edition enables the physical
standby database to be opened for read-only access. This feature can be
enabled using the toolkit by setting it to "yes" in a package for Physical
Standby database. The default value is “no.”
NOTE: To enable Active Data Guard, the user needs an optional license
from Oracle. Therefore, this toolkit parameter should not be set to "yes" without
the license.
ACTIVE_STANDBY
The ODG Broker is a distributed management framework that automates the
creation, maintenance, and monitoring of Data Guard configurations. The
parameter MONITOR_DG_BROKER" Specifies whether the ODG broker is to
be used or not. It can take values “yes” or “no.” The default value is “no.”
This parameter can be used in RAC environment only. Data Guard Broker is
not supported in the toolkit in Single Instance database environment.
NOTE: Broker configuration should not be enabled when this parameter is
set to “no”. If enabled, the toolkit fails the package startup to avoid issues.
MONITOR_DG_BROKER
Real Time Apply" is an ODG feature that enables log apply services to apply
redo data as it is received, without waiting for the current standby red log file
to be archived. This results in faster switch over and failover times. To enable
this feature with the toolkit set the toolkit parameter "REAL_TIME_APPLY" to
"yes" in the package configuration file. The default value is "no".
REAL_TIME_APPLY
Setting up the toolkit 23