Fix problem with certain levels of x3755 M3 firmware

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14074 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-10-22 14:03:24 +00:00
parent c101ca6858
commit f9decc9b87

View File

@ -57,6 +57,8 @@ if [ "$IPMIMFG" == 2 ]; then #IBM
let idev=idev-1
done
fi
elif [ "$XPROD" == "291" ]; then
LOCKEDUSERS=1
else
IBMFAM=`ipmitool raw 0x3a 0x50 |head -n 1| awk '{print $1 $2 $3 $4}'`
if [ "$IBMFAM" == "59554f4f" ]; then