Preface
License Agreements
xxv
83840-546-00 N
CLI command syntax conventions include the following:
Plain text indicates items that you must type as shown. For example:
cfg iSCSIBoot CDUMP=Enable
< > (angle brackets) indicate a variable whose value you must specify.
For example:
<serial_number>
[ ] (square brackets) indicate an optional parameter. For example:
[<file_name>]
means specify a file name, or omit it to select
the default file name.
| (vertical bar) indicates mutually exclusive options; select one option
only. For example:
on|off
1|2|3|4
... (ellipsis) indicates that the preceding item may be repeated. For
example:
x...
means
one
or more instances of
x
.
[x...]
means
zero
or more instances of
x
.
( ) (parentheses) and { } (braces) are used to avoid logical ambiguity.
For example:
a|b c
is ambiguous
{(a|b) c}
means
a
or
b
, followed by
c
{a|(b c)}
means either
a,
or
b c
License Agreements
Refer to the applicable
Software End User License Agreement
for a complete
listing of all license agreements affecting this product.
NOTE
For CLI commands only, variable names are always indicated
using angle brackets instead of
italics
.