安装IPMITOOL
yum install ipmitool -y
执行以下命令加载模块:
modprobe ipmi_watchdog
modprobe ipmi_poweroff
modprobe ipmi_devintf
modprobe ipmi_si
modprobe ipmi_msghandler
修改编号为“2”的用户的密码为root:
ipmitool -I open user set password 2 root
冷重置BMC命令:
ipmitool mc reset cold
dell poweredge 服务器实测有效。