📌  相关文章
📜  htcondor 守护程序未运行 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:23.934000             🧑  作者: Mango

代码示例1
If HTCondor daemons are currently running, but need to be killed and 
newly invoked, the condor_restart tool does this. This would be the 
case for a new value of a configuration variable for which using 
condor_reconfig is inadequate.

To restart all daemons on all machines in the pool,

  condor_restart -all
To restart all daemons on a single machine in the pool,

  condor_restart 
where  is replaced by the host name of the machine to be restarted.