Set Sensor Threshold
更新时间: 2026/08/06
在Gitcode上查看源码Set Sensor Threshold
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the sensor threshold.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | S/E 04h |
| CMD | 26h |
| 1 | sensor 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 |
| 3 | lower non-critical threshold. Ignored if bit 0 of byte 2=0 |
| 4 | lower critical threshold. Ignored if bit 1 of byte 2=0 |
| 5 | lower non-recoverable threshold. Ignored if bit 2 of byte 2=0 |
| 6 | upper non-critical threshold. Ignored if bit 3 of byte 2=0 |
| 7 | upper critical threshold value. Ignored if bit 4 of byte 2=0 |
| 8 | upper non-recoverable threshold value. Ignored if bit 5 of byte 2=0 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the sensor threshold.
Request:
bash
ipmicmd -k "0f 00 04 26 01 08 0 0 0 2b 0 0" smi 0Response:
text
0f