HP Virtual Connect Manager Command Line Interface Version 2.10 User Guide

Command line 71
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 Privileges FullName ContactInfo Enabled
============================================================================
Administrator domain Steve Johnson steve.johnson@hp.com true
server
network
storage
----------------------------------------------------------------------------
Admin domain Admin Admin true
server
network
storage
----------------------------------------------------------------------------
steve domain Steve Johnson steve.johnson@hp.com true
server
network
storage
----------------------------------------------------------------------------
brad domain Brad Mills brad.mills@hp.com true
server
----------------------------------------------------------------------------
jim network Jimmy Joe jimmy.joe@hp.com true
----------------------------------------------------------------------------
alice storage Alice Candle alice.candle@hp.com false
----------------------------------------------------------------------------
Example 2: Stanza output format for displaying a single user instance
->show user steve
UserName : steve
Privileges : domain,server,network,storage
FullName : Steve Johnson
ContactInfo : steve.johnson@hp.com
Enabled : true
Example 3: Stanza output format for displaying all user details