Get PSU Serial Number
更新时间: 2026/08/06
在Gitcode上查看源码Get PSU Serial Number
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtain the serial number of the H3C power supply.
The current command has been discarded in the iBMC V2 trunk.
Privilege
N/A
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command = 5Fh |
| 2 | PSU slot number |
Response Information
| Byte | Data Field |
|---|---|
| 1 | PSU slot number |
| 2-N | Serial number content |
Command Example
Obtain the serial number of an H3C power supply.
Request:
bash
ipmitool raw 0x30 0x90 0x5fResponse:
text
00 08 31 32 33 34 35 36 37 38