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

[HTCondor-users] how to restart JobRouter ?



I am failing to restart Job Router daemon on my AP.
The reason is that I edited the routing table and want the new one to be used.

It works (of course) if I send a full condor_restart. But that's a bit drastic since
it restart also the schedd daemon which is a heavy and unpleasant thing on
a loaded AP, with not all shadows reconnecting etc.
I tried variations of
Âcondor_restart -daemon JOB_ROUTER

like : JobRouter, Job_Router, job_router, jobrouter ...
but always get
Can't find address for local <same string I typed>

The name JOB_ROUTER appears in MasterLog and JobRouterLog, while the process name is condor_job_router.

Is this operation simply impossible ? Like.. only the schedd can do it ?
Or shall I send a SIGTERM and hopefully condor_master will restart it ?

Thanks

Stefano