Owner manual
USER’S GUIDE
Metered Rack PDU
22
Example of a command that accepts mutually exclusive arguments for an
option:
alarmcount -p [all | warning | critical]
In this example, the option -p accepts only three arguments: all, warning, or critical. For
example, to view the number of active critical alarms, type:
alarmcount -p critical
The command will fail if you type an argument that is not specified.
Command Response Codes
The command response codes enable scripted operations to detect error conditions
reliably without having to match error message text:
The CLI reports all command operations with the following format:
E [0-9] [0-9] [0-9] : Message
Code Message Code Message
E000 Success E105 Command Prefill
E001 Successfully Issued E106 Command failed
E100 Command failed E200 Input error
E101 Command not found E201 No response
E102 Parameter error E202 User already exists
E103 Command line error E203 User does not exist
E104 User level denial E204 User does not have
access to this command