Users Guide

Table Of Contents
Example
Create a clone of the most-recent Smart Copy backup document available for F:\.
> ASMCLI cloneReplica volume=F:\ useLatest
ASMCLI -configureASM
Specify the configureASM subcommand to set one or more ASM properties from the command line. If no properties are
specified, the current values are output for all of the properties. Each property is validated and the output shows results for
each property.
Command Syntax
ASMCLI -configureASM
-documentFolder="path"
-enableEmails={"Yes"|"No"}
-emailRecipientList="email_address"
-emailSenderAddress="email_address"
-emailSubjectLine="text"
-smtpport= {"1-n"} smtpHost={"hostname"|"ipaddress"}
-sendOnFailure={"Yes"|"No"}
-sendOnSuccess={"Yes"|"No"} |
-combineNotification={"Yes"|"No"} |
-sendTestMail debugfile="path"
-debuglevel={"1"|"2"|"3"}
For a description of the parameters, see Command Parameters.
Example
Display all of the properties that can be configured and their current values.
> ASMCLI -configureASM
ASMCLI -configureCHAP
The configureCHAP command specifies the CHAP user name and secret for a group.
Command Syntax
ASMCLI -configurechap
-group="name"|
-chapUser="name" |
-secret=password |
-vssvds | -smartcopy
For a description of the parameters, see Command Parameters.
Example
Sets the credentials for user name and password that ASM/ME uses for management access to TestGroup.
> ASMCLI -configureCHAP -group=TestGroup -chapuser=username -secret=password -vssvds
118
Using the Command Line Interface