Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers
Other
3
stars
1
forks
source link
ILO minor revision version reports incorrect value #700
In ilo2_ribcl plug-in, the ilo firmware version is not coming correct.
For ex: If the ILO version is 2.07 then it displays as
FirmwareMajorRev: 2
FirmwareMinorRev: 7
FirmwareMinorRev is not correct because it gives the impression that ILO version 2.70. But the correct ILO version is 2.07 not 2.70.
For other ILO versions(for ex: 1.82 etc) it is working fine as expected. Only the issue is with versions like 2.06, 2.07 etc. The same problem exists with hpi_shell as well as in hpitree –a client output.
In ilo2_ribcl plug-in, the ilo firmware version is not coming correct.
For ex: If the ILO version is 2.07 then it displays as
FirmwareMajorRev: 2 FirmwareMinorRev: 7
FirmwareMinorRev is not correct because it gives the impression that ILO version 2.70. But the correct ILO version is 2.07 not 2.70.
For other ILO versions(for ex: 1.82 etc) it is working fine as expected. Only the issue is with versions like 2.06, 2.07 etc. The same problem exists with hpi_shell as well as in hpitree –a client output.
hpi_shell->
RPT ID ==> 31 0 Inventory: 0 Update count: 0 Read Only: TRUE Areas: 1 Area: 1 Type: CHASSIS_INFO Read Only: TRUE Fields: 4 Field: 1 Type: PRODUCT_NAME Read Only: TRUE (TEXT: ENGLISH: ProLiant DL380 G5 (len=17)) Field: 2 Type: SERIAL_NUMBER Read Only: TRUE (TEXT: ENGLISH: 2UX72503WK (len=16)) Field: 3 Type: MANUFACTURER Read Only: TRUE (TEXT: ENGLISH: Hewlett Packard (len=15)) Field: 4 Type: CUSTOM Read Only: TRUE (TEXT: ENGLISH: iLO_Firmware: 2.07 (len=18)) inventory block ==> rpt 31 0 EntryId: 31 ResourceId: 31 ResourceInfo: ResourceRev: 0 SpecificVer: 0 DeviceSupport: 0 ManufacturerId: 11 (0x0000000b) ProductId: 0 FirmwareMajorRev: 2 FirmwareMinorRev: 7—>Here it gives the impression that ILO version is 2.7 AuxFirmwareRev: 0
Reported by: openhpi2