How to Reseat the BMC/IPMI Module When It's Slow or Unresponsive on The G4520
- Try
sending the IPMI raw command( this cmd will reseat the BMC)

- If
the IPMI command executes successfully but the issue persists, proceed to
flash the BMC using the Linux script included in the BMC package.
- If
the BMC is completely unresponsive and IPMI is not functioning, reboot the
system into the UEFI shell and flash the BMC using the .nsh file
provided in the BMC package
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 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 ...
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 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 ...