SANtricity 11.8 Commands

to Japanese version

Set target properties

The set target command changes the properties for an iSCSI/iSER target, including authentication method and alias name.

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 or Storage Monitor role.

Context

This command replaces the deprecated Set iSER target and Set iSCSI target properties commands.

Syntax

set target (["targetAliasName"] | <"targetQualifiedName">) (authenticationMethod=(none | chap chapSecret="newSecurityKey") | targetAlias="newAliasName")

Parameters

Parameter Description

target

Allows you to specify which target you want to set. You can either specify the target’s alias name or qualified name (e.g., iqn). Enclose the target identifier in double quotations marks (" "). You also must enclose the identifier in square brackets ([ ]) if it is an alias or angle brackets (< >) if it is a qualified name.

authenticationMethod

Allows you to set the means of authenticating your session. Valid choices are: none or chap.

chapSecret

Allows you to enter the security key to authenticate a peer connection. This is applicable only when authenticationMethod is set to chap.

targetAlias

Allows you to specify the new alias name for the target. Enclose the name in double quotation marks (" ").

Top of Page