HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 3.30 User Guide
Command line  100 
Item  Description 
add uplinkset
Create a new shared uplink set. 
Syntax 
add uplinkset <UplinkSetName> 
[ConnectionMode=<Auto|Failover>]
Parameter 
UplinkSetName 
(required)
The unique name of the new shared uplink set to create 
Property 
ConnectionMode 
(optional) 
Specifies the connection type that is formed when multiple ports are added to the 
shared uplink set. Valid values include "Auto" and "Failover". The default value is 
"Auto". 
Examples 
->add uplinkset MyNewUplinkSet 
Creates a new shared uplink set and adds it to the domain 
->add uplinkset MyNewUplinkSet ConnectionMode=Failover 
Creates a new shared uplink set and sets the connection mode to Failover 
Item  Description 
copy uplinkset
Copy a shared uplink port set. 
Syntax 
copy uplinkset <fromSUS> <toSUS> fromVlanStr=<vlanString> 
toVlanStr=<vlanString> [replace=<all|first|last>]
Parameters 
fromSUS (required)
The unique name of the shared uplink set to copy from 
toSUS (required)
The unique name of the shared uplink set to copy to 
Properties 
fromVlanStr 
(required) 
The partial network name string to be replaced. The fromVlanStr property cannot 
be empty and must be existing in all associated network names. 
toVlanStr (required) 
The network name string to be replaced to. The new network name cannot exceed 
64 characters. This string can be empty, which is considered as removing 
fromVlanStr from all associated network names. 
replace (optional) 
The instance of the string replacement to occur. Valid values include "all", "first", 
and "last". The default value is "all". 
Example 
->copy uplinkset uplinkset_1 uplinkset_2 fromVlanStr=LEFT 
toVlanStr=RIGHT replace=first 
Copies uplinkset_1 to uplinkset_2 and replaces the first instance of LEFT to RIGHT 
in the name string of all associate networks 
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 set. Use "*" to remove all existing shared 
uplink sets from the domain. 
Example 
->remove uplinkset MyUplinkSet 
Removes a shared uplink set 
->remove uplinkset * 
Removes all shared uplink sets from the domain 










