Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS)
11
Creation of package configuration files
Create a directory in /etc/cmcluster, for example “ebstst”, and “cd” to this directory. This directory
will eventually become TKIT_DIR.
Run the following commands to create the Serviceguard package configuration file templates for DB
and APPS Tiers of EBS:
#cmmakepkg -m ebs/db ebsdbpkg.conf
#cmmakepkg -m ebs/apps ebsappspkg.conf
Specifying configuration parameters of DB Tier package
Attributes that must be modified in the ebsdbpkg.conf file specifically for this configuration are shown
here.
#
# “package_name” is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name ebsdbpkg
#
# “package_description” specifies the application that the package runs.
#
package_description “EBS DB Tier 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 package to start. # “halt_script_timeout”
is the number of seconds allowed for package to halt. #
run_script_timeout 300
halt_script_timeout 610
#
# Define package configuration directory
#
ebs/d b/TKIT_DI R /etc/cmcluster/ebstst