-
Notifications
You must be signed in to change notification settings - Fork 0
Testing IPMI
Carter Roeser edited this page Apr 12, 2024
·
2 revisions
To test IPMI without connecting to a real device, you can use the ipmi-simulator
docker image.
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
Rack Manage • Website • Support • Getting Started