edit · history · print

General information

Setting queues to draining status

Draining state means that no new jobs will be accepted to the queue. This will not however stop already queued jobs from running.

The draining status is automatically derived by the GIP plugin if queue enabled attribute is set to False. Therefore:

 qmgr -c  's q QUEUNAME enabled = False'

To get queue back online:

 qmgr -c  's q QUEUNAME enabled = True'

GIP

Dynamic information is generated by GIP plugins and providers that reside in

 /opt/glite/etc/gip/plugin
 /opt/glite/etc/gip/provider

just run them under edguser to see what information will reach infosystem.

edit · history · print
Page last modified on July 09, 2008, at 08:29 AM