Recovery manager commands, Hprmcli sql analyze – HP 3PAR Recovery Manager Software User Manual

Page 55

Advertising
background image

Recovery Manager Commands

The following sections describe how to administer HP 3PAR Recovery Manager for SQL from the
Command Line Interface.

HpRmCli Sql analyze

SYNTAX

HpRmCli Sql analyze -s <SQL server> [-sync] [-f]

DESCRIPTION

The HpRmCli Sql analyze command validates all virtual copy records by matching virtual
copies in the HP 3PAR StoreServ Storage System against records in the HP 3PAR Recovery Manager
for SQL repository. If any existing virtual copies in the system are missing from the repository, HP
3PAR Recovery Manager for SQL displays them as out-of-sync records. Likewise, if any existing
virtual copies in the repository are missing from the system, HP 3PAR Recovery Manager for SQL
also displays them as out-of-sync records.

PARAMETERS

The following options are supported:

-s <SQL Server>

The SQL server to which the database belongs.

-sync

Optional. Remove out-of-sync virtual copies from the repository. If not
specified, out-of-sync virtual copies remain in the repository.

-f

Optional. Forcefully remove out-of-sync records from the repository. You
must use this option in conjunction with the -sync option. If not specified,
the system prompts you to confirm the removal of out-of-sync virtual copies.

NOTE:

When you use the -f option, Recovery Manager automatically removes out-of-sync

records without prompting for confirmation.

EXAMPLES

The following example validates all virtual copies under the specified SQL server.

HpRmCli Sql analyze -s <SQLserver>

Recovery Manager Commands

55

Advertising