From 9786c542f15159655e1082b3979f473ee2abd21d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 3 Dec 2019 17:01:47 -0500 Subject: [PATCH] Extend duration of the TSM restart The TSM restart seemed inadequate in testing --- xCAT-genesis-scripts/usr/bin/bmcsetup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-genesis-scripts/usr/bin/bmcsetup b/xCAT-genesis-scripts/usr/bin/bmcsetup index 412a7015c..dc1589a57 100755 --- a/xCAT-genesis-scripts/usr/bin/bmcsetup +++ b/xCAT-genesis-scripts/usr/bin/bmcsetup @@ -714,18 +714,18 @@ fi if [ ! -z "$USBSTATE" ]; then # Continuation of SR635/SR655 specific code echo -n "Restarting TSM networking...." if [ "$BMCPORT" = 0 ]; then - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 0 0 - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 0 3 - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 0 3 else - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 1 0 - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 1 3 - sleep 20 + sleep 45 ipmitool raw 0x32 0x71 0 1 3 fi echo "Done"