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

Re: [HTCondor-users] basic configuration problem



Thanks Greg,

I should have read the comments in the post the condor_config.local was reconfiguring the values

Regards,

Hugh


On Tue, Jun 18, 2013 at 2:49 PM, Greg Thain <gthain@xxxxxxxxxxx> wrote:
On 06/18/2013 04:42 PM, Hugh Jennings wrote:
HI,

I am following this set of instruction http://spinningmatt.wordpress.com/2011/06/12/getting-started-creating-a-multiple-node-condor-pool/ and I am not getting the correct results.

I have created the file /etc/condor/config.d/40root.config as described in the blog.  

vi /etc/condor/config.d/40root.config
CONDOR_HOST = myhost.mydomain.ca
DAEMON_LIST = MASTER, STARTD
ALLOW_WRITE = $(ALLOW_WRITE), $(CONDOR_HOST)
and started the condor service 

service condor start

However when I execute "pstree | grep condor" I get

     |-condor_master-+-condor_collecto
     |               |-condor_negotiat
     |               |-condor_procd
     |               |-condor_schedd
     |               `-condor_startd---condor_kflops

instead of

     |-condor_master---condor_startd

as suggested in the document.

I am running HTCondor 8 on Oracle Linux 6 installed from the repository in this file htcondor-stable-rhel6.repo

Any suggestions as to what I am doing wrong would be appreciated


Run

condor_config_val -v DAEMON_LIST

And it will tell you the line number where DAEMON_LIST is being redefined.

_Greg


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx 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/