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

Re: [Condor-users] Error: Could not fetch ads --- can't find collector



At 12:01 PM 3/7/2006 -0600, you wrote:
I hav setup condor-6.6.10 on fedora core-3 with globus -4, one machine is configured as head node ( not proxy server) and other as client node, after long trouble also , Im unable to solve the problem


IN THE HEAD NODE

[root@ca1 ~]# ps -ef | egrep condor_
condor    6623     1  0 14:50 ?        00:00:00 condor_master
condor    6625  6623  0 14:50 ?        00:00:00 condor_schedd -f
condor    6656     1  0 14:51 ?        00:00:00 condor_collector
condor    6662     1  0 14:51 ?        00:00:00 condor_negotiator
root      6672  6563  0 14:52 pts/2    00:00! :00 egrep condor_


[root@ca1 ~]# condor_status
Error:  Could not fetch ads --- can't find collector

Do you see any errors in the CollectorLog?

IN CLIENT NODE

[root@nodeA sbin]# ps -ef | egrep condor_
root      3629  3551  0 14:52 pts/2    00:00:00 egrep condor_



[root@nodeA sbin]# condor_q
Error:

A schedd has to be running on any machine that you wish to do condor_q or condor_submit on.

-alain