From 9590e98580671c6bcd6e6cd088c5650771a1338b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 22 Oct 2012 13:57:40 +0000 Subject: [PATCH] Fix problem with certain levels of x3755 M3 firmware git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/bmcsetup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-nbroot2/bmcsetup b/xCAT-nbroot2/bmcsetup index 0c10754dd..cc293d3a5 100755 --- a/xCAT-nbroot2/bmcsetup +++ b/xCAT-nbroot2/bmcsetup @@ -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