Configuring HP Serviceguard Toolkit for Oracle Data Guard

19
# Define email address for sending alerts
#
#tkit/dataguard/dataguard/ALERT_MAIL_ID
------------------------------------------------------------------------
#
# vgis used to specify which volume groups are used by this package.
#
vg vgora
------------------------------------------------------------------------
#
# fs_name,” “fs_directory,” “fs_mount_opt,” “fs_umount_opt,” “fs_fsck_opt,
# and fs_typespecify the filesystems that are used by this package.
#
fs_name /dev/vgora/lvol1
fs_directory /oradb
fs_type vxfs
fs_mount_opt “-o rw
#fs_umount_opt
#fs_fsck_opt
------------------------------------------------------------------------
Adding the package to the cluster
After the setup is complete, add the package to the Serviceguard cluster and start it up.
$ cmapplyconf -P dgpkg.conf
$ cmmodpkg -e -n <node1> -n <node2> dgpkg
$ cmmodpkg -e dgpkg
For more information on adding a package to the cluster, see the Managing HP Serviceguard
document available at:
http://www.hp.com/go/hpux-serviceguard-docs
ODG maintenance
There might be situations where the ODG database instances have to be taken down for maintenance
purposes like changing configuration without having the instance migrate to standby node. The
following procedure should be followed:
The toolkit maintenance feature is enabled only when the configuration variable
MAINTENANCE_FLAG is set to yesin the toolkit configuration file. Note that the toolkit
maintenance feature is different from the Serviceguard’s package maintenance feature.