From 5b98b4c7b60750167814772042b4cf40f922ff1c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 3 Dec 2019 12:04:05 -0500 Subject: [PATCH] Confirmed that there is another deeper problem Extend and retry bringup attempt --- xCAT-genesis-scripts/usr/bin/bmcsetup | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xCAT-genesis-scripts/usr/bin/bmcsetup b/xCAT-genesis-scripts/usr/bin/bmcsetup index a549b71e0..412a7015c 100755 --- a/xCAT-genesis-scripts/usr/bin/bmcsetup +++ b/xCAT-genesis-scripts/usr/bin/bmcsetup @@ -714,14 +714,18 @@ fi if [ ! -z "$USBSTATE" ]; then # Continuation of SR635/SR655 specific code echo -n "Restarting TSM networking...." if [ "$BMCPORT" = 0 ]; then - sleep 15 + sleep 20 ipmitool raw 0x32 0x71 0 0 0 - sleep 15 + sleep 20 + ipmitool raw 0x32 0x71 0 0 3 + sleep 20 ipmitool raw 0x32 0x71 0 0 3 else - sleep 15 + sleep 20 ipmitool raw 0x32 0x71 0 1 0 - sleep 15 + sleep 20 + ipmitool raw 0x32 0x71 0 1 3 + sleep 20 ipmitool raw 0x32 0x71 0 1 3 fi echo "Done"