Users Guide

Table Of Contents
-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:\
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 Command Line Interface
129