domingo, 7 de abril de 2019

Instructions for restart PBS Torque

Instructions for restart PBS Torque

Server:

qterm
service trqauthd stop
service pbs_server stop

pbs_sched enable
service trqauthd start
service pbs_server start


If service stop is not working:

ps aux | grep trqauthd
or
ps aux | grep pbs_server

and

kill -9 <PID PROCESS>


Node:

We must stop or kill the pbs_mom service:

service pbs_mom stop

if it doesn't work, we check the PID process for pbs_mom:

ps aux | grep pbs_mom

and then kill the process

kill -9 <PID PROCESS>

Finally, restart the system:

service pbs_mom start

No hay comentarios:

Publicar un comentario