Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS)
15
# 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 1 5.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 “$SGCON F/scri pts/ebs/a pps/tkit_module.sh a pps_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_na me /dev/vg_OracleAppsTier/lv_OracleAppsTier
fs_directory /oraapps
fs_type “vxfs”
fs_mount_opt “-o rw” fs_umount_opt ““
fs_fsck_opt ““