代码仓
中
Query the Subrack Number Displayed on the Nixie Tube
更新时间: 2026/08/06
在AtomGit上查看源码

Query the Subrack Number Displayed on the Nixie Tube ​

Change History ​

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

Basic Information ​

Function Description ​

Querying the Subrack Number Displayed on the Nixie Tube

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD68h
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.

Response Information ​

ByteData Field
1Completion Code
2:3FrameLedNum (LS Byte first)

Command Example ​

Query the chassis ID displayed on the LED. ​

Request:

bash
ipmitool raw 0x32 0x68 0x00 0x00 0x80 0x00 0x00

Response:

text
05 00

Back to Index ​