Set the start time of the electronic insurance policy
更新时间: 2026/08/06
在Gitcode上查看源码Set the start time of the electronic insurance policy
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the start time of the digital warranty. Only yyyy-MM-dd or N/A is supported.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:3 | fruId |
| 4 | deviceId |
| 5 | sdrType 0x51 |
| 6:n | startTime(ASCII) |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the start time of the electronic label to 2023-04-17.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x51 0x32 0x30 0x32 0x33 0x2d 0x30 0x34 0x2d 0x31 0x37Response:
text