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

Re: [HTCondor-users] how to restart JobRouter ?



apparently this works
1) ps auxw|grep -i router
2) note the PID of condor_job_router
3) kill -SIGTERM PID

then condor master restarts it. While a condor_restart, as feared,
made the AP go into a 15min "breath" with all running jobs lost.

Let me know if I should be doing otherwise

Stefano