Users Guide

Table Of Contents
Table 37. Identifiers for ASMCLI Properties
Identifier Smart Copy Property
-document= Path name of Smart Copy Set backup document.
creationtimestamp= Creation timestamp.
OriginatingObject= Name of the supported volume, component, or collection from which the Smart Copy
was created.
OriginatingHost= Host name of the machine on which the Smart Copy was created.
-snapshottype= Snapshot type (snapshot, replica, clone, or thin clone).
-backupType= Backup Type (copy or full).
-Snapshotcount= Number of snapshots contained in the Smart Copy Set.
-OriginalVolumes= Semicolon-delimited list of the original volumes from which the Smart Copy Set was
created.
-SmartCopyStatus= Current state of the Smart Copy Set (broken, unreachable, mounted, or available).
-MountPoints= If the Smart Copy is mounted, a semicolon delimited list of the mount points.
-Application= Application type (Exchange, SQL Server, SharePoint, HyperV, or file system).
-ChecksumVerification= Checksum Verification state. (Exchange only).
-SoftRecovery= Soft Recovery\ state (Exchange only).
-ReplicationStatus
If the snapshot type is a replica, this indicator shows the current status of the
replication process:
DisabledThe replica set containing this replica is promoted to access a different
replica.
DisabledReplication is in progress. The replica has been deleted on the PS Series
group.
DisabledInvalid replica
DisabledReplication is in progress
DisabledThe replica set containing this replica is promoted
DisabledCould not connect to remote group
Valid replica
-ApplicationConsistent Indicates whether the snapshot is application consistent (True or False).
Examples
List the properties for the Smart Copy backup document 66667777888.bcd.
> ASMCLI -properties -document="C:\BackupDocs\Shadows\
PSV{11111111222233334444555555555555}\66667777888.bcd"
List the properties for the same backup document:
> ASMCLI -properties -document=\
"PSV{11111111222233334444555555555555}\66667777888.bcd"
List the properties for the most recent Smart Copy backup document available for F:\.
> ASMCLI -properties -volume=F:\ useLatest
List the properties for the oldest Smart Copy backup document available for the Exchange mailbox database named
MyMailboxDatabase.
> ASMCLI -properties -component="MyMailboxDatabase" -useEarliest
124
Using the Command Line Interface