Rebooting the IPMI interface

Modified on Mon, 9 Jun at 9:50 AM

In the event the IPMI needs to be rebooted, this can be done via a Linux host using the tool "ipmitool" or via redfish.


ipmitool


If you have local access to the host OS, you can run the following command

ipmitool mc reset cold


This can also be sent remotely if you know the IPMI IP address.

ipmitool -I lanplus -H <ipmi IP> -U <user> -P <password> mc reset cold


redfish

Send a post command to:

https://{IP}/redfish/v1/Managers/Self/Actions/Manager.Reset
        where: {IP} if the IP address of the IPMI.

With the following JSON content:

{
“ResetType”: “ForceRestart”
}


Please note it will take up to 5 minutes for the IPMI to reset, during this period the IPMI will be inaccessible.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article