Changing Initial Passwords
Change the following initial user passwords:
- Initial password of the default iBMC user
- Initial password for the iBMC U-Boot
- The default iBMC user account is Administrator.
- U-Boot is a piece of underlying software used to configure basic settings, for example, initializing hardware devices and setting up memory space mapping, to prepare for commissioning the OS.
- To ensure system security, change your initial password at your first login and change the password periodically.
- A simple password is easy to crack, which makes the system vulnerable. You are advised to use a password that meets complexity requirements or to enable the password complexity check function.
- The password complexity check function is enabled by default.
You can change an iBMC user password on the iBMC WebUI or CLI. The following describes how to change a user password on the iBMC WebUI. For details about operations on the iBMC CLI, see Atlas 800 AI Training Server iBMC (V3.01.00.00 or Later) User Guide (Model 9010).
Change the initial password of the default iBMC user
- On the iBMC WebUI, choose User & Security > Local Users.
The Local Users page is displayed.
- Click Edit next to the user whose password is to be changed. See Figure 5-40.
- Change the user password by following on-screen instructions.
A password must meet the following complexity requirements:
- Contains 8 to 20 characters.
- Contains at least one space or one of the following special characters:
`~!@#$%^&*()-_=+\|[{}];:'",<.>/?
- Contains at least two types of the following characters:
- Lowercase letters: a to z
- Uppercase letters: A to Z
- Digits: 0 to 9
- Cannot be the same as the user name or user name in reverse order.
Change the initial iBMC U-Boot password
- Log in to the iBMC CLI over the serial port.
- Run the following command to restart the iBMC:
iBMC:/->ipmcset -d reset
The command output is as follows:
This operation will reboot IPMC system. Continue? [Y/N]:
- Enter y.
The system restarts.
- Press Ctrl+B immediately when the system displays the message.
Hit 'ctrl + b' to stop autoboot: 1
- Enter the default password for the iBMC U-Boot.
The following command output indicates that you are logged in to the U-Boot.
u-boot>
- Run the following command to change the U-Boot password:
u-boot> passwd
The following information is displayed:
Enter old password:
- Enter the old password.
The default password is Admin@9000.
The following information is displayed:
Enter new password:
- Enter a new password.
The following information is displayed:
Enter the new password again:
- Enter the new password again.
If the command output is as follows, the password has been changed:
. done Un-Protected 1 sectors Erasing Flash... . done Erased 1 sectors Writing to Flash... done . done Protected 1 sectors password be changed successfully.
- Run the following command to exit U-Boot:
boot