Reference Guide

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 the 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
No special formatting option is required because list format is the default display format. The network
data part of the example system summary is displayed as follows:
--------------
Network Data
--------------
Network Interface 0
IP Address : 143.166.152.108
Subnet Mask : 255.255.255.0
Default Gateway : 143.166.152.1
MAC Address : 00-02-b3-23-d2-ca
Table (tbl)
Use the tbl or table formatting option to have the data formatted in table rows and columns. To see the
following example command output in table format, type:
omreport system summary -fmt tbl
or
omreport servermodule summary -fmt tbl
The example output displays as follows:
------------------------------
Network Interface 0
------------------------------
| ATTRIBUTE | VALUE
| IP Address | 143.166.152.108
| Subnet Mask | 255.255.255.0
| Default Gateway | 143.166.152.1
| MAC Address | 00-02-b3-23-d2-ca
Semicolon-Separated Values (ssv)
Use the ssv formatting option to deliver output formatted in semicolon-separated value format. This
format also allows you to import the command output results into a spreadsheet program such as
Microsoft Excel, or into a database program. To see the following example command output in
semicolon-separated value format, type:
omreport system summary -fmt ssv
or
omreport servermodule summary -fmt ssv
203