Work with more IBM products under the vendor ID 20301 if someone requests 'BMCPORT'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11356 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-01-05 20:27:44 +00:00
parent 083be780f4
commit 61037f8329

View File

@ -70,7 +70,6 @@ if [ "$IPMIMFG" == 2 ]; then #IBM
fi
elif [ "$IPMIMFG" == 20301 ] ; then
XPROD=`ipmitool mc info|grep "^Product ID"|awk '{print $4}'`
if [ "$XPROD" == "220" ]; then
LOCKEDUSERS=1
BMCPORT=`grep bmcport /tmp/ipmicfg.xml |awk -F\> '{print $2}'|awk -F\< '{print $1}'`
if [ ! -z "$BMCPORT" ]; then
@ -80,7 +79,6 @@ elif [ "$IPMIMFG" == 20301 ] ; then
let idev=idev-1
done
fi
fi
fi
echo -n "Auto detecting LAN channel..."