SANtricity 11.8 Commands

to Japanese version

Create iSCSI initiator

The create iscsiInitiator command creates a new iSCSI initiator object.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

This command is deprecated and is replaced by the Create initiator command.

Syntax

create iscsiInitiator iscsiName="iscsiID"
userLabel="name"
host="hostName"
[chapSecret="securityKey"]

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.

Top of Page