Simulate Interface Card Removal
更新时间: 2026/08/06
在Gitcode上查看源码Simulate Interface Card Removal
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Simulates the removal of an interface card.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | slot_num |
| 2 | 0x01 |
| 3 | Reserved for extension. The value is 0. |
| 4 | device_id, which is reserved for extension. Set it to 0. |
| 5 | SdrType. Set it to 0x3b. |
| 6 | flag 1: Simulates the removal of an interface card. 0: The analog interface card is activated. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 0: Upgrade is not supported. 1: upgrade supported |
Command Example
Simulate the removal of an interface card.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x01 0x00 0x00 0x3b 0x01Response:
text