Supermicro Server – How to Collect Logs and Hardware Information
Supermicro Server
This guide explains two methods to collect BMC logs and system hardware information from a Supermicro server:
Using the BMC web interface
Using the SMCIPMITool utility
Open a web browser.
Enter the BMC IP address in the address bar
Log in using your username and password.
Navigate to:
Maintenance → Maintenance Event Logs.
Click Export to Excel to download the logs.
Upload the downloaded log file to the case
You can collect logs without installing any software on the server by using the SMCIPMITool utility.
Go to the official download page:
https://www.supermicro.com/en/support/resources/downloadcenter/smsdownload
Download and extract the SMCIPMITool package.
Example path after extraction:
SMCIPMITool_2.29.0_build.250214_bundleJRE_Windows
The command has 6 parts:
SMCIPMITool.exe <BMC_IP> <username> <password> sel csv <filename>
Example:
SMCIPMITool.exe 10.255.255.15 ADMIN password sel csv 2025-08-11
A file named 2025-08-11.csv
will be saved in the current directory.
A. Hardware Information
SMCIPMITool.exe <BMC_IP> <username> <password> hwinfo
B. Sensor Data
SMCIPMITool.exe <BMC_IP> <username> <password> ipmi sensor --full
C. FRU Information
SMCIPMITool.exe <BMC_IP> <username> <password> ipmi fru
Once all required logs and information are collected:
Locate the saved files in your extracted SMCIPMITool folder.
Upload the files to the case using the customer-provided link.
IP Address, username, and password should be replaced with your actual server credentials.
Using sel csv
will generate a CSV log file that can be reviewed directly or shared for analysis.