Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
CLI Exit Code
7
• 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.
Web Services Support (Optional)
Note:
The Web services options,
--ws
, have been deprecated and are
disabled.
By default, each CLI is executed directly on the DXi system it is running.
However, it is possible to send the command to another DXi system for
execution and display the result on the local DXi system. The syscli program in
DXi 2.x Software has the capability of running the command remotely using
Web Services WSDL protocol version 2.0, provided that the remote DXi system is
also running DXi 2.x Software as well.
Starting with DXi 2.0 Software, every DXi system runs a Web Services (WS)
server (specifically, axis2 server), which listens at port 9090 for all Web Services
requests from WS clients and then sends the result back to the clients.