Is there any IPMI simulator?

11,117

Solution 1

It is possible to do some IPMI test without real IPMI hardware. The OpenIPMI library provides a simple IPMI simulator that allows LAN access. Download OpenIPMI library and read the ./OpenIPMI-2.0.21/lanserv/README.vm.

It is not possible to emulate exactly a real BMC like iLO or DRAC. Nevertheless it is sufficient for the first round testing of software with IPMI support.

Solution 2

And I'll put my two cents in as well. Today I was looked for the answer to the same question regarding IPMI functionality in Oracle VirtualBox and found this project in github: Provisioning Emulator with simulated BMC and Virtualbox

One more solution: Virtualbox OpenStack Driver

Solution 3

No there is not a simulator for ILO. There are many different versions of the ILO and you must first choose which version(bugs and features) that you want to simulate. Hank JBlade

Share:
11,117
Deepak Battu
Author by

Deepak Battu

Updated on July 26, 2022

Comments

  • Deepak Battu
    Deepak Battu almost 2 years

    I need to test some ipmitool commands. I dont have a server with ILO/IDRAC installed. Is there a simulator which can mimic as the IPMI server?(or) Can I use any virtual box/Qemu/KVM virtual machines to implement the IPMI drivers and test them over LAN? Are there any documentation of such kind? Please suggest. Thanks.