How to Reset the BMC

Reading time ~1 minute

Local access or SSH access to the system, run commands with ipmitool and IPMICFG to attempt to regain accessibility to IPMI.

Resets the management console without rebooting the BMC

$ ipmitool mc reset warm

Reboots the BMC

$ ipmitool mc reset cold

If this fails to restore usability of the interface, you can also attempt a cold reset from Supermicro’s IPMICFG.

$ ipmicfg -nm reset

Finally, you can reset the BMC to factory defaults with IPMICFG or ipmitool. Be aware that this will wipe any existing settings on the BMC that you may have set from the web interface, but excludes network settings.

$ ipmicfg -fd

or

$ ipmitool raw 0x3c 0x40

To reset your network settings along with the factory reset, use the following IPMICFG command:

$ ipmicfg -fde

Occasionally your OS may fail to reset the BMC to factory defaults, due to architectural limitations. If you encounter any errors when attempting to reset the BMC, you may need to boot into a DOS environment instead. Attached is a pre-compiled DOS boot image with IPMICFG included, which you can write to a USB or CD.

Download ipmicfg.iso

Kubernetes Tutorials (1)

Published on June 16, 2017

Kubernetes How It Works

Published on January 22, 2017