Users Guide

Table Of Contents
Examples
Create a thin-clone Smart Copy from the template volume with an object identifier string of
Psv{18a09060ccb03c2724b4e4f5aa8f2643;1048576} and then mount it to the K:\ drive:
> ASMCLI -smart -email
-objectid="Psv{18a09060ccb03c2724b4e4f5aa8f2643;1048576}"
-shadowtype=Transportable -backuptype=copy -snapshottype=ThinClone
-location="k:\"
Create a Smart Copy of the volume with an object identifier string of
Psv{18a090603be03fa80a7ae4120000e045;32256}:
> ASMCLI -smart scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Psv{18a090603be03fa80a7ae4120000e045;32256}
-shadowType=Transportable backupType=copy -snapshotType=Snapshot
-keepCount=14
Create a Smart Copy of an SQL Server database with the component identifier string of
Component{38951b8342494a168962563d8de79c92}:
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}"
-shadowType=Transportable backupType=copy -snapshotType=Snapshot
-keepCount=14
Create an Exchange Smart Copy and run Checksum Verification and Soft Recovery right after Smart Copy
creation:
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}"
-shadowType=Transportable -backupType=copy -snapshotType=Snapshot
-keepCount=14 -checksum -recovery
Create an Exchange Smart Copy and perform Checksum Verification and Soft Recovery during the offpeak Global
Verification times. See Verification Settings.
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}shadowType=Transportable
-backupType=copy snapshotType=Snapshot -keepCount=14 -checksum
-recovery -offpeak
Create an Exchange Smart Copy for volume f:\ with Checksum Verification and Soft Recovery during the
offpeak Global Verification times. See Verification Settings.
> ASMCLI -smart scheduleID="ee05bb766ccc431a99b937886a1d7748"
-volume=f:\
-shadowType=Transportable -backupType=copy snapshotType=Snapshot
-keepCount=14 checksum -recovery offpeak
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
128
Using the Command Line Interface