Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] URI for scheduler and collector services
- Date: Tue, 20 Dec 2005 7:26 -0600
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] URI for scheduler and collector services
...... Original Message .......
On Tue, 20 Dec 2005 15:00:03 +0800 Sameer Bahl <sameer.bahl@xxxxxxxxx>
wrote:
>Hi all,
>
>I have just recently started working with Condor. Can someone tell me what
are the URI's for the scheduler and collector services. I was unable to
figure them out from the birdbath documentation.
>
By the URI, you mean the ip and port, right? The transport is http.
So the ip is, of course, the ip of the machine(s).
For the ports, the collector runs on port 9618 by default. The schedd runs
on a dynamic port by default, so ideally your web service would query the
collector for the schedd ad, and the schedd ad contains an attribute
containing the ip and port where the schedd is listening.
However, you can also just tell the schedd to run on a well known port via
the "-p" command line argument. So for example assuming the schedd is
being started by the condor_master as usual, to run the schedd on port
9111, put the following into condor_config :
SCHEDD_ARGS = -p 9111
and restart Condor.
Regards,
Todd
___
Sent from a Palm PDA