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

Re: [Condor-users] Newbie Question



On 07/06/2011 02:17 PM, Smith, Herb wrote:
Hello Condor Users,

I have a, hopefully simple, newbie question.  I believe I have set up
successfully a Condor queue on a master machine and also added one
additional machine to the pool.  This is all on Windows XP.  The
problem that I seem to have is that when I do condor_status on the
master node, it does not seem to see the other machine in the pool.
It does see the dual core processor of its own.  If I go to the other
machine in the pool and do condor_status, it reports the cores
available on the master node, but again does not report any resources
for itself.

It appears that the second machine is connected to the pool, however,
does not seem to have indicated that it is available to run any jobs.
Is there a simple way to determine this and to fix it?

Thanks in advance,

Herb Smith

The canned response is that you probably have a firewall up on one or both of the machines, except you can run condor_status from the second machine and see the first.

It is possible that the default security configuration in Condor is slowing you down. A good deal of the basic setup is described in -

http://spinningmatt.wordpress.com/2011/06/12/getting-started-creating-a-multiple-node-condor-pool/

It is primarily for Linux, but should give you a good idea of how to get started.

For instance, you might check the processes running on the secondary machine, or see if you have PERMISSION DENIED messages in the COLLECTOR_LOG.

Best,


matt