Using HP Serviceguard extension for Oracle E-Business Suite B.01.00, September 2010

APPS Tier connects to the DB Tier Listener by hostname and not by
IP
address.
2. It takes relatively long time for the DB Tier to come up and go
down.
To avoid timeouts, set high values for run_script_timeout and
halt_script_timeout
c. Specifying configuration parameters of APPS Tier package
Attributes which are to be modified in ebsappspkg.conf specifically
for
this configuration are only shown here.
----------------------------------------------------------------------
--
#
# "package_name" is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name ebsappspkg
----------------------------------------------------------------------
--
#
# "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 400
halt_script_timeout 360
----------------------------------------------------------------------
--
#
# Define EBS configuration directory
#
ebs/apps/TKIT_DIR /etc/cmcluster/ebstst
----------------------------------------------------------------------
--