Get Sensor Threshold
更新时间: 2025/06/26
在Gitcode上查看源码27h-获取传感器阈值(Get-Sensor-Threshold)
修订记录
| openUBMC版本号 | 修订日期 | 修订内容 |
|---|---|---|
| 25.06 | 2025/06/26 | 初稿,新增命令详情 |
基本信息
功能说明
获取传感器阈值。
权限
ReadOnly
命令信息
请求信息
| 字节顺序 | 域取值说明 |
|---|---|
| NetFn | S/E 04h |
| CMD | 27h |
| 1 | sensor number (FFh=reserved) |
响应信息
| 字节顺序 | 域取值说明 |
|---|---|
| 1 | Completion Code |
| 2 | [7:6]-reserved. Return as 00b Readable thresholds: This bit mask indicates which thresholds are readable [5]-1b=upper non-recoverable threshold [4]-1b=upper critical threshold [3]-1b=upper non-critical threshold [2]-1b=lower non-recoverable threshold [1]-1b=lower critical threshold [0]-1b=lower non-critical threshold |
| 3 | lower non-critical threshold (if present, ignore on read otherwise) |
| 4 | lower critical threshold (if present, ignore on read otherwise) |
| 5 | lower non-recoverable threshold (if present, ignore on read otherwise) |
| 6 | upper non-critical threshold (if present, ignore on read otherwise) |
| 7 | upper critical (if present, ignore on read otherwise) |
| 8 | upper non-recoverable (if present, ignore on read otherwise) |
命令样例
请求:
ipmicmd -k "0f 00 04 27 01" smi 0响应:
0f 1a 00 02 00 2a 37 00