2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00

Confirmed that there is another deeper problem

Extend and retry bringup attempt
This commit is contained in:
Jarrod Johnson
2019-12-03 12:04:05 -05:00
parent 70c13189cd
commit 5b98b4c7b6

View File

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