試した環境
- 型名
- Quanta Plex T21P-4U
- OS
- Cent OS 7.6
現在のBMCのLAN card type取得
ipmitool raw 0xc 0x2 0x1 0xff 0x0 0x0
# 11 00ならDedicated NIC
# 11 01ならLOM Shared NIC
# 11 02ならOCP Mezzanine Shared NIC
# 11 03ならQCT Mezzanine Shared NIC
ipmitoolでLOMをShared NICにする方法
ipmitool raw 0x0c 0x01 0x01 0xff 0x01
ipmitoolでOCP MezzanineをShared NICにする方法
ipmitool raw 0x0c 0x01 0x01 0xff 0x02
ipmitoolでQCT MezzanineをShared NICにする方法
ipmitool raw 0x0c 0x01 0x01 0xff 0x03