HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 121
Item Description
Examples
->remove uplinkport enc0:1:2 Network=MyNetwork
Removes a specific uplink port (Bay 1, Port 2) from a network named MyNetwork
->remove uplinkport * Network=BlueNetwork
Removes all uplink ports from a network named BlueNetwork
->remove uplinkport enc0:2:3 UplinkSet=SharedUplinkSet1
Removes a specific uplink port (Bay 2, Port 3) from a shared uplink set
-> remove uplinkport 1:X1 UplinkSet=MyUplinkSet
Removes a specific uplink port (Bay 1, Port 1) from a shared uplink set that contains an
FCoE network (affects all modules within a bay group)
Item Description
set uplinkport
Modify an uplink port that exists as a member of a network or shared uplink port set.
Syntax
set uplinkport <PortID> [Network=<NetworkName>|
UplinkSet=<UplinkSetName>][Speed=<Auto|10Mb|100Mb|1Gb|
10Gb|Disabled>] [Role=<Primary|Secondary>]
Parameter
PortID (required)
The ID of the port to modify. The specified port must already be added to a network or
shared uplink set. The port name for a network or an uplinkset that contains and FCoE
network is in the format
<EnclosureID>:<InterconnectBay>:X<PortNumber>.
If the uplinkset contains an FCoE network, then the port is configured for all enclosures.
The port ID is in the format
<InterconnectBay>:X<PortNumber>
.
Properties
Network
(required)
The name of the network to which the port belongs if the shared uplink set name is not
specified
UplinkSet
(required)
The name of the shared uplink set to which the port belongs if the network name is not
specified
Speed (optional)
Specifies the port speed for the port. Valid values are "Auto", "10Mb", "100Mb",
"1Gb", "10Gb", and "Disabled".
If no connector is present on the uplink port, only "Auto" and "Disabled" can be
configured as the speed. Speed restrictions apply.
Role (optional)
The role played by the port if the connection mode of the network or shared uplink set
is selected as "Failover". Valid values are "Primary" and "Secondary". The default
value is "Primary". If the uplink set contains an FCoE network, then the role property
is
not allowed.
Examples
->set uplinkport enc0:1:2 Network=MyNetwork Speed=1Gb
Changes the port speed of a network port
->set uplinkport enc0:2:1 Network=MyNetwork Speed=Disabled
Disables a specific port that belongs to a network
->set uplinkport enc0:2:4 UplinkSet=MyUplinkSet Speed=Disabled
Disables a specific port that belongs to a shared uplink set
->set uplinkport enc0:2:4 Network=MyNetwork Role=Secondary
Modifies the role of the network uplink port with the connection mode on the network or
the shared uplink set as "Failover" to take the Secondary port role
->set uplinkport 1:X1 UplinkSet=MyUplinkSet Speed=1Gb
Changes the port speed of a shared uplink set that contains an FCoE network