Rmexch setvc, Syntax, Description – HP 3PAR Application Software Suite for Microsoft Exchange Licenses User Manual

Page 74: Parameters, Example

Advertising
background image

RMExch setvc

SYNTAX

RMExch setvc -mdb <mailbox_DB_name> -t <timestamp> [-retain

<time>{h|H|d|D} [-f]] [-exp <time>{h|H|d|D}] [-domain <DomainName>]

DESCRIPTION

The RMExch setvc command sets or increases retention time for a virtual copy, and it sets or
modifies the expiration time for a virtual copy, if the virtual copy was created using an
expiration-based policy.

PARAMETERS

The following options are supported:

-mdb <mailbox_DB_name>

- The name of the mailbox database.

-t <Timestamp>

- The timestamp of the virtual copy for which you are modifying the policy.

-retain <time>{h|H|d|D}

- Optional. Set or extend the retention time for the specified

virtual copy to the specified time. For more information about setting the retention time, see
the RMExch create command.

-f

- Optional. When used with the -retain option, does not request confirmation for the

retention time modification.

–exp <time>{h|H|d|D}

- Optional. If the current policy is expiration-based, set or modify

the expiration time of the specified virtual copy to the specified time.

The minimum expiration period is 1 hour; the maximum is 43,800 hours/1,825 days (5
years). To remove the expiration period, specify 0h.

-domain <DomainName>

- Optional. Specifies the domain to which the Exchange server

or mailbox belongs.

If this option is not specified, Recovery Manager uses the local domain.

Example

The following command extends the retention period for virtual copy 020412162103 in database
mb2

to 8 days from the current day. Recovery Manager for Exchange automatically performs the

command and does not request confirmation:

RMExch setvc -mdb mb2 -t 020412162103 -retain 8d -f

The following command sets the expiration date for virtual copy 110412162103 in database mb2
to 25 hours from creation:

RMExch setvc -mdb mb2 -t 110412162103 -exp 25h

The following command removes the expiration date for virtual copy 110412162103 in database
mb2

:

RMExch setvc -mdb mb2 -t 110412162103 -exp 0h

74

Using the Recovery Manager CLI

Advertising