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

[Condor-users] condor_on -all?



Hello,

How do I use condor_on to start condor daemons on other machines. 

Here's a transcript of my session. ####RBU: is my comment

####RBU: My required daemons are running:

[root@condor1 condor]# ps awx | grep cond
 4107 ?        Ss     0:00 condor_master
 4108 ?        Ss     0:00 condor_collector -f
 4109 ?        Ss     0:00 condor_schedd -f
 4110 ?        Ss     0:00 condor_negotiator -f
 4115 pts/0    S+     0:00 grep cond

####RBU: Shut down the daemons on other nodes
[root@condor1 condor]# condor_off -all
Sent "Kill-All-Daemons" command to master condor1.xxxx
Sent "Kill-All-Daemons" command to master condor2.xxxx

####RBU: Both condor1 and condor2 show this
[root@condor1 condor]# ps awx | grep cond
 4107 ?        Ss     0:00 condor_master
 4118 pts/0    S+     0:00 grep cond

####RBU: Now I want to start all the daemons on all nodes in the pool.

## Hangs here
root@condor1 log]# condor_on -all

####RBU: ctrl-C

[root@condor1 log]# condor_on -master
Sent "Spawn-All-Daemons" command to local master
[root@condor1 log]# ps awx | grep cond
 4107 ?        Ss     0:00 condor_master
 4389 ?        Ss     0:00 condor_collector -f
 4390 ?        Ss     0:00 condor_schedd -f
 4391 ?        Ss     0:00 condor_negotiator -f
 4396 pts/0    S+     0:00 grep cond
[root@condor1 log]# condor_on -all
Found no ClassAds when querying pool (local)
Can't find addresses for master's for -all
Perhaps you need to query another pool.

Is it possible  to do what I am trying? If so, what does this last error
mean? and how do I get around it?

tia,
Raghu