代码仓
中
Obtain the sensor reading value
更新时间: 2026/08/06
在AtomGit上查看源码

Obtain the sensor reading value ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the sensor reading value.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDB2h
1Fru id
2:3Fru type
0x0002: control board
0x0004: BBU
0x0001: interface card (CST0221V6)
4Device ID index, starting from 0
5Sdr type
0x1: temperature
0x2: voltage
6Need num

Response Information ​

ByteData Field
1Completion Code
2:(need_num*2+1)Sensor reading value

Command Example ​

Obtain the reading value of the sensor. ​

Request:

bash
ipmitool raw 0x32 0xb2 0x00 0x02 0x00 0x00 0x01 0x2

Response:

text
ae 01 d2 00

Back to Index ​