Create iSCSI initiator
The create iscsiInitiator command creates a new iSCSI initiator object.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin role.
Important
This command is deprecated and is replaced by the Create initiator command.
Syntax
create iscsiInitiator iscsiName="<var id="GUID-EA6EA460-0733-488E-A904-DF946C55B07F__V1110902" className="keyword varname">iscsiID</var>"
userLabel="<var id="GUID-EA6EA460-0733-488E-A904-DF946C55B07F__V1110903" className="keyword varname">name</var>"
host="<var id="GUID-EA6EA460-0733-488E-A904-DF946C55B07F__V1110904" className="keyword varname">hostName</var>"
[chapSecret="<var id="GUID-EA6EA460-0733-488E-A904-DF946C55B07F__V1110905" className="keyword varname">securityKey</var>"]
Parameters
Parameters | Description |
---|---|
iscsiName | The default identifier of the iSCSI initiator. Enclose the identifier in double quotation marks (" "). |
userLabel | The name that you want to use for the iSCSI initiator. Enclose the name in double quotation marks (" "). |
host | The name of the host in which the iSCSI initiator is installed. Enclose the name in double quotation marks (" "). |
chapSecret | The security key that you want to use to authenticate a peer connection. Enclose the security key in double quotation marks (" "). |
Notes
Challenge Handshake Authentication Protocol (CHAP) is a protocol that authenticates the peer of a connection. CHAP is based upon the peers sharing a secret . A secret is a security key that is similar to a password.
Use the chapSecret parameter to set up the security keys for initiators that require a mutual authentication.
Give documentation feedback