Software Suite for Microsoft Exchange User Manual

7.29
Recovery Manager Commands
3PAR Recovery Manager 4.1.0 For Microsoft Exchange 2010 User’s Guide
COMMAND
RMExch unmount
SYNTAX
RMExch unmount -mdb <mailbox_DB_name> -t <Timestamp> -h <hostname>
DESCRIPTION
The RMExch unmount command unmounts a currently mounted virtual copy. When
performing RMExch mount to mount a virtual copy, the program will check to see if the virtual
copy is mounted to a host machine. The virtual copy must have a status of “Mounted” or
“Exposed” before it can be unmounted.
PARAMETERS
The following options are supported:
-mdb <mailbox_DB_name> - The name of the mailbox database.
-t <Timestamp> - The timestamp of the virtual copy to unmount.
-h <hostname> - Optional. The windows hostname (other than the default host) for the
host to unmount the virtual copy from. Host has to have Recovery Manager installed.
This option is deprecated and will be removed in a future release.
EXAMPLES
The following command will unmount the virtual copy 020405162103.
RMExch unmount -mdb “mb2” -t 020405162103
NOTE: Unmount the exposed volume, specify the local Windows host name in -h
option.
NOTE: Use quotes ("") where spaces are included.