Hp StorageWorks 2000 Family Modular Smart Array CLI reference guide (481600-002, May 2008)

50 HP StorageWorks 2000 Family Modular Smart Array CLI reference guide May 2008
create chap-record
Description
iSCSI only. Creates a record to enable authentication between the originator
(initiator) and recipient (target) of a login request when CHAP is enabled. This
command is permitted whether or not CHAP is enabled.
The CHAP record can specify one name-secret pair to authenticate the originator
only (one-way CHAP) or two pairs to authenticate both the originator and the
recipient (mutual CHAP).
For a login request from an iSCSI host to a storage system, the host is the originator
and the storage system is the recipient.
Input
create chap-record name originator-name secret originator-secret
[mutual-name recipient-name mutual-secret recipient-secret]
Parameter Description
name originator-
name
Specifies the originator name, which is typically the
originator's IQN. The name is case sensitive and can
include a maximum of 223 characters.
secret
originator-secret
Specifies the secret that the recipient uses to authenticate
the originator. The secret is case sensitive and can include
12–16 characters.
mutual-name
recipient-name
Optional; for mutual CHAP only. Specifies the recipient
name, which is typically the recipient's IQN. The name is
case sensitive and can include a maximum of 223
characters. A storage system’s IQN is a controller host-
port name without its .a or .b suffix; see the Port-Name
field displayed by the show host-parameters
command. This parameter and mutual-secret must be
set together.
mutual-secret
recipient-secret
Optional; for mutual CHAP only. Specifies the secret that
the originator uses to authenticate the recipient. The secret
is case sensitive and can include 12–16 characters. A
storage system’s secret is shared by both controllers. This
parameter and mutual-name must be set together.