User's Manual

Working With CLI Command Results 221
The available formats include:
•List (lst)
Semicolon-separated values (ssv)
•Table (tbl)
•Raw XML (xml)
Custom delimited format (cdv)
The Syntax for the formatting option is:
<command> -fmt <format option>
For example, type:
omreport system summary -fmt tbl
or
omreport servermodule summary -fmt tbl
where -fmt tbl specifies table format.
You can combine the formatting option with the option to direct output to a
file. For example, type:
omreport system summary -fmt tbl -outa summary.txt
or
omreport servermodule summary -fmt tbl -outa
summary.txt
where -fmt tbl specifies table format and -outa specifies that you append the
command results to a file called summary.txt.
List (lst)
The default format is lst or list format. Use this format when you want to
optimize output for simple readability. You need to specify a format for your
command output only if you want a format other than the lst format.
To see the following example command output in lst format, type:
omreport system summary
or
omreport servermodule summary