Set BMC Credentials Using SAT

Redfish BMCs are installed on the system with default credentials. After the machine is shipped, all BMC credentials must be changed.

BMC credentials may be set with either the System Configuration Service (SCSD), or with the System Admin Toolkit’s (SAT) sat bmccreds command. Both methods enable administrators to set a unique value for each credential, or to set the same value for every credential.

This procedure describes how to set BMC credentials with sat bmccreds, which conveniently automates the steps of the SCSD procedure.

Important: If the credentials for other devices need to be changed, refer to the following device-specific procedures:

Prerequisites

SAT is installed and configured.

Procedures

Choose one of the following procedures.

Generate a unique random password for each BMC in the system

sat bmccreds --random-password --pw-domain bmc

Generate a single random password for all BMCs in the system

sat bmccreds --random-password --pw-domain system

Provide a user-defined password for all BMCs in the system

In this case, sat bmccreds will prompt the user for a custom password, which it will then set for every BMC.

sat bmccreds