HP Virtual Connect Enterprise Manager 6.3 CLI Guide

Table 20 Parameter descriptions for set iscsi-connection (continued)
OptionalRequiredDescriptionParameter
xThe requested operational
speed for the server port.
Valid values include auto,
preferred and custom.
The default value is
preferred. The following
list describes the speed type:
Auto—Allocates
maximum port speed
constrained by the
maximum configured
speed for the network
Preferred—Speed of the
network matches the
preferred speed of the
network to which the
connection is associated.
NOTE: If no preferred
speed is configured, the
network speed defaults to
auto.
Custom—Configures any
speed from 100Mb to the
maximum configured
speed for the network in
100Mb increments.
-speedtype
x
NOTE: The parameter
-speed is required if
speed type is set to
custom.
The user-defined speed for
a server port. Valid values
include 100Mb to the
maximum configured speed
for the network in 100Mb
increments. The acceptable
value is 100Mb to the
maximum.
-speed
Output
The function returns the result of the set operation or a jobid if nb is specified.
Examples
Change the network to a different one:
vcemcli -set iscsi-connection profilename MyNewProfile portnumber
1 network SomeNetwork
Unassign the network from the connection:
vcemcli -set iscsi-connection profilename MyNewProfile portnumber
1 network ""
Set the speed to preferred
vcemcli -set iscsi-connection profilename MyProfile portnumber 1
network MyNetwork speedtype preferred
Modify the iSCSI connection and set the speed to 2Gb:
vcemcli -set iscsi-connection profilename MyProfile portnumber 1
speedtype custom speed 2000
set iscsi-connection 49