Using the Oracle Toolkit in a HP Serviceguard Cluster README Revision: B.06.00, August 2010
USER_SHUTDOWN_MODE: This parameter is used to specify the instance
shutdown mode only when a shutdown is initiated
by the user and not due to a failure of a
service.
this parameter can take values "abort" or
"immediate" only. If "abort" is specified, the
instance is shutdown using the abort option. If
"immediate" is specified, the instance is
shutdown
using the immediate option. The default value
is
"abort". This parameter can be set in the ASM
and
database instance package.
KILL_ASM_FOREGROUNDS: When ASM is being used, this parameter is
used to specify if the ASM foreground processes
of the form oracle<ASM_SID> having file
descriptors open on the dismounted disk group
volumes should be killed during database
package
halt. The Oracle scripts will wait for a
timeout
of 12 seconds before terminating the foreground
processes that continue to have file
descriptors
open on the dismounted disk group volumes. This
parameter can be set to either "yes" or "no".
Default value is yes. This parameter must be
set only in the case of an ASM database
instance package.
iii. ASM Package configuration example
- Oracle Legacy Package Configuration Example
1. ASM Multi-Node Package Setup and Configuration
- Create your own ASM package directory under /etc/cmcluster and copy
over
the scripts in the bundle.
Login as root:
# mkdir /etc/cmcluster/asm_package_mnp
# cd /etc/cmcluster/asm_package_mnp
Then copy the framework scripts provided to this location.
cp /opt/cmcluster/toolkit/oracle/* .
- Edit the configuration file haoracle.conf for the ASM MNP to fit
your specific Oracle environment as indicated by the comments in
that
script. You will have to set the variables as shown in the example
below.