Users Guide

Table Of Contents
Using the checksum parameter to verify an existing backup document. When you use this command, no new Smart Copies
are created.
Using the recovery parameter to verify and soft recover from an existing backup document. When you use this command,
no new Smart Copies are created.
Using both the checksum and recovery parameters.
Use optional parameters to control the selection of backup documents, the version, and the location for Checksum Verification
and Soft Recovery.
Command Syntax
> ASMCLI -verify
[{-document="path" |
-volume={"drive_letter" | "mount_point"} |
-collection={"collection_name" |
-component="component_name
"}]
[{-checksum | -recovery}]
-offpeak |
-remote
-ignorelogoutfail
-email | -noemail
[{-useLatest | -useEarliest}]
NOTE: The email parameter is set by default.
For a description of these parameters, see Command Parameters.
Examples
Run a Checksum Verification on the backup document named a6d7e5f8124.bcd:
> ASMCLI -verify -document="C:\BackupDocs\Shadows\
Psv{18a090603be03fa80a7ae4120000e045;32256}a6d7e5f8124.bcd"
-checksum
Schedule a Checksum Verification on the backup document a6d7e5f8124.bcd during offpeak Global Verification
times:
> ASMCLI -verify -document="C:\BackupDocs\Shadows\
Psv{18a090603be03fa80a7ae4120000e045;32256}a6d7e5f8124.bcd"
-checksum -offpeak
Schedule a Checksum Verification on the most recent Smart Copy backup document available for volume F:\, during
the off peak Global Verification times:
> ASMCLI -verify -volume=F:\ -useLatest -checksum -offpeak
Schedule a Checksum Verification on the oldest Smart Copy backup document available for the Exchange mailbox
database named EXMailboxDatabase. The operation is scheduled to run during the offpeak Global Verification times:
> ASMCLI -verify -component="EXMailboxDatabase"
-useEarliest -checksum -offpeak
Run a Soft Recovery on the backup document e2b3f1a3234.bcd:
> ASMCLI -verify -document=
"C:\BackupDocs\Shadows\PSV{18A090603BE03FA80A7AE4120000E045;32256}\
e2b3f1a3234.bcd" -recovery
Schedule a Soft Recovery on the backup document named e2b3f1a3234.bcd. The document is located on a remote
computer:
ASMCLI -verify -document="C:\BackupDocs\Shadows\PSV{18A09060\
3BE03FA80A7AE4120000E045;32256}\e2b3f1a3234.bcd" -recovery -remote"
130
Using the Command Line Interface