HP Serviceguard Toolkit for Oracle E-Business Suite User Guide

package_type failover
node_name Node2
node_name Node1
#
#"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/ebapps
#
# Define Oracle database session name
#
ebs/apps/INSTANCE_NAME VIS
#
# Define base directory in which Intance-specific EBS APPS info is installed
#
ebs/apps/BASE_DIR /oraebs
#
# 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 no
#
# Define whether the Web entry services like HTTP server has to be started
# and monitored.
ebs/apps/WEB_ENTRY_POINT no
#
# Define whether the Web application services like OACORE OC4J, Forms OC4J,
# and OAFM OC4J has to be started and monitored.
#
ebs/apps/WEB_APPLICATION no
#
# 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_BS
service_cmd "$SGCONF/scripts/ebs/apps/tkit_module.shapps_monitor"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
#
# Volume groups
#
vg vg_Batchprocessing
#
# "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_Batchprocessing/lv_Batchprocessing
fs_directory /oraapps
fs_type "vxfs"
fs_mount_opt "-o rw"
fs_umount_opt ""
fs_fsck_opt ""
2. Specifying configuration parameters for OLTP_APPS package
The following attributes must be modified in oltpappspkg.ascii for this configuration:
#
# "package_name" is the name that is used to identify the package.
# Package names must be unique within a cluster.
14 Configuring EBS and SGeEBS