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

Re: [Condor-users] Problem with condor_collector



The Central Manager needs to have a Negotiator and a Collector on it, so you'll need to modify the DAEMON_LIST to include COLLECTOR, NEGOTIATOR.

Rob

cluster@xxxxxxxxx wrote:
Hello ppl, i am a condor noob and i have some problems with condor.

I install condor with condor_7.1.0-2_amd64.deb package and everything looks installed fine.
i create condor user and /home/condor directory.
i attache the configuration files /etc/condor/condor_config and /home/condor/condor_config.local

i start condor with /etc/init.d/condor start

and a ps gives me
condor    2780  0.3  0.1  18684  2704 ?        Ss   14:12   0:00 /usr/sbin/condor_master
condor    2781  0.1  0.1  20088  3888 ?        Ss   14:12   0:00 condor_schedd -f
condor    2782 95.8  0.1  19948  3780 ?        Ss   14:12   0:05 condor_startd -f
root 2783 0.0 0.0 11960 1472 ? S 14:12 0:00 condor_procd -A /var/lock/procd_pipe.SCHEDD -S 60 -C 104

netstat ...

tcp        0      0 195.251.124.119:51942   0.0.0.0:*               LISTEN     2781/condor_schedd
tcp        0      0 195.251.124.119:37991   0.0.0.0:*               LISTEN     2782/condor_startd
tcp        0      0 195.251.124.119:35322   0.0.0.0:*               LISTEN     2781/condor_schedd
tcp        0      0 195.251.124.119:46045   0.0.0.0:*               LISTEN     2780/condor_master
udp        0      0 195.251.124.119:46045   0.0.0.0:*                          2780/condor_master
udp        0      0 195.251.124.119:51942   0.0.0.0:*                          2781/condor_schedd
udp        0      0 195.251.124.119:37991   0.0.0.0:*                          2782/condor_startd
udp        0      0 195.251.124.119:35322   0.0.0.0:*                          2781/condor_schedd


condor_status

# condor_status
CEDAR:6001:Failed to connect to <195.251.124.119:9618>
Error: Couldn't contact the condor_collector on blade05.teilar.gr:9618.

Extra Info: the condor_collector is a process that runs on the central
manager of your Condor pool and collects the status of all the machines and
jobs in the Condor pool. The condor_collector might not be running, it might
be refusing to communicate with you, there might be a network problem, or
there may be some other problem. Check with your system administrator to fix
this problem.

If you are the system administrator, check that the condor_collector is
running on blade05.teilar.gr:9618, check the HOSTALLOW configuration in your
condor_config, and check the MasterLog and CollectorLog files in your log
directory for possible clues as to why the condor_collector is not
responding. Also see the Troubleshooting section of the manual.

can you help me plz?? this is the central manager.


------------------------------------------------------------------------

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/