Fix various mistakes in bmcsetup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12432 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
83e79a0991
commit
7c2e989bb8
@ -145,7 +145,7 @@ if [ $IPCFGMETHOD="static" ]; then
|
||||
TRIES=0
|
||||
fi
|
||||
else
|
||||
let idev=NUMBMCS-1
|
||||
let idev=NUMBMCS
|
||||
while [ $idev -gt 0 ]; do
|
||||
let idev=idev-1
|
||||
TRIES=0
|
||||
@ -157,7 +157,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
let idev=NUMBMCS-1
|
||||
let idev=NUMBMCS
|
||||
while [ $idev -gt 0 ]; do
|
||||
let idev=idev-1
|
||||
TRIES=0
|
||||
@ -176,7 +176,7 @@ if [ ! -z "$LOCKEDUSERS" ]; then
|
||||
else
|
||||
USERSLOT=2
|
||||
fi
|
||||
if [ "$ISITE" = 1 ];
|
||||
if [ "$ISITE" = 1 ]; then
|
||||
while ! remoteimmsetup
|
||||
do
|
||||
echo "Waiting for xCAT remote configuration of service processor via CMM.."
|
||||
|
Loading…
Reference in New Issue
Block a user