HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 135
The interactive user output format is the default. However, by using a command-line option, you can also
specify a "parse-friendly" output format, which provides data in a format that can be easily interpreted by
automated scripts invoking the CLI. The different output formats primarily impact the show subcommand in
the CLI infrastructure, where a majority of the informational details are displayed.
Interactive user output format
The interactive user output format provides a user friendly view of information at the command line. When
providing an overview, or listing, of several instances of data, a tabular text format is displayed. If an
individual instance of data is being displayed, then the stanza format is used.
Example 1: Tabular text output format for displaying a user list
->show user
============================================================================
===============
UserName Roles Roles Operations FullName ContactInfo
Enabled
============================================================================
===============
Administrator domain FirmwareUpdate -- -- -- --
true
server PortMonitoring
network RestoreConfig
storage SaveConfig
SupportFiles
----------------------------------------------------------------------------
---------------
steve domain FirmwareUpdate Steve Johnson
steve.johnson@hp.com true
server PortMonitoring
network RestoreConfig
storage SaveConfig
SupportFiles
----------------------------------------------------------------------------
---------------
Example 2: Stanza output format for displaying a single user instance
->show user steve
UserName : steve
Roles : domain,server,network,storage
Role Operations :
FirmwareUpdate,PortMonitoring,RestoreConfig,SaveConfig,SupportFiles
FullName : Steve Johnson
ContactInfo : steve.johnson@hp.com
Enabled : true
Example 3: Stanza output format for displaying all user details