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"