HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 3.51/3.60 User Guide
Command line  95 
Item  Description 
->show uplinkport * 
Displays all uplink ports in the enclosure (detailed view) 
->show uplinkport ID=enc0:1 
Displays all the uplink ports for bay 1 of the local enclosure 
->show uplinkport status=Linked 
Displays all the uplink ports that are linked 
->show uplinkport ID=enc0:1 type=RJ45 
Displays all the uplink ports for bay 1 of the local enclosure with connector type RJ-45 
uplinkset 
Manage shared uplink sets. 
Supported actions: add, copy, help, remove, set, show 
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










