Intel MPCMM0001 Network Card User Manual


 
248 MPCMM0001 Chassis Management Module Software Technical Product Specification
FRU Update Configuration File
DISPLAY "CDM FRU version is earlier than all known versions, no update can
be performed."
ERRORLEVEL 15
ENDIF
//
*************************************************************************
PROBE FRUVER "103"
FOUND FRUVER_CORRECT
PROBE FRUVER ""
FOUND FRUVER_NEEDED
IFSET FRUVER_CORRECT
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
IFSET FRUVER_NEEDED
// just update the version number
FRUAREA "BOARD"
FRUFIELD "ID"
ELSE
// need to do a downgrade - mark it
SET FRU_DOWNGRADE
ENDIF
ENDIF
IFSET FRU_DOWNGRADE
// update the FRU version
FRUAREA "BOARD"