I am trying to get FRU inventory device ID list using freeipmi api
, but I could only find ipmi_fru_open_device_id
method which takes the device's id as an argument.
Also, how do you get the device string name?
Eg:
FRU Inventory Device: FRU_RAM (ID 00h)
I was able to get all the information about a device except it's string name(FRU_RAM
).