The IPMI interface connection is configurable through the HA receiver command line interface. After you configure the IPMI interface connection on the HA receiver, change the password for the configured IPMI connection on the command-line interface of the HA receiver, through the below commands in a sequence.
In the command-line interface, enter
ipmitool user list n(where n is 1 or 3).Enter the
ipmitool user set password <user id> <password>. In the command-line syntax, foruser identer the user name and forpasswordenter the password respectively.To retrieve the user ID, use the user list command:
<ERC name> ~ # ipmitool user list 3.Example
: For a
ERC-2650
device, in the command-line interface, enter the following command to get the list of available users on the console:
ERCHA2-ERC-2650 ~ # ipmitool user list 3ID
Name
Callin
Link Auth
IPMI Msg
Channel Priv Limit
1
false
false
true
ADMINISTRATOR
2
root
false
true
true
ADMINISTRATOR
3
test1
false
true
true
ADMINISTRATOR
4
test2
false
true
true
ADMINISTRATOR
5
test3
false
true
true
ADMINISTRATOR