HP Serviceguard Oracle DataGuard Toolkit User Guide, April 2011

NOTE: The following attributes are specific to the Oracle toolkit in ECMT:
#
# package_name is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name dgpkg
------------------------------------------------------------------------
#
# package_description specifies the application that the package runs.
#
package_description Serviceguard Package
------------------------------------------------------------------------
#
# package_type is the type of package.
# The package_type attribute specifies the behavior for this package.
#
package_type failover
------------------------------------------------------------------------
#
# run_script_timeout is the number of seconds allowed for the package to start.
# halt_script_timeout is the number of seconds allowed for the package to halt.
#
run_script_timeout 300
halt_script_timeout 600
------------------------------------------------------------------------
# script_log_file is the full path name for the package control script log
# file.
script_log_file /etc/cmcluster/dataguard/pkg.log
---------------------------------------------------------------------------
#
# Define package configuration directory
#
ecmt/oracle/oracle/TKIT_DIR /etc/cmcluster/dataguard
------------------------------------------------------------------------
#
# Define the instance type
#
ecmt/oracle/oracle/INSTANCE_TYPE database
------------------------------------------------------------------------
#
# Define Oracle home
#
ecmt/oracle/oracle/ORACLE_HOME /var/orahome
------------------------------------------------------------------------
#
# Define user name of Oracle database administrator
#
ecmt/oracle/oracle/ORACLE_ADMIN oracle
------------------------------------------------------------------------
26 Installation and configuration of the toolkit