HP Virtual Connect Manager Command Line Interface Version 2.30 User Guide

Command line 68
Item Description
Syntax
show uplinkset [<UplinkSetName> | *]
Parameter
UplinkSetName
(optional)
Name of an existing uplink port set. "*" displays a detailed view of all the
uplink port sets. If not specified, summary of all uplink port sets will be
displayed.
Examples
->show uplinkset
Displays a summary listing of all uplink sets
->show uplinkset *
Displays detailed information for all shared uplink sets
->show uplinkset MyNetwork
Displays detailed information for a specific shared uplink set
user
Manage local domain user configurations.
Supported actions: add, help, remove, set, show
Item Description
add user
Create a new user and add it to the Virtual Connect Manager database.
Syntax
add user <UserName> Password=<password> [FullName=<Full
Name>] [ContactInfo=<Contact Details>]
[Enabled=<True|False>]
[Privileges=<Storage|Network|Server|Domain|*>]
Parameter
UserName (required)
The name of the new user to add. The username must be unique within the
domain.
Properties
Password (required)
The password of the new user. The password of the new user can be entered as
clear text in the command or as a masked string at the prompt.
FullName (optional)
The full name of the user (optional)
ContactInfo
(optional)
Contact information for the user (optional)
Enabled (optional)
Enables or disables the user. Valid values include "true" and "false". If not
specified, then the new user is enabled by default.
Privileges
(optional)
The allowed privileges for the user. The privileges may be any combination of
"domain", "server", "network", or "storage" separated by commas. If no
privilege is specified, then the user has no privileges and can display domain
information only. If "*" is specified, then all privileges apply.
Examples
->add user steve Password=fgY87hHl
Adds a new user by specifying the minimal amount of properties