SANtricity 11.8 Commands

to Japanese version

Set storage Array local user password or SYMbol password

The set storageArray localUsername command and the set storageArray symbol command allow you to set a local user name password or a SYMbol password for a particular role.

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, Support Admin, Security Admin, or Storage Monitor role.

Syntax

set storageArray (localUsername={ admin | storage | security | support | monitor}
| symbol [userRole={admin | monitor}])
password="string" adminPassword="string"

Parameters

Parameter Description

localUsername

Allows you to specify the user to change the password. Valid choices are: admin, storage, support, monitor, and security.

symbol

Allows you to change the SYMbol password. Valid choices are: admin and monitor.

This is the replacement command for the deprecated set storageArray password command.

password

Allows you to specify the password for the role.

adminPassword

Allows you to specify the admin password, which is required to set any new password.

Examples

SMcli -n Array1 -c "set storageArray localUsername=storage password="newPassword" adminPassword="theAdminPassword";"
SMcli -n Array1 -c "set storageArray localUsername=admin password="newAdminPassword" adminPassword="theAdminPassword";"
SMcli -n Array1 -c "set storageArray symbol userRole=admin password="newSymbolPassword" adminPassword="theAdminPassword";"

SMcli completed successfully.
Top of Page