HP Serviceguard Toolkit for Oracle on Linux User Guide Version A.12.00.00

With Automatic Storage Management
ASM instance can be managed with the HP Serviceguard toolkit for Oracle. This toolkit makes use
of the multi-node package and package dependency feature to integrate ASM with Serviceguard.
MNP (Multi-node Package) is used to encapsulate the per node ASM instances, with one or more
Oracle database instance failover packages dependent on this MNP. This configuration enables
the database instance to start up in the right order in relation to the ASM instance, and in the event
of a failover, to relocate only to a node where an ASM instance is available.
To configure Oracle database using ASM in a Serviceguard environment:
1. Configuring ASM in a Serviceguard environment and creating the ASM instance.
a. Configure logical volumes or devices to be used in the ASM disk groups.
b. Install the Oracle standalone server GRID (needed in 11gR2) and ASM binaries in local
storage on all the nodes. You can skip the step c, in case ASM instance is created through
OUI during install.
c. Create the ASM instance on one node by creating a ASM disk group (DG) with raw
logical volumes or raw devices. Ensure that logical volume or raw device used here are
accessible from all the cluster nodes.
d. Create the ASM instance on the other cluster nodes by specifying different ASM DG name
and using different raw logical volumes or raw devices.
e. Copy the parameter file or server parameter file of the ASM instance to all the nodes with
appropriate file permissions.
2. Creating the Oracle database in a Serviceguard environment.
a. Install the Oracle binaries on local storage in ORACLE_HOME on all the nodes configured
in the cluster.
b. Create the database instance on one node by choosing the storage option as Automatic
storage management in "dbca" GUI. Mention the ASM DG name which has been created
on that node as the Storage name.
c. Optional: Configure a listener.
d. Copy the parameter file or server parameter file of the database instance to all the nodes
with appropriate file permissions.
e. Distribute the listener configuration file if listener is configured, listener.ora from
${ORACLE_HOME}/network/admin/ to all the package nodes.
f. Copy the directories from ${ORACLE_HOME}/admin to all the nodes.
With Automatic Storage Management 11