This command defines properties for an iSCSI target.
set iscsiTarget authenticationMethod=(none | chap) | chapSecret=securityKey | isnsRegistration=(TRUE | FALSE) | targetAlias=user-label
Parameter | Description |
---|---|
authenticationMethod | The means of authenticating your iSCSI session. |
chapSecret | The security key that you want to use to authenticate a peer connection. |
isnsRegistration | The means of listing the iSCSI target on the iSNS server. Set the parameter to TRUE to list it. |
targetAlias | The name that you want to use for the target. |
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.
7.10