diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index cc293d3a5..f7fd76e5c 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -179,10 +179,13 @@ else USERSLOT=2 fi if [ "$ISITE" = 1 ]; then + allowcred.awk & + CREDPID=$! while ! remoteimmsetup do echo "Waiting for xCAT remote configuration of service processor via CMM.." done + kill $CREDPID fi CURRENTUSER=`ipmitool -d $idev user list $LANCHAN|grep ^$USERSLOT|awk '{print $2}'` DISABLEUSERS=`echo 1 2 3 4|sed -e s/$USERSLOT//` diff --git a/xCAT-nbroot2/bmcsetup b/xCAT-nbroot2/bmcsetup index cc293d3a5..f7fd76e5c 100755 --- a/xCAT-nbroot2/bmcsetup +++ b/xCAT-nbroot2/bmcsetup @@ -179,10 +179,13 @@ else USERSLOT=2 fi if [ "$ISITE" = 1 ]; then + allowcred.awk & + CREDPID=$! while ! remoteimmsetup do echo "Waiting for xCAT remote configuration of service processor via CMM.." done + kill $CREDPID fi CURRENTUSER=`ipmitool -d $idev user list $LANCHAN|grep ^$USERSLOT|awk '{print $2}'` DISABLEUSERS=`echo 1 2 3 4|sed -e s/$USERSLOT//`