[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] HTCondor Command Line Installation



We have not made any substantive changes to the installer for 8.0.5.
We did remove some obsolete code - The HDFS config wasn't actually doing
anything useful, so we removed that page.

Your bat file works just fine on my machine. although I did change it so
that the condor install location was set in the batch file rather than being
passed as an argument before I ran it.

    set ARGS=%ARGS% INSTALLDIR=C:\Condor

instead of

    set ARGS=%ARGS% INSTALLDIR=%1

I have to wonder if something you passed as an argument to the batch file
is the reason for the error messages. 

was there any clue in condor-install-log.txt ?

-tj

On 1/21/2014 3:37 AM, daniel popu wrote:
Hi,
 
Yes it is the installer.
 
Shortly the bat file looks like below:
 
*********************************************
@echo on
set ARGS=
set ARGS=NEWPOOL="N"
....
set ARGS=%ARGS% POOLHOSTNAME="$(IP_ADDRESS)"
.....
 
msiexec /norestart /qb /l* condor-install-log.txt /i "condor-8.0.5-212140-Windows-x86.msi" %ARGS%