Change BMC User Password

To change the password for a specific BMC user:
From the Exec mode prompt, execute the bmc user along with the password to be set for that user.
SLX# bmc user 2 password mypassword 
  Set User Password command successful (user 2)
SLX# 
The user account's password will be successfully changed and the message Set User Password command successful (user 2) will be displayed if the password is changed successfully.

Example

The following example shows how to change a BMC user password

SLX# bmc user 2 password mypassword
  Set User Password command successful (user 2)
SLX# 

Example

The following example shows the output when you try to assign the same password.

SLX# bmc user 2 password oldpassword
  IPMI command failed: Unknown (0x19)
  Set User Password command failed (user 2)
SLX# 

Example

The following example shows the output when you try to assign a password with length shorter than the minimum password length

SLX# bmc user 2 password oldp
  IPMI command failed: Request data length invalid
  Set User Password command failed (user 2)
SLX# 

To verify your changed password, try using the ipmitool command to view the BMC information. A valid output will be shown if your password change is successful.