EXECHOST_STARTUP hook not run when the node first comes up and gets the hook from the server

I am trying to write a hook to do some health checking on a node when it comes up. I have a exechost_startup hook on the server that gets copied over to the compute node when it first comes up but it is not run. If I manually restart pbs on the compute node then the hook is run as expected. Is there a way to get it to run when the node first comes up and gets the hook copied over? I am using v19.1.1

Hi @jon, I don’t think there is since the hook is not present when the node actually comes up, but you can HUP the mom and the exechost_startup hook will run, maybe that helps?