Recover Mgnt Configuration
更新时间: 2026/08/06
在Gitcode上查看源码Recover Mgnt Configuration
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to restore the management information.
Privilege
UserMgnt
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 93h |
| 1:3 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 4 | Sub command, sub command=08h |
| 5 | Recover Point Selector 0h=Backup point 1 1h=Original configuration backup point 2h=Log files (including operation logs, debug logs, maintenance logs, and run logs except SELs) 3h=Screenshot and video files 4h=syslog (for RMC only) 10h=Clear datafs (available only in equipment mode) 11h=Clear CMOS data (available only in equipment mode) NOTE: For iBMCBMC V2 3.2.0.6 and later versions, this command supports the following models: 2488H V6TS200-2280_1711,TS200-2180_1711,TS200-5280_1711,TS200-1280_1711,TS200-2480_1711,TS200-5290,TS200-2280E,TS200-2280K,TS200-2180K,TS200-5280K,TS200-2280MS920X00,S920X01,S920S00,S920S01,S920X02,S920X03,S920X05,S920XA0,S920X00K,S920X01K,S920S00K,S920S01KAtlas 500 Pro-3000A500 Pro-3000, Atlas 800-9000A800-9000, Atlas 800-9010A800-9010, Atlas 800-3000A800-3000DA120C V2,DA120 V2 |
| 6 | Action 0xAA Start Mgnt Configuration recover. 0x55 Get recover status,valid only for byte5=0 When the value of byte 5 is 10h: [7:2]-reserved [1]-reserve certificates: 0b: The certificate is not retained. 1b: Retain the certificate. [0]-reboot flag: 0b: not restart 1b: restart immediately |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 5 | Recover progress [7:4]-reserved [3:0]-Recover progress 0h=Recover in progress 1h=Recover completed |
Command Example
Restore the management information.
Request:
bash
ipmicmd -k "0f 00 30 93 db 07 00 08 00 aa" smi 0Response:
text
0f 31 00 93 00 db 07 00 01