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

[HTCondor-users] Regarding installation of condor



Hello,
I wanna use condor with pegasus in my project. I followed all the steps in documentationÂfor installation and configuration too.
On ps aux | grep condorÂit shows
condor   Â2188 Â0.0 Â0.3 121016 12788 ?    ÂSs  11:27  0:00 /usr/sbin/condor_master -f
root    Â2307 Â0.1 Â0.1 Â27692 Â6140 ?    ÂS  Â11:28  0:03 condor_procd -A /var/run/condor/procd_pipe -L /var/log/condor/ProcLog -R 1000000 -S 60 -C 123
condor   Â2309 Â0.0 Â0.2 108432 11212 ?    ÂSs  11:28  0:00 condor_shared_port -f
condor   Â2314 Â0.0 Â0.2 111168 11608 ?    ÂSs  11:28  0:00 condor_collector -f
condor   Â2334 Â0.0 Â0.3 108880 12028 ?    ÂSs  11:28  0:00 condor_negotiator -f
condor   Â2335 Â0.0 Â0.3 109408 13044 ?    ÂSs  11:28  0:00 condor_startd -f
condor   Â2336 Â0.0 Â0.3 112796 14372 ?    ÂSs  11:28  0:00 condor_schedd -f
Means condor is installed and running perfectly. Condor_q is working fine as docs
But condor_status shows error Error: can't find collector.
OS- UBUNTU 18.04

Please suggest the changes whichÂi have to do now ?Â

Best