HPE iLO 6 features the ability to display the Field-Replaceable Unit (FRU) data on server Synergy compute node boards.
To access the Redfish Base FRUs resource, perform GET
on /redfish/v1/Chassis/1/BaseFrus/
. This resource includes a link to the collection of entries /redfish/v1/Chassis/1/BaseFrus/
. Individual FRUs can be accessed by performing GET
on /redfish/v1/Chassis/1/BaseFrus/{@baseId}/Details
.
curl --insecure --location \
--user ilo-user:password \
https://{iLO}/redfish/v1/Chassis/1/BaseFrus/{@baseId}/Details/
The NIC and Mezzanine (Mezz) option FRU information informs Onboard Administrator of the type of interconnects each server requires. Before power is provided to a server blade, Onboard Administrator compares this information with the FRU EEPROMs on installed interconnect modules to check for electronic keying errors.
iLO features the ability to display the FRU data on the cards in the Mezzanine slots.
To access the Redfish MEZZ FRUs resource, perform GET
on /redfish/v1/Chassis/1/MezzFrus/
. This resource includes a link to the collection of entries /redfish/v1/Chassis/1/MezzFrus/
. Individual FRUs can be accessed by performing GET
on /redfish/v1/Chassis/1/MezzFrus/{@mezzId}/Details/
.
curl --insecure --location \
--user ilo-user:password \
https://{iLO}/redfish/v1/Chassis/1/MezzFrus/{@mezzId}/Details/