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

[HTCondor-users] condor_status does not show working nodes...



hi,

I just installed a cluster having two working nodes but condor_status does not show none of them.

In the master node the following processes are running:

[vagrant@condor-master ~]$ ps ax | grep condor
24355 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 /opt/condor806/sbin/condor_master
24356 ?ÂÂÂÂÂÂÂ SÂÂÂÂÂ 0:00 condor_procd -A /tmp/condor-lock.0.178442601421015/procd_pipe -L /opt/condor806/local.condor-master/log/ProcLog -R 10000000 -S 60 -C 503
24357 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 condor_collector -f
24358 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 condor_negotiator -f
24359 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 condor_schedd -f


and one working node is running the following processes:

[vagrant@wn-02 ~]$ ps ax | grep condor
24334 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 /opt/condor806/sbin/condor_master
24335 ?ÂÂÂÂÂÂÂ SÂÂÂÂÂ 0:00 condor_procd -A /tmp/condor-lock.0.403517255167575/procd_pipe -L /opt/condor806/local.wn-02/log/ProcLog -R 10000000 -S 60 -C 503
24336 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 condor_startd -f


Any ideas what is going wrong?

Thanks,