2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-04 01:08:18 +00:00

Enable IPMI over IPv6 for SR635/SR655

This commit is contained in:
Jarrod Johnson
2019-12-05 09:58:14 -05:00
parent f7becef99e
commit 943905724e

View File

@@ -242,6 +242,7 @@ elif [ "$IPMIMFG" = "19046" -a "$XPROD" = "1287" ]; then
fi
echo -n "Ready"
ipmitool raw 0x3c 0x70 0 1 2> /dev/null
ipmitool raw 0x3c 0x70 1 1 2> /dev/null
USBSTATE=$(ipmitool raw 0x32 0xab)
#ipmitool raw 0x32 0xaa 0
elif [ "$IPMIMFG" == 20301 -o "$IPMIMFG" == 19046 -a "$XPROD" != 502 ] ; then