Reputation: 5163
I'd like to write a python script to gather data from serial over lan but I can't seem to find a place to start with IPMI. I've looked at OpenIPMI's python bindings but there doesn't seem to be any documentation. Perhaps I can use the subprocess module and ipmitool? I'm not sure that would be simple though. Does anyone have any experience with this? How can I capture serial over lan data in python? Thanks.
Upvotes: 2
Views: 2096
Reputation: 31216
Have you seen this thread that has a sample OpenIPMI python program?
And the OpenIPMI documentation (pdf)?
Upvotes: 2