There was an error while loading. Please reload this page.
To test IPMI without connecting to a real device, you can use the ipmi-simulator docker image.
ipmi-simulator
To run the simulator, use the following command:
docker run -d -p 623:623/udp vaporio/ipmi-simulator
This will start the simulator on port 623. You can then test the agent's IPMI functionality by adding an IPMI device in the agent like so:
rmagent ipmi -s <server-address> -a localhost -u ADMIN -p ADMIN