Users Guide

Table Of Contents
Examples
Delete the Smart Copy backup document 66667777888.bcd
> ASMCLI -delete -document="C:\BackupDocs\Shadows\
PSV{11111111222233334444555555555555}\66667777888.bcd"
Delete the Smart Copy backup document 66667777888.bcd.
> ASMCLI -delete document="PSV{11111111222233334444555555555555\ 66667777888.bcd"
Delete the most recent Smart Copy backup document available for F:\> ASMCLI -delete -volume=F:\ -
useLatest
Delete the oldest Smart Copy backup document available for the Exchange mailbox database named MyMailboxDatabase.
> ASMCLI -delete -component="MyMailboxDatabase" -useEarliest -location="Q:\"
ASMCLI -deleteCollection
The deleteCollection command deletes an existing collection specified by name.
Command Syntax
ASMCLI -deletecollection -collection="collection_name"
For a description of these parameters, see Command Parameters.
Example
Delete the collection called Test Collection:
> ASMCLI -deletecollection -collection="Test Collection"
ASMCLI -enumerateiSCSIPortals
The enumerateiSCSIPortals subcommand enumerates or lists the iSCSI target portals available on the system.
This command outputs a list of iSCSI target portals, the IP address, and error and status information.
Command Syntax
ASMCLI -enumerateiSCSIPortals
Example
Enumerate all of the iSCSI target portals on the system:
> ASMCLI -enumerateiSCSIPortals
1 iSCSI Target Portals discovered: iSCSI Target Portal: 10.127.63.100 Status: No errors
Error: N/A
ASMCLI -enumerateSmartCopies
The enumerateSmartCopies subcommand enumerates or lists the Smart Copy Sets of a specified component that can be
used with the restore and selective restore commands. This subcommand omits Smart Copy Sets that cannot be used
for restore operations, such as Smart Copies that are unreachable, or in a temporary state (such as having checksum
verification in progress).
120
Using the Command Line Interface