3 passwd command, 4 quit command, 5 alias command – LSI SAS6160 User Manual

Page 61

Advertising
background image

LSI Corporation

|

September 2010

Page 61

LSISAS6160 SAS Switch User Guide

Chapter 4: SAS Domain Manager Command Line Interface

|

SDM-CLI Commands

4.2.3

Passwd Command

(Extra-Domain) Use the passwd command to change the password for an account
after prompting for the admin password. Passwords must have between four and
16 characters.

Authority: Admin

Syntax:

passwd (admin | user)

Usage:

„

passwd admin
Starts a dialog to change the password for the admin account.

„

passwd user
Starts the following dialog to change the password for the user account:

SDMCLI> passwd user

passwd user

Please enter the current 'admin' password: *****

Please enter the new password for user: *****

Please re-enter the new password for user: *****

Password changed.

4.2.4

Quit Command

(Extra-Domain) Use the quit command (or the exit or logout command) to log out
and exit SDM-CLI.

Authority: User

Syntax:

exit

logout

quit

4.2.5

Alias Command

(Intra-Domain) Use the alias command to create or delete aliases. An alias is a
user-defined name that is bound to a SAS address. After you create an alias, you can use
it anywhere that you would normally use a SAS address.

NOTE: You can assign only a single alias to a SAS address.

SDM does not use aliases directly. For example, if you use an alias to define a zone
group, SDM does not track the alias in the zone group’s structures. Instead, it tracks the
SAS address bound to the alias. Therefore, the zone group is not affected if you make
subsequent changes to the alias.

Authority: Admin

Syntax:

alias create <name> <sas address>

alias delete (single <name> | all [noconfirm])

Advertising