Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS)
14
# “package_description” specifies the application that the package runs.
#
package_description “EBS APPS 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 360
#
# Define EBS configuration directory
#
ebs/a pps/TKIT_DI R /etc/cmcluster/ebstst
#
# Define Oracle database session name
#
ebs/apps/INSTANCE_NAME VIS
#
# Define name of database package of EBS corresponding to the Apps
# package
#
ebs/apps/DBPACKAGE_NAME ebsdbpkg
#
# Define base directory in which Instance-specific APPS info is installed
#
ebs/apps/BASE_DIR /oraapps
#