User guide

User Guide InfraStruxure 150kVA Power Distribution Unit 10
Syntax examples
<command> <arg1> [<agr2> <arg3a | arg3b> [<arg4a | arg4b | arg4c>]]
For the above example: arg1 must be used, but arg2-4 are optional. If arg2 is used, then arg3a or arg3b
must also be used. arg4 is optional, but arg1-3 must be precede arg4.
With most commands if the last argument is omitted then the command provides information to the user,
otherwise the last argument is used to change/set new information. For example:
apc> ftp -p (displays the port number when omitting the arg2)
E000: Success
Ftp Port: 5001
apc> ftp -p 21 (sets the port number to arg2)
E000: Success
A command that supports multiple options:
user [-an <admin name>] [-ap <admin password>]
In this example, the user command accepts the option -an, which defines the Administrator user name,
and the option
-ap, which defines the Administrator password. To change the Administrator user name
and password to XYZ:
1. Type the
user command, one option, and the argument XYZ:
user -ap XYZ
2. After the first command succeeds, type the user command, the second option, and the argument
XYZ:
user -an XYZ
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.