HP 3PAR Application Software Suite for Oracle User Manual
Page 115
![background image](/manuals/397098/115/background.png)
5.
On the HP 3PAR StoreServ Storage system, remove the VLUNs for the database virtual volumes.
Example:
cli>removevlun Oracle_data1 101 pilot
6.
Keep the list of the VLUNs, which are removed by the command . The database virtual volumes
need to be exported to the same VLUNs.
7.
From the backup server, perform a rollback of the database virtual volumes using a database
read-only Virtual Copy.
Example:
# rmora_rollback -s TEST920 -p pilot -t 042903142921 -v
NOTE:
Use with the -f option if the database virtual volumes are in Remote Copy groups.
8.
On the HP 3PAR StoreServ Storage system, export the database volumes back to the database
server with the same VLUNs saved in step 6.
Example:
cli>createvlun Oracle_data1 101 pilot
9.
On the database server, import database VxVM disk groups and start all VxVM volumes if
Symantec VxVM is in use.
Example:
# vxdg import
# vxvol -g
10. On the database server, mount the database file systems if database files are on file systems.
Example:
# mount -F vxfs /dev/vx/dsk/datadg/datavol/oradata
11. On the database server, mount database ASM disk groups if ASM is in use.
Example:
SQL>alter diskgroup
12. On the database server, follow Oracle documentation to perform media recovery to recover
the database.
NOTE:
If both datafile and archive log volumes are rolled back, then an incomplete recovery
must be performed to recover the database on the database server. The binary or ASCII control
file from the Recovery Manager for Oracle Virtual Copy’s repository can be used if required.
rmora_rollback Usage
115