代码仓
中
Simulate Interface Card Removal
更新时间: 2026/08/06
在AtomGit上查看源码

Simulate Interface Card Removal ​

Change History ​

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

Basic Information ​

Function Description ​

Simulates the removal of an interface card.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1slot_num
20x01
3Reserved for extension. The value is 0.
4device_id, which is reserved for extension. Set it to 0.
5SdrType. Set it to 0x3b.
6flag
1: Simulates the removal of an interface card.
0: The analog interface card is activated.

Response Information ​

ByteData Field
1Completion Code
20: 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 0x01

Response:

text

Back to Index ​