HP Virtual Connect Manager Command Line Interface Version 2.30 User Guide

Command line 67
Item Description
Parameter
UplinkSetName
(required)
The unique name of the new shared uplink port set to create (required)
Property
ConnectionMode
(optional)
Specifies the connection type that is formed when multiple ports are added to
the uplinkset. Valid values include "Auto" and "Failover". The default value is
"Auto".
Examples
->add uplinkset MyNewUplinkSet
Creates a new shared uplink port set and adds it to the domain
->add uplinkset MyNewUplinkSet ConnectionMode=Failover
Creates a new shared uplinkset and sets the connection mode to failover
Item Description
remove uplinkset
Remove a shared uplink port set from the domain.
Syntax
remove uplinkset <UplinkSetName> | *>
Parameter
UplinkSetName
(required)
The name of an existing shared uplink port set. "*" removes all the existing
uplink port sets from the domain.
Example
->remove uplinkset MyUplinkSet
Removes a shared uplink port set
Item Description
set uplinkset
Modify an existing shared uplink port set.
Syntax
set uplinkset <UplinkSetName> [Name=<NewName>]
[ConnectionMode=<Auto|Failover>]
Parameter
UplinkSetName
(required)
The name of an existing shared uplink set to modify
Properties
Name (optional)
The new name of the shared uplink set
ConnectionMode
(optional)
Specifies the connection type that is formed when multiple ports are added to
the uplinkset. Valid values include "Auto" and "Failover". The default value is
"Auto".
Examples
->set uplinkset Blue Name=Red
Changes the name of an shared uplink set from "Blue" to "Red"
->set uplinkset Blue connectionMode=Failover
Changes the connection mode of the uplink set
Item Description
show uplinkset
Display shared uplink configurations.