HP Application Recovery Manager software A.06.10 Administrator's guide (March 2008)

2. In the shell script for starting, shutting down and monitoring the database,
comment the lines that monitor application processes (by putting # at the
beginning of the line).
Oracle example
#set -A MONITOR_PROCESSES ora_pmon_${SID_NAME}
ora_dbw0_${SID_NAME} ora_ckpt_${SID_NAME}
ora_smon_${SID_NAME} ora_lgwr_${SID_NAME}
ora_reco_${SID_NAME} ora_arc0_${SID_NAME}
This shuts down the application (database) running in the cluster without causing
a failover.
3. Restart the application cluster package:
cmrunpkg app_pkg_name
4. Shut down the application (database).
5. Start instant recovery. For instructions, see:
Instant recovery procedure on page 48 (EVA)
Instant recovery procedure on page 82 (XP)
6. When the session finished, stop the application cluster package:
cmhaltpkg app_pkg_name
7. Uncomment the lines (delete #) commented in Step 2 on page 105 of this
procedure to re-enable an application failover.
8. Restart the application cluster package:
cmrunpkg app_pkg_name
9. After instant recovery, recover the database. For detailed procedures, see the
database documentation.
NOTE:
After resynchronization with the application system finishes, enable replicated volume
groups on the application system in the exclusive mode by setting the
ZDB_IR_VGCHANGE_A variable on the application system to vgchange -a e. For
more information, see ZDB omnirc variables on page 106.
Administrator's guide 105