Resetting the BMC

Resetting the BMC

Q: My system's IPMI interface is unresponsive. Can I reboot or refresh the interface?

A: If you have local access or SSH access to the system, you can 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.

    • Related Articles

    • Introduction to IPMI

      Q: What is IPMI? A: IPMI stands for Intelligent Platform Management Interface. It is in essence a web server that runs internally on your motherboard, powered by a separate ARM-based chip, also known as the baseboard management controller (BMC). The ...
    • Changing NIC failover mode

      Log into the IPMI web interface by entering the IP address into the URL of a web browser on a client system. Go to Configuration > Network, and scroll down to the drop-down list for LAN Interface, or Default Interfaces. The default setting is Fail ...
    • Firewall and port settings

      Q: I can’t seem to get a connection to IPMI, regardless of the IP address settings being used. Do I need to open certain ports on my firewall? A: IPMI needs additional ports opened to access various services. The ports will vary depending on your ...
    • Changing fan speeds for X9/X10 series boards

      To adjust your fan speed profile, you can use either Supermicro's IPMICFG, or set it from the IPMI web interface. You will typically be given three to five fan speed modes to choose from.  The Standard Speed profile is temperature controlled, with a ...
    • Default IPMI credentials

      Q: What is the default username and password for IPMI?  A: Both the default username and password are “ADMIN”, case-sensitive. You can change this default password after logging in with the default credentials.