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 0x02 to 0x31.
POST Screen: The current BMC firmware SKU ID is 0x02.
Check the Current BMC SKU ID:
#ipmitool raw 0x2e 0x0e 0xfd 0x19 0x00 0x01
Response: fd 19 00 02

-> SKU ID: 0x02
Modify the Current BMC SKU ID:
#ipmitool raw 0x2e 0x0d 0xfd 0x19 0x00 0x01 0x31 # Updated SKU ID
Response: fd 19 00
POST Screen:
The new BMC firmware SKU ID is 0x31.
Related Articles
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 ...
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 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 ...
How to use IPMI commands to get/control system status on R1520G6/R2520G6
Question How to use IPMI commands to get/control system status on R1520G6/R2520G6 Answer This document explains how to use IPMI commands via two methods to get/control system status. IPMI (Local): Executed locally on R1520G6/R2520G6 Linux O/S. IPMI ...