Using HP Serviceguard extension for Oracle E-Business Suite B.01.00, September 2010

The example configuration uses installation directory mode operation.
This example on SGeEBS Package Setup and Configuration is for an EBS
installation using LVM. There should be separate Volume groups for
DB Tier and APPS Tier. In this example, the volume groups and mount
points are assumed to be configured as follows:
For DB Tier
Volume Groups Mount point
-------------------- -----------
vg_OracleDBBinaries /oradb/orahome
vg_OracleDBData /oradb/data
For APPS Tier
Volume Groups Mount point
------------------ -----------
vg_OracleAppsTier /oraapps
a. Creation of Package configuration files
Create a directory in /etc/cmcluster, for example "ebstst". This
directory will eventually become TKIT_DIR and "cd" to this directory.
Run the following commands to create the Package configuration file
templates of DB and APPS Tiers of ebs:
#cmmakepkg -m ebs/db ebsdbpkg.conf
#cmmakepkg -m ebs/apps ebsappspkg.conf
b. Specifying configuration parameters of DB Tier package
Attributes which are to be modified in ebsdbpkg.conf specifically for
this configuration are only shown here.
----------------------------------------------------------------------
--
#
# "package_name" is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name ebsdbpkg
----------------------------------------------------------------------
--
#
# "package_description" specifies the application that the package
runs.
#
package_description "EBS DB Tier Package"
----------------------------------------------------------------------
--
#
# "package_type" is the type of package.
# The package_type attribute specifies the behavior for this package.