HP Serviceguard Toolkit for Oracle E-Business Suite User Guide

#
# 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
#
# Define whether root service like OPMN has to be started and monitored
ebs/apps/ROOT_SERVICE yes
#
# Define whether the Web entry services like HTTP server has to be started
# and monitored.
ebs/apps/WEB_ENTRY_POINT yes
#
# Define whether the Web application services like OACORE OC4J, Forms OC4J,
# and OAFM OC4J has to be started and monitored.
#
ebs/apps/WEB_APPLICATION yes
#
# Define whether the Batch Processing services like Application TNS listener,
# Concurrent managers, and Fullfillment servers has to be started and monitored,
#
ebs/apps/BATCH_PROCESSING yes
#
# ip subnets and addresses
#
ip_subnet 15.xxx.yy.0
ip_address 15.xxx.yy.zz
dependency_name db_dependency
dependency_condition ebs_database_pkg
dependency_location any_node
#
# 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
#
# "fs_name", "fs_directory", "fs_mount_opt", "fs_umount_opt", "fs_fsck_opt",
# and "fs_type" specify the filesystems which are used by this package.
#
fs_name /dev/vg_OracleAppsTier/lv_OracleAppsTier
fs_directory /oraapps
fs_type "vxfs"
fs_mount_opt "-o rw"
fs_umount_opt ""
fs_fsck_opt ""
12 Configuring EBS and SGeEBS