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

Figure 3 (page 10) shows ECMT EBS DB Tier package and SGeEBS APPS Tier package in single
instance EBS APPS Tier configuration. SGeEBS APPS Tier package will start EBS APPS tier services
depending on these four attributes:
• ROOT_SERVICE
• WEB_ENTRY_POINT
• WEB_APPLICATION
• BATCH_PROCESSING
Set ROOT_SERVICE attribute to “yes”, to start opmn process.
Set WEB_ENTRY_POINT attribute to “yes” to start HTTP server process.
Set WEB_APPLICATION attribute to “yes”, to start all OC4J processes of EBS APPS Tier.
Set BATCH_PROCESSING attribute to “yes”, to start APPS listener and Concurrent Manager Process
When these attributes are set to “yes”, SGeEBS Toolkit scripts parses EBS APPS Tier context file to
determine if the mentioned service is enabled in that particular node, and then starts the appropriate
service.
In the following example, it is considered that EBS DB Tier is packaged using ECMT Oracle toolkit.
For more information on configuring ECMT Oracle toolkit see ECMT Oracle User Guide at http://
www.hp.com/go/hpux-serviceguard-docs -> ECMT Oracle User guide.
The volume group for EBS APPS Tier is assumed to be configured as follows:
For APPS Tier
Mount pointVolume Groups
/oraappsvg_OracleAppsTier
Creating package configuration file
1. Create a directory in /etc/cmcluster, for example "ebsapps". This directory will eventually
become TKIT_DIR for EBS APPS Tier. "cd" to this directory.
2. To create the package configuration file template of EBS APPS Tier, run #cmmakepkg -m
ebs/apps ebsappspkg.conf command to create the package configuration file template
of EBS APPS Tier.
Specifying configuration parameters of EBS single instance APPS tier package
The following attributes must be modified in ebsappspkg.conf for this configuration:
#
# "package_name" is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name APPSpackage
#
# "package_description" specifies the application that the package runs.
#
package_description "EBS APPS Tier Package"
#
# "package_type" is the type of package.
# The package_type attribute specifies the behavior for this package.
#
package_type failover
#
# "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
Configuring SGeEBS for EBS 11