Categories
October Surprise 2016

How to use IPMI Commands to Reset Password and Username on …

IPMI commands to reset a password The command below can be used to list the BMC user id’s. # ipmitool user list 1 For example, if you want to reset the password of root, the userid of root is 2. # ipmitool user set password 2 password@123 IPMI commands to create a new user name The following commands can be used to create a new user and set a password: # Ipmitool user set name “user id …