Also let me add I have these settings in the config file:On Tue, Dec 19, 2017 at 9:29 AM, Larry Martell <larry.martell@xxxxxxxxx> wrote:
> I am doing this:
>
> import htcondor
> import classad
> condor_host = '192.168.10.2'
> coll = htcondor.Collector(condor_host)
> schedd_ad = coll.locate(htcondor.DaemonTypes.Schedd)
> schedd = htcondor.Schedd(schedd_ad)
> ad = classad.ClassAd()
>
> # set up ad
>
> id = schedd.submit(ad)
>
> RuntimeError: 'Failed to connect to schedd.'
>
> On 192.168.10.2:
>
> 4 S condor  Â32054   Â1 0 80 Â0 - 18610 poll_s Dec12 ?
> 00:00:15 /usr/sbin/condor_master -f
> 4 S root   Â32112 Â32054 0 80 Â0 - 6652 poll_s Dec12 ?
> 00:07:51 condor_procd -A /var/run/condor/procd_pipe -L
> /var/log/condor/ProcLog -R 1000000 -S 60 -C 986
> 4 S condor  Â32113 Â32054 0 80 Â0 - 13531 poll_s Dec12 ?
> 00:00:44 condor_shared_port -f
> 4 S condor  Â32117 Â32054 0 80 Â0 - 20511 poll_s Dec12 ?
> 00:07:46 condor_collector -f
> 4 S condor  Â32122 Â32054 0 80 Â0 - 15856 poll_s Dec12 ?
> 00:31:40 condor_negotiator -f
> 4 S condor  Â32123 Â32054 0 80 Â0 - 18808 poll_s Dec12 ?
> 00:00:31 condor_schedd -f
>
> From the machine running the python code:
>
> $ nmap -p 9618 192.168.10.2
>
> Starting Nmap 6.40 ( http://nmap.org ) at 2017-12-19 09:28 EST
> Nmap scan report for 192.168.10.2
> Host is up (0.00018s latency).
> PORTÂ Â ÂSTATE SERVICE
> 9618/tcp open condor
>
> Am I doing something wrong or missing something?
ENABLE_SOAP = True
ENABLE_WEB_SERVER = True
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxx.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/