Set iSCSI target properties
The set iscsiTarget command defines properties for an iSCSI target.
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.
Syntax
set iscsiTarget ["<var id="GUID-586E9D0E-CEA8-4324-9E85-FA1E79A96A04__V1175213" className="keyword varname">userLabel</var>"]
authenticationMethod=(none | chap) |
chapSecret=<var id="GUID-586E9D0E-CEA8-4324-9E85-FA1E79A96A04__V1175214" className="keyword varname">securityKey</var> |
targetAlias="<var id="GUID-586E9D0E-CEA8-4324-9E85-FA1E79A96A04__V1175215" className="keyword varname">userLabel</var>"
Parameters
Parameter | Description |
---|---|
iscsiTarget | The iSCSI target for which you want to set properties. Enclose the userLabel in double quotation marks (" "). You must also enclose the userLabel in square brackets ([ ]) if the user label is a target alias or angle brackets (< >) if the user label is an iSCSI Qualified Name (IQN). |
authenticationMethod | The means of authenticating your iSCSI session. |
chapSecret | The security key that you want to use to authenticate a peer connection. |
targetAlias | The new name that you want to use for the target. Enclose the name 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. The CHAP secret must be between 12 characters and 57 characters. This table lists the valid characters.
Space | ! | " | # | $ | % | & | ' | ( | ) | * | + |
, | - | . | / | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | : | ; | < | = | > | ? | @ | A | B | C |
D | E | F | G | H | I | J | K | L | M | N | O |
P | Q | R | S | T | U | V | W | X | Y | Z | [ |
\ | ] | ^ | _ | ' | a | b | c | d | e | f | g |
h | i | j | k | l | m | n | o | p | q | r | s |
t | u | v | w | x | y | z | { | | | } | ~ |