Intel MPCMM0001 Network Card User Manual


 
250 MPCMM0001 Chassis Management Module Software Technical Product Specification
FRU Update Configuration File
ERRORLEVEL 14
ENDIF
//
*************************************************************************
// Validate the current version of the FRU is something we know about, if
not
// exit the update process with instructions on how to go from here.
// Later version than current update
PROBE FRUVER "108+"
FOUND FRUVER_LATER
IFSET FRUVER_LATER
DISPLAY "CDM FRU version is later than the version to update to, no update
can be performed."
ERRORLEVEL 0
ENDIF
// Earlier version than all known
PROBE FRUVER "0-102"
FOUND FRUVER_EARLIER
IFSET FRUVER_EARLIER
DISPLAY "CDM FRU version is earlier than all known versions, no update can
be performed."
ERRORLEVEL 15
ENDIF
//
*************************************************************************
PROBE FRUVER ""
FOUND ALL_UPDATES