From 61037f8329b8f4ba37a1ecc75c95be6fd2c7bbcb Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 5 Jan 2012 20:27:44 +0000 Subject: [PATCH] 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 --- xCAT-nbroot2/bmcsetup | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-nbroot2/bmcsetup b/xCAT-nbroot2/bmcsetup index 36e3eac49..171fd4018 100755 --- a/xCAT-nbroot2/bmcsetup +++ b/xCAT-nbroot2/bmcsetup @@ -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..."