Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] how to restart JobRouter ?
- Date: Fri, 20 Mar 2026 22:16:17 +0100
- From: Stefano Belforte <stefano.belforte@xxxxxxx>
- Subject: Re: [HTCondor-users] how to restart JobRouter ?
thanks John,
looks like condor_off/on did the trick.
Here's log (did sudo su after first command for simplicity):
belforte@vocms0137/~> sudo condor_off -daemon JOB_ROUTER
Sent "Kill-Daemon" command for "JOB_ROUTER" to local master
Sent "Kill-Daemon" command for "JOB_ROUTER" to local master
belforte@vocms0137/~> tail /var/log/condor/JobRouterLog
03/20/26 22:09:14 Caught SIGTERM: si_pid=2914741 si_uid=0
03/20/26 22:09:14 Got SIGTERM. Performing graceful shutdown.
03/20/26 22:09:14 main_shutdown_graceful() called
03/20/26 22:09:16 **** condor_job_router (condor_JOB_ROUTER) pid 2914801
EXITING WITH STATUS 0
belforte@vocms0137/~>
[root@vocms0137 belforte]# condor_who -daemons -quick|grep -i router
JOB_ROUTER = "Hold"
JOB_ROUTER_PID = 0
JobRouter  no  Â0
<188.185.51.8:4080?addrs=[2001-1458-d00-61--100-435]-4080+188.185.51.8-4080&alias=vocms0137.cern.ch&noUDP&sock=job_router_2914741_777a>
[root@vocms0137 belforte]#
condor_on: unknown host JOB_ROUTER
[root@vocms0137 belforte]# condor_on -daemon JOB_ROUTER
Sent "Spawn-Daemon" command for "JOB_ROUTER" to local master
[root@vocms0137 belforte]#
and then in JobRouterLog
03/20/26 22:09:16 **** condor_job_router (condor_JOB_ROUTER) pid 2914801
EXITING WITH STATUS 0
03/20/26 22:11:56 Setting maximum file descriptors to 46080.
03/20/26 22:11:56 ******************************************************
03/20/26 22:11:56 ** condor_job_router (CONDOR_JOB_ROUTER) STARTING UP
03/20/26 22:11:56 ** /usr/libexec/condor/condor_job_router
I am fine !
will check Âlater what was in the MasterLog after you ran
"condor_restart -daemon JOB_ROUTER", and send in a new message
Stefano