Heiko Thiery
Heiko Thiery
Hi, for the FRU data it looks like the `Product Info Area` of your board is broken. That is what I see from the trace. In addition `ipmitool` also has...
Hi, what I see is that you try to use the native RMCP interface of this lib. But with ipmitool you are using lanplus (rmcp+). This is not compatilbe. So...
Hi, I did some work in supporting rmcp+. It is currently available for testing purposes in https://github.com/kontron/python-ipmi/tree/feature/rmcp%2B branch. You can give it a try and come with feedback.
Hi, what `ipmitool` version you are using.
I just checked the output. You are using the `ipmitool.py` that is part of this lib as `ipmitool`. What should actually be used here is `ipmitool` from here: https://codeberg.org/IPMITool/ipmitool. This...
Sounds like the FRU data is broken (the last byte of the area is not correct).
> Thanks for your quick reply. So this would be an issue with my board? At this point I would say yes. Do you know if the `ipmitool` can print...
> > At this point I would say yes. Do you know if the `ipmitool` can print the FRU data without error? > > Yes, ipmitool seems to be able...
The check in `ipmitool` is added here: https://codeberg.org/IPMITool/ipmitool/commit/63d59a50a6809e415cd7d8915533f236f28865f3 With that you should also see the problem on your fru data
I introduced `connection.get_fru_inventory(ignore_checksum=True)`. Please check if that helps.