From b34131e1a634ad5ab3974e1254df8638d871024b Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 6 Nov 2017 14:04:22 -0500 Subject: [PATCH] Remove the access on for OpenBMC and use raw command --- xCAT-genesis-scripts/bin/bmcsetup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index 31114c4d9..151e5d12d 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -396,7 +396,11 @@ fi # update the node status to 'bmcready' for openbmc, no more configuration is needed. if [ ! -z "$ISOPENBMC" ]; then # To enable network configuration for openbmc - ipmitool -d 0 lan set $LANCHAN access on + # + # For OpenBMC, FW team still suggest running the raw command instead of access on, use raw for now + # + # ipmitool -d 0 lan set $LANCHAN access on + ipmitool -d 0 raw 0x06 0x40 $LANCHAN 0x42 0x44 # update the node status to 'bmcready' if [ ! -z "$XCATMASTER" ]; then # Wait for some time for the new network setting is ready