Using HP Serviceguard extension for Oracle E-Business Suite B.01.00, September 2010
#
# 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 Intance-specific EBS APPS info is
installed
#
ebs/apps/BASE_DIR /oraapps
----------------------------------------------------------------------
--
#
# Name of the file in which the user name and password of EBS APPS
Tier
# is stored. This file is to be kept in TKIT_DIR/apps and should be
# protected against unauthorized access.
#
ebs/apps/PW_FILE pw_file
----------------------------------------------------------------------
--
#
# ip subnets and addresses
#
ip_subnet 15.xxx.yy.0
ip_address 15.xxx.yy.zz
----------------------------------------------------------------------
--
#
# Services: A service is an long lived (daemon) executable which
# Serviceguard will monitor while the package is up.
#
service_name ebsapps_service
service_cmd "$SGCONF/scripts/ebs/apps/tkit_module.sh
apps_monitor"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
----------------------------------------------------------------------
--
#
# Volume groups
#
vg vg_OracleAppsTier
----------------------------------------------------------------------
--