Quick Reference Guide
16 Command Syntax Overview
NOTE: Options that specify report or set actions should not be mixed in a command
line instance.
NOTE: Example 2 is invalid because the report and set actions are used in the
same command line.
NOTE: Examples 3, 4, and 5 are valid because the aliases use neither report nor
set actions.
Read and Write Commands
Options can report a certain value or set of values based on the presence of an
argument. These read or write actions are implied in the DTK command line
arguments. The get, read, set, or write commands, for example, are not required.
NOTE: Options that specify read or write actions should not be mixed in a
command line instance.
File Input and Output Commands
• File input is specified by the
-i
<
filename
> command,
where <
filename
> is the name of the input file.
valid syscfg -i=filename
--option1
--option2
syscfg -i=
/tmp/myfile.txt --floppy
--bootseq
valid syscfg --option=argument
bmcoption
--option1=argument
syscfg --embnic=on
pcp --hostname=webserver
Table 2-3. Read and Write Command Examples
Valid/Invalid DTK Command Line Example
valid syscfg --option1 --option2
valid syscfg --option1=arg --option2=arg
invalid syscfg --option1=arg --option2
Table 2-2. DTK Command Line Examples
Valid/
Invalid
DTK Command Line Example