Intel MPCMM0001 Network Card User Manual


 
MPCMM0001 Chassis Management Module Software Technical Product Specification 251
FRU Update Configuration File
PROBE FRUVER "103"
FOUND ALL_UPDATES
PROBE FRUVER "104-105"
FOUND IPMB_LINK_UPDATE
// the update of the FRU to version 107 requires a power record update for
versions 104 and later
IFSET IPMB_LINK_UPDATE
SET POWER_UPDATE
ENDIF
// To go from 106 to 107, we need to update the power distribution records
PROBE FRUVER "106"
FOUND POWER_UPDATE
// Version 107 is the latest, no update required.
PROBE FRUVER "107"
FOUND FRUVER_107
IFSET FRUVER_107
DISPLAY "CDM FRU information is up to date, no update will be performed"
// error level 0 will exit now with successful return code
ERRORLEVEL 0
ELSE
// always update the FRU version
FRUAREA "BOARD"
FRUFIELD "ID"
IFSET ALL_UPDATES