SANtricity 11.8 Commands

to Japanese version

Set initiator

The set initiator command updates the initiator object.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

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

Context

This command replaces the deprecated Set iSCSI initiator command.

This command is applicable only to iSCSI, iSER, NVMe over RoCE, NVMe over InfiniBand, and NVMe over Fibre Channel.

Syntax

set initiator (["initiatorName"] | <"initiatorQualifiedName">) ([userLabel="newInitiatorName"] |
[host="newHostName"] | [chapSecret="newSecurityKey"])

Parameters

Parameter Description

initiator

Allows you to specify the initiator identifier for which you want to set properties. Enclose the name in double quotation marks ("` "`). You also must enclose the name in square brackets ([ ]) if the value is a user label or angle brackets (< >) if the value is a qualified name (e.g., iqn or nqn).

userLabel

Allows you to enter a new user label for the initiator object. Enclose the new user label in double quotation marks (" ").

host

Allows you to enter a new host to which the host port is connected. Enclose the host name in double quotation marks (" ").

chapSecret

Allows you to enter a new security key that you want to use to authenticate a peer connection. Enclose the security key in double quotation marks (" "). This parameter is only applicable to iSCSI and iSER host interface types.

Top of Page