Review this procedure to configure IPMI in the iLO processor on HP platforms, and to set a password for the null (noname user).
ipmiaddr
is the IPMI address, and password is the password:
% ipmitool -H ipmiaddr -U "" user set password 1 "password"
In this example, the anonymous username is being provided explicitly using -U "" for clarity, but it is implied if the username argument is missing. This command prompts for the current password, which can be the initial null password. If the password is successfully changed, then the command prints an error similar to: "Close session command failed."
. This message is printed because the command attempts to terminate the IPMI network session using the previous password.
% crsctl set css ipmiadmin ""
When prompted, provide the password you set with the IPMI administrator tool.