How to use IPMITOOL to modify BMC FRU file

How to use IPMITOOL to modify BMC FRU file

How to use IPMITOOL to modify BMC FRU

Ipmitool: v1.8.18
Command:
ipmotool [-H hotst_IP –U username –P password] fru edit <fru id> field <section> <index> <string>

Sample:
ipmotool [-H hotst_IP –U username –P password] fru edit 0 field p 0 MiTAC

<fru id>: fru id is the digit ID of the FRU (see the output of “fru print”); default is 0.
<section> :     section is a string which refers to FRU Inventory Information Storage Areas and may be refer to:
c: FRU Inventory Chassis Info Area
b: FRU Inventory Board Info Area
p: FRU Inventory Product Info Area 

<index> :        specifies the field number. Field numbering starts on the first 'english text' field type.
For instance in the <board> info area field '0' is <Board Manufacturer> and field '2' is <Board Serial Number>;
see IPMI Platform Management FRU Information Storage Definition v1.0 R1.1 for field locations.
<string> :        must be the same length as the string being replaced and must be 8-bit ASCII (0xCx).

 Command table

FRU Device Description

IPMI command for FRU edit

Chassis Part Number

ipmitool fru edit 0 field c 0 CPN000001

Chassis Serial

ipmitool fru edit 0 field c 1 CSN000001

Board Mfg

ipmitool fru edit 0 field b 0 TYAN

Board Product

ipmitool fru edit 0 field b 1 S7106GM2NR

Board Serial

ipmitool fru edit 0 field b 2 CXBE3AJ27008

Board Part Number

ipmitool fru edit 0 field b 3 5411T6210002

Product Manufacturer

ipmitool fru edit 0 field p 0 TYAN

Product Name

ipmitool fru edit 0 field p 1 B7106G93V12HR

Product Part Number

ipmitool fru edit 0 field p 2 5412T6210001

Product Version

ipmitool fru edit 0 field p 3 TFJWZ29E0003

Product Serial

ipmitool fru edit 0 field p 4 PSN000001

Product Asset Tag

ipmitool fru edit 0 field p 5 Tyan Asset

 


    • Related Articles

    • How do I use the IPMI command to check or modify the BMC SKU ID?

      Question: How do I use the IPMI command to check or modify the BMC SKU ID? Answer: We can use the IPMI command to check or modify the MiTAC BMC firmware SKU ID to match the current system SKU model. Example: Change the S5652 BMC firmware SKU ID from ...
    • How to use ipmi command to set next boot as PXE boot

      If customer needs to use ipmi command to set system next boot as PXE boot. Then customer can use below command to let their system boot to PXE mode at next power-on. ipmi command: #ipmitool chassis bootdev pxe (for Legacy mode) #ipmitool chassis ...
    • Ipmi command "ipmitool sel list " doesn't show sel log on D50DNP system.

      Fail symptom : No message print after perform "ipmi sel list " , only show "sel has no entries" Root cuase : OpenBMC does not have the static SDR design like legacy BMC, so when adding a SEL entry via a raw command, the BMC will attempt to map it ...
    • How to edit BMC FRU

      To edit the BMC FRU in the event of corruption, errors or changes you can use ipmitool which is available for all LNX OS and for Windows using ipmitool.exe . In order to edit the FRU you need to know the field type, of which you can follow the chart ...
    • How to Upload VROC or BMC Management Key

      Upload via BMC Web Console 1. Login to Integrated BMC Web Console. 2. Click “Configuration” in menu bar and click “License Management”. 3. Click “Choose File” and select license key file (*.v2c) then click "Open" then "Upload" 5. BMC Web console will ...