Quantum DXi-Series Command Line Interface (CLI) Guide
6-66538-03 Rev C
November 2010
12
CLI Exit Code
enforced so to support values that contain leading or trailing spaces/quotes
such as in passwords. For example:
--password=abc
--password= abc
--password=a\!bc
--password="abc"
are all different passwords.
• The second password has four characters: space, a, b, and c.
• The third password has five characters: a, \, !, b, and c.
• The fourth password has five characters: ", a, b, c, and ".
CLI Exit Code
If the command runs to completion successfully, it returns an exit code of zero
(0) along with the following message:
Command
completed
successfully.
If the command fails, it returns an exit code of one (1) along with a one line
error message that summarizes the error. This error message is always prefixed
with “
ERROR:
“ and appended with an error code in parentheses. For example:
syscli
‐‐
add
share
‐‐
proto
cifs
‐‐
name
cifs1
‐‐
desc
"For
testing
only"
......
ERROR:
CIFS
server
is
disabled!
(E1000011)
It can be seen that the error code is “E1000011” and the error message is “
CIFS
server
is
disabled!
”
Note:
Possible error codes are listed at the end of each major section below.
VTL Configuration CLI Commands
The following sections describe the supported VTL CLI commands:
Note:
VTL configuration CLI commands are available only on the DXi6700,
DXi7500, and DXi8500 systems.
•
Listing Existing VTL and Its Attributes
•