Set Sensor Threshold
更新时间: 2025/06/26
在Gitcode上查看源码

26h-设置传感器阈值(Set-Sensor-Threshold)

修订记录

openUBMC版本号修订日期修订内容
25.062025/06/26初稿,新增命令详情

基本信息

功能说明

设置传感器阈值。

权限

BasicSetting

命令信息

请求信息

字节顺序域取值说明
NetFnS/E 04h
CMD26h
1sensor number (FFh=reserved)
2[7:6]-reserved. Write as 00b.
[5]-1b=set upper non-recoverable threshold
[4]-1b=set upper critical threshold
[3]-1b=set upper non-critical threshold
[2]-1b=set lower non-recoverable threshold
[1]-1b=set lower critical threshold
[0]-1b=set lower non-critical threshold
3lower non-critical threshold. Ignored if bit 0 of byte 2=0
4lower critical threshold. Ignored if bit 1 of byte 2=0
5lower non-recoverable threshold. Ignored if bit 2 of byte 2=0
6upper non-critical threshold. Ignored if bit 3 of byte 2=0
7upper critical threshold value. Ignored if bit 4 of byte 2=0
8upper non-recoverable threshold value. Ignored if bit 5 of byte 2=0

响应信息

字节顺序域取值说明
1Completion Code

命令样例

设置传感器阈值

请求:

ipmicmd -k "0f 00 04 26 01 08 0 0 0 2b 0 0" smi 0

响应:

0f

返回到索引