代码仓
中
Get PSU Serial Number Setting Progress
更新时间: 2026/08/06
在AtomGit上查看源码

Get PSU Serial Number Setting Progress ​

Change History ​

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

Basic Information ​

Function Description ​

Queries the progress of setting the serial number of an H3C power supply.

The current command has been discarded in the iBMC V2 trunk.

Privilege ​

N/A

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command=65h
2PSU slot number

Response Information ​

ByteData Field
1Completion Code
2SN setting progress of the power supply
0:PSU_SUCCESS_STATUS
1:PSU_FAILED_STATUS
2:PSU_ONGOING_STATUS
3PSU slot number

Command Example ​

Query the progress of setting the serial number of an H3C power supply. ​

Request:

bash
ipmitool raw 0x30 0x90 0x65 0x00

Response:

text
0x00 0x00 0x00

Back to Index ​