Get Ras Mission
更新时间: 2026/08/06
在Gitcode上查看源码

Get Ras Mission

Change History

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

Basic Information

Function Description

This command is used to query RAS tasks and their processing status.

Privilege

DiagnoseMgnt

Command Information

Request Information

ByteData Field
NetFn30h
CMD92h
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=20h

Response Information

ByteData Field
1Completion Code
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.
5Component information (information about hot-swappable components)
1: CPU Board(2P)
2: Clump(8P+2NC)
3: CXP Cable
Other :reserved
6(Ras ID Number) Hot-swappable component number:
When BYTE5 is set to 1, the ID is the number of the CPU board.
When the value of Byte5 is 2, the ID is the Clump ID.
When the value of Byte5 is 3, the ID is the CXP cable number.
7Action:
1: Add (hot add)
0: Remove (hot-remove)
Other: reserved
8BMC processing status
1: In progress
2: complete
Other: reserved

Command Example

Query RAS tasks and their processing status.

Request:

bash
ipmicmd -k "0f 00 30 92 db 07 00 20" smi 0

Response:

text
0f db 07 00 ff ff ff ff

Back to Index