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

Re: [Condor-users] Can't find address of local schedd



Hi Marcelo,

Marcelo Chiapparini schrieb:
> I am running Condor 7.05 in a Rocks 5.1 cluster. Users were submitting
> jobs normally, but today, suddenly, Condor doesn't accept any jobs.
> Below is the message we obtain when trying to submit:
> 
> $ condor_submit hello.sub
> 
> ERROR: Can't find address of local schedd
> 

if even the condor_master is dead, you might want to look into the log
files (path will vary, is governed by your configuration) and then
restart the master (which will take care of the other daemons).

For me it would be /etc/init.d/condor start, but it might be just
condor_master for you...

HTH

Carsten