HP StorageWorks 2300 Family Modular Smart Array CLI reference guide (500912-002, July 2010)
100
set iscsi-parameters
Description For iSCSI, changes system-wide iSCSI parameters.
Syntax
set iscsi-parameters
[chap enabled|disabled|on|off]
[jumbo-frame enabled|disabled|on|off]
[speed auto|1g]
[isns enabled|disabled|on|off]
[isns-ip iSNS-IP]
[isns-alt-ip iSNS-IP]
Parameters chap enabled|disabled|on|off
Enables or disables use of Challenge Handshake Authentication Protocol. Disabled by default.
jumbo-frame enabled|disabled|on|off
Enables or disables support for jumbo frames. Disabled by default. A normal frame can contain
1500 bytes whereas a jumbo frame can contain a maximum of 9000 bytes for larger data transfers.
speed auto|1g
Sets the host port link speed either to auto, which allows the system to negotiate the proper speed,
or to 1 Gbit/sec (1g). The default is auto.
isns enabled|disabled|on|off
Enables or disables registration with a specified Internet Storage Name Service server, which
provides name-to-IP-address mapping. Disabled by default.
isns-ip iSNS-IP
Specifies the IP address of an iSNS server. The default address is all zeroes.
isns-alt-ip iSNS-IP
Optional. Specifies the IP address of an alternate iSNS server, which can be on a different subnet.
The default address is all zeroes.
Example For a storage system whose host ports are connected to different subnets, enable CHAP, specify the
IP address of the iSNS server on each subnet, and enable registration with either server:
# set iscsi-parameters chap enabled isns enabled isns-ip 10.10.10.93 isns-alt-ip
10.11.10.90
See also • show iscsi-parameters