Serviceguard for Linux Oracle Toolkit Version A.03.00 Release Notes, September 2006

Serviceguard for Linux Oracle Toolkit Linux Version A.03.00 Release Notes
Compatibility Information and Installation Requirements
Chapter 112
The files will be installed in /opt/cmcluster/oracletoolkit
The following files are part of the toolkit:
README. Description of toolkit contents
haoracle.sh. The main script of the toolkit
haoracle.conf. Configuration file
haoracle_sql.sh. The toolkit control script that starts and
stops an Oracle database
haoracle.mon. The monitor script
halistener.mon. The listener monitor script
toolkit.sh. This script is the interface between the SG/LX
package control script and the Serviceguard for Linux Oracle
Toolkit.
3. Create a directory for your package files called $SGCONF/<pkg_name>
4. Copy the Serviceguard for Linux Oracle Toolkit files to the newly
created package directory:
# cp $SGROOT/oracletoolkit/* $SGCONF/<pkg_name>
NOTE Use the environment variables $SGROOT and $SGCONF as defined in
the Managing HP Serviceguard for Linux user’s guide.
5. Run the cmmakepkg command to generate a package configuration
file and package control script template in the $SGCONF/<pkg_name>
directory.
# cd $SGCONF/<pkg_name>
# cmmakepkg -p pkg.conf
# cmmakepkg -s pkg.cntl
Copying the Template Files
Template files should be copied into the package directory for the Oracle
package. If multiple Oracle instances will be used then each instance
should have its own package with it's own directory, package
configuration file, and control scripts.