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

Command line 123
Item Description
->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
->add uplinkset MyNewUplinkSet ConnectionMode=Auto
LacpTimer=Domain-Default
Creates a new shared uplink set using the domain default LACP timer
Item Description
copy uplinkset
Copy a shared uplink port set. The copy uplinkset
command does not allow
copying of Private Networks within the shared uplink 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 present 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 t
o 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
Item Description
set uplinkset
Modify an existing shared uplink port set.
Syntax
set uplinkset <UplinkSetName> [Name=<NewName>]
[ConnectionMode=<Auto|Failover>]
[LacpTimer=<Domain-Default|Short|Long>]
Parameter
UplinkSetName
(required)
The name of an existing shared uplink set to modify