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

Enable IPMI on SR635/SR655

This commit is contained in:
Jarrod Johnson
2019-11-15 14:51:14 -05:00
parent 961c286c07
commit 02da8a6b4f

View File

@@ -234,6 +234,7 @@ elif [ "$IPMIMFG" = "19046" -a "$XPROD" = "1287" ]; then
else
LANCHAN=8
fi
ipmitool raw 0x3c 0x70 0 1
#USBSTATE=$(ipmitool raw 0x32 0xab)
#ipmitool raw 0x32 0xaa 0
elif [ "$IPMIMFG" == 20301 -o "$IPMIMFG" == 19046 -a "$XPROD" != 502 ] ; then