Command displays, Syntax conventions, Command displays syntax conventions – Avocent CCM User Manual
Page 60
46 CCM Installer/User Guide
In the following example, the keyword parameter “baud” is misspelled. Even if more than three
characters are entered, they must all be correct.
> port 2 Set Baux=57600 flow=xon
----
ERR 26 - SET keyword parameter invalid
In the following example, the keyword value “576” is not valid. Numeric keyword values must be
fully specified and may not be shortened to three characters.
> POR 2 SET BAUD=576 FLOW=XON
---
ERR 27 - SET keyword value invalid
In the following example, there are spaces between BAUD, the equal sign and the value 57600.
Spaces are not permitted between keyword parameters and their values.
> POR 2 SET BAUD = 57600 FLOW=XON
------------
ERR 26 - SET keyword parameter invalid
Command displays
For commands that display information, if the information spans more than one screen, -More- will
appear on the last line. You may:
Press the
Spacebar
to see the next screen.
-or-
Enter
Ctrl-J
,
Ctrl-M
or press
Enter
to see the next line.
-or-
Enter
q
to quit.
Syntax conventions
This manual uses the following command syntax conventions:
•
Brackets [ ] surround optional keywords and values.
•
Angle brackets < > surround user-supplied positional parameters and keyword parameter values.
•
In most cases, choices are separated by a vertical bar |. The description indicates if you may
specify more than one of the choices and how to separate multiple values. The exception is
the Server SSH command. In this case, the vertical bar is specified on the command line
when you wish to enable the “password or key” method (PW|KEY) or the “key or password”
method (KEY|PW).