mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	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:
		@@ -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.."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user