HP StorageWorks 2300 Family Modular Smart Array CLI reference guide (500912-002, July 2010)

86
set chap-record
Description For iSCSI, changes an originator's CHAP record. This command is permitted whether or not CHAP is
enabled.
Syntax
set chap-record
name originator-name
[secret originator-secret]
[mutual-name recipient-name mutual-secret recipient-secret]
Parameters name originator-name
The originator name; typically the originator's IQN.
secret originator-secret
The secret that the recipient uses to authenticate the originator. The secret is case sensitive and can
include 12–16 bytes.
mutual-name recipient-name
Optional; for mutual CHAP only. The recipient name; typically the recipient's IQN. The name can
have a maximum of 223 bytes, including 0–9, lowercase a–z, hyphen, colon, and period. A storage
system's IQN is a controller host-port name without its .a or .b suffix; see the Port-Name field shown
by the show host-parameters command. This parameter and mutual-secret must be set together.
mutual-secret recipient-secret
Optional; for mutual CHAP only. The secret that the originator uses to authenticate the recipient. The
secret is case sensitive, can include 12–16 bytes, and must differ from the originator secret. A storage
system's secret is shared by both controllers. This parameter and mutual-name must be set
together.
Example For mutual CHAP, add a recipient name and secret to a CHAP record:
# set chap-record name iqn.1991-05.com.microsoft:myHost.domain mutual-name
iqn.1995-03.com.acme:01.storage.00c0ffd6000a mutual-secret ABCdef123456
See also create chap-record
delete chap-records
show chap-records
show host-parameters
show iscsi-parameters