bb-Ricardo / check_redfish

A monitoring/inventory plugin to check components and health status of systems which support Redfish. It will also create a inventory of all components of a system.
MIT License
113 stars 34 forks source link

Not able to get firmware infos after iDRAC-Update #69

Closed robse030 closed 2 years ago

robse030 commented 2 years ago

Hi, after upgrading the firmware on my PowerEdge R7525 Server to version 4.32.10.00, i'am not able to read the firmware infos.

The logs are attached Output_check.txt . FirmwareInventory.json.txt

Regards, robert

bb-Ricardo commented 2 years ago

This looks like a bug in the iDRAC firmware.

can you try to comment out following line and see if it works: https://github.com/bb-Ricardo/check_redfish/blob/e486e43a9f44a27b97eff92a6efb77f3c0adc72d/cr_module/classes/vendor.py#L108

Cheers Ricardo

robse030 commented 2 years ago

Sorry, wrong output in the firt post. Here is the right one. :)

FirmwareInventory.json.txt

robse030 commented 2 years ago

This looks like a bug in the iDRAC firmware.

can you try to comment out following line and see if it works:

https://github.com/bb-Ricardo/check_redfish/blob/e486e43a9f44a27b97eff92a6efb77f3c0adc72d/cr_module/classes/vendor.py#L108

Cheers Ricardo

Works, thank you. Problem is solved. :)