Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS)
13
# ip subnets and addresses
#
ip_subnet 15.xxx.yy.0
ip_address 15.xxx.yy.zz
#
# volume groups
#
vg vg_OracleDBBinaries
vg vg_OracleDBData
# “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_OracleDBBinaries/lv_OracleDBBinaries
fs_directory /oradb/ora home
fs_type “vxfs”
fs_mount_opt “-o rw”
fs_umount_opt ““
fs_fsck_opt ““
fs_na me /dev/vg_OracleDBData/lv_OracleDBData
fs_directory /oradb/data
fs_type “vxfs”
fs_mount_opt “-o rw” fs_umount_opt ““
fs_fsck_opt ““
Specifying configuration parameters of APPS package
Attributes that must be modified in the ebsappspkg.conf file specifically for this configuration are
shown here.
#
# “package_name” is the name that is used to identify the package.
# Package names must be unique within a cluster.
#
package_name ebsappspkg
#