HP Serviceguard Toolkit for Oracle E-Business Suite User Guide
Table Of Contents
- HP Serviceguard Toolkit for Oracle E-Business Suite User Guide
- Contents
- 1 Introduction
- 2 Configuring EBS and SGeEBS
- Configuring EBS for SGeEBS
- EBS as Serviceguard package
- Configuring SGeEBS for EBS
- SGeEBS with Serviceguard Continentalclusters
- 3 Troubleshooting
- 4 Support and other resources
- Index
#
package_name OLTP_APPSpackage
#
# "package_description" specifies the application that the package runs.
#
package_description "APPS Tier OLTP Package"
#
# "package_type" is the type of package.
# The package_type attribute specifies the behavior for this package.
#
package_type failover
node_name Node3
node_name Node4
#
# "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/ebsapps2
#
# 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 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 no
#
# 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_OLTP
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_OLTP
#
# "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_OLTP/lv_OLTP
fs_directory /oraapps
fs_type "vxfs"
fs_mount_opt "-o rw"
fs_umount_opt ""
fs_fsck_opt ""
Configuring SGeEBS for EBS 15