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

Re: [Condor-users] Condor Daemons not able to communicate



On Feb 28, 2006, at 7:19 PM, Abhishek Agrawal wrote:

I have set up two condor machines and started the master daemon on both of them. Both the machines are running the required processes as mentioned in the manual. I also checked the address binding of the daemons and they seem to be binding to the correct IP addresses. The machines are able to ping each other with these IP addresses. However, it seems that the two condor
daemons are not able to communicate with each other as when I do
condor_status on either machine, it shown only one machine i.e. the machine
on which I do condor_status.

It appears you have each machine set up to be its own central manager. What you need to do is make one machine the central manager and have the other machine report to it. If you used condor_configure to set up Condor, run it again on the second machine with these additional arguments: --type=submit,execute --central-manager=<machine1>

+--------------------------------+-----------------------------------+
|           Jaime Frey           | I used to be a heavy gambler.     |
|       jfrey@xxxxxxxxxxx        | But now I just make mental bets.  |
| http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind.        |
+--------------------------------+-----------------------------------+