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

Re: [Condor-users] Condor 7.2.1 Released!



Rob wrote:
Hi,

A bug in the Windows msi installation package has regressed into
version 7.2.1:

Hi Rob,

This may just be a bug in our manual. Try adding the missing R:

HOSTALLOWADMINISTRATOR
                 ^

We'll fix the typo in the manual. Let us know if it's still not working after fixing the spelling.

Thanks,

Greg Quinn
Condor Team



When I do the 'unattended' Windows install, according the manual,
with the following install batch file:

@echo on
set ARGS=
set ARGS=%ARGS% NEWPOOL=N
set ARGS=%ARGS% POOLNAME="SK Library"
set ARGS=%ARGS% RUNJOBS=C
set ARGS=%ARGS% VACATEJOBS=Y
set ARGS=%ARGS% SUBMITJOBS=N
set ARGS=%ARGS% CONDOREMAIL=""
set ARGS=%ARGS% SMTPSERVER=""
set ARGS=%ARGS% HOSTALLOWREAD="125.125.0.0/16"
set ARGS=%ARGS% HOSTALLOWWRITE="125.125.0.0/16"
set ARGS=%ARGS% HOSTALLOWADMINISTATOR="MYBLABLA"
set ARGS=%ARGS% INSTALLDIR="C:\condor"
set ARGS=%ARGS% INSTALLDIR_NTS="C:\condor"
set ARGS=%ARGS% POOLHOSTNAME="sk.univ.net"
set ARGS=%ARGS% ACCOUNTINGDOMAIN="none"
set ARGS=%ARGS% JVMLOCATION="java.exe"
set ARGS=%ARGS% USEVMUNIVERSE=N
set ARGS=%ARGS% VMVERSION=""
set ARGS=%ARGS% VMMEMORY=""
set ARGS=%ARGS% VMMAXNUMBER=""
set ARGS=%ARGS% VMNETWORKING=N
set ARGS=%ARGS% STARTSERVICE=N

msiexec /qb /i condor-7.2.1-winnt50-x86.msi %ARGS%



(Notice the macro setting  HOSTALLOWADMINISTATOR="MYBLABLA" ).

After running this script, a condor_config file is created according the ARGS
macro settings.

However, the HOSTALLOWADMINISTATOR ARGS has no effect at all.
There is no  MYBLABLA  in the condor_config file.
Instead, the general installation default appears on line 180:

   HOSTALLOW_ADMINISTRATOR = $(FULL_HOSTNAME)


This is somewhat annoying!

Regards,
Rob.



_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/