Network Card User Manual

252 MPCMM0001 Chassis Management Module Software Technical Product Specification
FRU Update Configuration File
// replace the first picmig power distribution record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x11 1 0x11 1
// append the new record after the first one
FRUAREA "MULTIREC" APPEND PICMG_ID 0x11 1 0x11 2
// replace the shelf power management record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x12 1 0x12 1
// replace the shelf IP connection record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x13 1 0x13 1
// append the ipmb link entry record to the end of the records
FRUAREA "MULTIREC” APPEND PICMG_ID 0x15 1
ENDIF
IFSET IPMB_LINK_UPDATE
// replace the ipmb link entry record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x15 1 0x15 1
ENDIF
IFSET POWER_UPDATE
// replace the first picmig power distribution record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x11 1 0x11 1
// replace the second picmig power distribution record
FRUAREA "MULTIREC" REPLACE PICMG_ID 0x11 2 0x11 2
ENDIF
ENDIF