sungridengine - Purging Dead Nodes from SGE -


my qstat -g c indicates have dead nodes (formally 'cdsue'):

cluster queue                   cqload   used    res  avail  total aoacds  cdsue   -------------------------------------------------------------------------------- all.q                             0.11     18      0      9     37      0     10  

is there easy way purge or remove these nodes queue?

sge smart enough not allocate work them clutter various displays.

i hardway.

  1. kill jobs "running" or stuck on dead nodes.
  2. run qconf remove node pipeline

-

qconf -dattr hostgroup hostlist <nodealias> @allhosts' qconf -purge queue slots all.q@<nodealias> qconf -dconf <nodealias> qconf -de <nodealias> 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -