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
Enhancements to the Serviceguard for Linux Oracle Toolkit
Chapter 18
Enhancements to the Serviceguard for Linux
Oracle Toolkit
Enhancements to the Serviceguard for Linux Oracle Toolkit for version
A.03.00 include:
Support for Oracle 10g R2 database application
ReadMe Update
Support for Listener Monitoring
Support for spfile at database startup time
Support for Oracle startup messages in package log file
Fixes for defects reported on the HP-UX version of the Oracle Toolkit
Listener Monitoring
Listener monitoring is configured as a separate service, and the listener
is restarted as a consequence of service restart. If the restart count is
exceeded, Oracle package will fail over. Each time the listener is
restarted, a message is logged in the package log file.
To monitor listener, a new service needs to be added in the Package
Configuration File and Package Control Script as follows:
Package Configuration File:
SERVICE_NAME LISTENER _${SID_NAME}
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 300
Package Control Script:
SERVICE_NAME [1] = LISTENER _${SID_NAME}
SERVICE_CMD[1]=/opt/cmcluster/pkg/${SID_NAME}/toolkit.sh
monitor_listener”
SERVICE_RESTART [1] =”-r 100"