Software Suite for Microsoft Exchange User Manual

7.8
Recovery Manager Commands
3PAR Recovery Manager 4.1.0 For Microsoft Exchange 2010 User’s Guide
COMMAND
RMExch create
SYNTAX
RMExch create -s <ExchangeServer> -vs <verification_server>
-mdb <mailbox_DB_name> [-nc [-truncate]] [-rc <TargetServer> [-defer]]
DESCRIPTION
The RMExch create command creates a virtual copy of a storage group on the primary host,
where the Exchange instance is running. As part of virtual copy create process, virtual copy will
be exposed to the backup host for data integrity checking as default options. Once virtual copy
validated successfully, the Exchange transaction log will be truncated as default setting.
This command only supports online backup of an entire storage group; therefore, you must
make sure the storage group is online before continuing with the virtual copy creation.
PARAMETERS
The following options are supported:
-s <ExchangeServer> -The name of the Exchange server.
-mdb <mailbox_DB_name> - The name of the mailbox database to shadow copy.
-vs <verfication_server> - The server on which snapshot verification is performed.
This cannot be used with the -nc option.
-nc - Optional - Skip the integrity check. Not recommended. This cannot be used with
the
-vs option.
-truncate - Optional - Force truncation of log upon successful VC creation when -nc is
used.
-rc <TargetServer> - Optional - Indicates the virtual copy creation is for Remote Copy.
Specify target server to create virtual copy once remote copy completes.
-defer - Optional - Defer the log truncation decision after the remote copy completes.
This cannot be used with the -nc or
-truncate options.