Get SOL Blackbox Data
更新时间: 2026/08/06
在Gitcode上查看源码Get SOL Blackbox Data
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Export SOL and Black Box data.
Privilege
DiagnoseMgnt
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 93h |
| 1:3 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 4 | Sub command, sub command=1Fh |
| 5 | Data Select 0:SOL 1: black box |
| 6 | Parameter 0: collection started 1: Query the collection status. 2: Query the length of exported data. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code 0xC0: Other users are collecting information. (This completion code is applicable only when the parameter is set to 0.) 0xCB: The data is empty. (This completion code is applicable only when the parameter is 0.) |
| 2:4 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| (5) | Querying the collection progress status (This item is displayed only when the request parameter is set to 1.) 0: The collection is complete. 1: collecting 2: The collection is terminated abnormally. |
| (6~9) | Query the collection progress percentage (only when the request data parameter is set to 1, only byte 6 is used to return the collection progress percentage). Indicates the length of the SOL and black box data. (When the parameter is 2, bytes 6 to 9 are used to return the actual length of the black box or SOL data.) |
Command Example
Export SOL data.
Request:
bash
ipmicmd -k "0f 00 30 93 db 07 00 1f 00 01" smi 0Response:
text
0f db 07 00 01 00