This will set the ‘ADMIN’ user password back to default of ‘ADMIN’. You could set it to anything you want, this is just an example.
yum -y install ipmitool
modprobe ipmi_devintf
ipmitool -I open user set password 2 ADMIN
This will set the ‘ADMIN’ user password back to default of ‘ADMIN’. You could set it to anything you want, this is just an example.
yum -y install ipmitool
modprobe ipmi_devintf
ipmitool -I open user set password 2 ADMIN
Ran: modprobe ipmi_devintf
Getting: fatal: ipmi_devintf not found
Modern kernels have it built in, so that step might not be needed. Just make sure /dev/ipmi exists. I would also recommend using ipmicfg (supermicro’s own utility) for managing supermicro IPMI.