2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-06 18:28:16 +00:00

Extend duration of the TSM restart

The TSM restart seemed inadequate in testing
This commit is contained in:
Jarrod Johnson
2019-12-03 17:01:47 -05:00
parent 792e41727d
commit 9786c542f1

View File

@@ -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"