Users Guide

Create an Exchange Smart Copy for the group named MyMailboxDatabase and run Checksum Verification and Soft Recovery during
the Global Verification window. This command specifies a value for the scheduleID= parameter:
> ASMCLI -smart -scheduleID="0000000011112222333300000000"
-component="MyMailboxDatabase" -shadowType=Transportable -backupType=copy
-snapshotType=Snapshot -keepCount=14 -checksum -recovery offpeak
Create an Exchange Smart Copy for MyMailboxDatabase and perform Checksum Verification and Soft Recovery during the Global
Verification window:
> ASMCLI -smart component="MyMailboxDatabase" -shadowType=Transportable
-backupType=copy -snapshotType=Snapshot
-keepCount=1 -checksum -recovery -offpeak
Create a clone of a volume specifying the LocationRoot parameter:
> ASMCLI -smart -email -objectid="Psv{18a09060-1d50-f672-69fb-d412bc01209b;1048576}"
-comment=clone of kvol1--@ -shadowtype=transportable
-backuptype=Copy -smartcopytype=Clone
-locationroot="C:\ProgramData\EqualLogic\Mounts\"
ASMCLI -unmount
Specify the unmount subcommand to unmount and log off a volume.
Use optional parameters to unmount multiple volumes and control the selection of volumes, and the Smart Copy version. You can
optionally delete the Smart Copy on successful completion of the operation.
This command will fail on a cluster if:
The target is the cluster quorum disk
The target is a physical disk resource that has not been placed in maintenance mode
The target is a physical disk resource that is not owned by this node
Command Syntax
ASMCLI unmount
[{-document="path"|
-volume={"drive_letter" |"mount_point"}|
-component="component_name" |
-collection="collection_name"|
-writer="writer_name" |
-objectID="identifier"}]
-location="[drive_letterA;drive_letterB;...| mount_point;...]"}|
-ignorelogoutfail [{-useLatest | -useEarliest}] [-email | -noemail]
-retry=n
-deletesnap -unmountonly
For a description of these parameters, see Command Parameters.
Examples
Unmount all of the volumes mounted from backup document named e2b3f1a3234.bcd:
> ASMCLI -unmount -document="PSV{18A09060 3BE03FA80A7AE4120000E045;32256}\
e2b3f1a3234.bcd"
Unmount the volume mounted from backup document e2b3f1a3234.bcd. The location of the mount point is D:\TestServer:
> ASMCLI -unmount location="D:\TestServer"
Unmount the volume from the Smart Copy backup document e2b3f1a3234.bcd that was mounted at drive E:\
> ASMCLI -unmount -location=E:\
Using the Command Line Interface
121