Rmora_mount – HP 3PAR Application Software Suite for Oracle User Manual

Page 72

Advertising
background image

rmora_mount

SYNTAX

rmora_mount -s <oracle_sid> -p <db_server> -t <timestamp> [-m

<mountpoint>] [-r] [-v]

DESCRIPTION

The rmora_mount command mounts an existing virtual copy created by the rmora_create
command or rmora_rsync command on the backup server. The mounted virtual copy can be
used for off-host processing purposes such as backup or database cloning.

The following restrictions apply when mounting a database virtual copy:

The virtual copy must have an Available or Mounted(P) status in order to be mounted.
The virtual copy's status can be retrieved using the Recovery Manager for Oracle display
utility.

The same virtual copy cannot be mounted concurrently at different mount points.

If the database files reside on Symantec VxVM Volumes, only one virtual copy per database
can be mounted at any time on the backup server. This is due to the VxVM disk groups from
different virtual copies of the same database having the same names and so cannot be imported
at the same time.

If Oracle datafiles and archive logs reside on HP LVM volumes, HP 3PAR Recovery Manager
for Oracle allows only one virtual copy of the same database to be mounted. You must unmount
a mounted virtual copy before mounting a different virtual copy.

If the database files reside on ASM disk groups, it is dependent on which ASM database
version is installed on the backup server, different restrictions apply as follows:

If the ASM version on the backup server is 10.2.0.5 or 11.1.0.7 or above, one virtual
copy per database can be mounted on the backup server. Virtual copies from different
databases can be mounted concurrently.

If the ASM version on the backup server is running versions lower than the releases
mentioned in the previous bullet, only one virtual copy can be mounted at any time on
the backup server. This restriction prevents an Oracle ASM instance on the backup server
from hanging due to some ASM's idle processes still holding a virtual copy's devices,
even though the corresponding ASM disk groups are dropped.

For OCFS2 1.4.1 or above, Recovery Manager for Oracle supports multiple virtual copies
per database being mounted simultaneously. For versions lower than OCFS2 1.4.1, only one
virtual copy per database can be mounted at any time on the backup server.

For online backup and archlog backup, all MANDATORY archive log destinations are mounted.
If no MANDATORY archive log destinations are found, all OPTIONAL archive log destinations
are mounted.

Mounting a database virtual copy involves the following actions:

Creates a read-write virtual copy of the original read-only virtual copy.

Imports the read-write virtual copy to the backup server.

Imports snapshot Symantec VxVM disk groups and starts up all corresponding snapshot VxVM
volumes if the database files reside on VxVM volumes.

Imports snapshot HP LVM volume groups and activates all corresponding LVM snapshot volumes
if the database files reside on HP LVM volumes.

72

Using the Recovery Manager Command Line Interface

Advertising