Quick Reference Guide

16 Command Syntax Overview
NOTE: Do not combine options that specify report or set actions in a command line
instance.
The other delimiters are:
White space (space or tab).
syscfg --option=argument1 argument2
considers
argument1
and
argument2
as two arguments.
A string surrounded by double quotation marks regardless of the white
space contained within, is interpreted as a single SYSCFG argument.
syscfg --option="argument1 argument2"
considers
argument1 argument2
as a single argument.
A double quotation mark preceded by a backslash (
\")
is interpreted as a
literal double quotation mark (").
syscfg --option="\"argument"
considers
"argument
as the
argument.
valid syscfg --option=argument
bmcoption --option1=
argument
syscfg --embnic=on
pcp --hostname=webserver
Table 2-2. DTK Command Line Examples
(continued)
Valid/
Invalid
DTK Command Line Example