Get SOL Blackbox Data
更新时间: 2026/08/06
在Gitcode上查看源码

Get SOL Blackbox Data

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Export SOL and Black Box data.

Privilege

DiagnoseMgnt

Command Information

Request Information

ByteData Field
NetFn30h
CMD93h
1:3Manufacturer 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.
4Sub command, sub command=1Fh
5Data Select
0:SOL
1: black box
6Parameter
0: collection started
1: Query the collection status.
2: Query the length of exported data.

Response Information

ByteData Field
1Completion 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:4Manufacturer 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 0

Response:

text
0f db 07 00 01 00

Back to Index