Users Guide

Unmount the most recent Smart Copy backup document available for F:\ from its current mount point:
> ASMCLI -unmount -volume=F:\ -useLatest
Unmount the oldest Smart Copy backup document available for the Exchange mailbox database named MyMailboxDatabase from its
current mount point:
> ASMCLI -unmount -component="Mailbox4Database" -useEarliest
ASMCLI -verify
The -verify subcommand is used with Exchange Smart Copies in the following scenarios:
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
122
Using the Command Line Interface