HP 3PAR Recovery Manager 4.4.2 for Microsoft Exchange 2007, 2010, and 2013 User Guide

HpRmCli Exch remove
SYNTAX
(For Exchange 2010/ Exchange 2013) HpRmCli Exch remove -mdb <mailbox_DB_name>
-t <Timestamp> [-domain <DomainName>]
(For Exchange 2007) HpRmCli Exch remove -s <ExchangeServer> -g <StorageGroup>
-t <Timestamp> [-domain <DomainName>]
DESCRIPTION
The HpRmCli Exch remove command removes the virtual copy from the system and the
repository.
To be successfully removed, the virtual copy must have an Available status; if the virtual copy is
mounted it will not be removed. In addition, the retention time set in the virtual copy policy must
have expired, or the virtual copy must have no retention time.
PARAMETERS
The following options are supported:
(For Exchange 2010/ Exchange 2013) -mdb <mailbox_DB_name> - The name of the
mailbox database.
(For Exchange 2007) -s <ExchangeServer> - The name of the Exchange server to which
the storage group belongs.
(For Exchange 2007) -g <StorageGroup> - The name of the storage group to which the
virtual copy timestamp belongs.
t <Timestamp> - The timestamp of the virtual copy to remove.
-domain <DomainName> - Optional. Specifies the domain to which the Exchange server
or mailbox database belongs.
If this option is not specified, HP 3PAR Recovery Manager for Exchange uses the local domain.
NOTE: Use quotes ("") for names that include spaces.
Example
(For Exchange 2010/ Exchange 2013) The following command will remove the virtual copy with
timestamp 020405162103.
HpRmCli Exch remove -m mdb2 -t 020405162103
(For Exchange 2007) The following command will remove the virtual copy with timestamp
020405162103.
HpRmCli Exch remove -s bottlenosed -g sg2 -t 020405162103
HpRmCli Exch remove 85