Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Tools/Manuals/TS128"

From EGIWiki
Jump to navigation Jump to search
(Created page with '{{TOC_right}} Category:FAQ ------ Back to Administration FAQ ------ = How to reserve CPU resources for monitoring jobs (SAM) = == Soluti…')
 
Line 22: Line 22:
* Note: the desired priority for <font face="Courier New,Courier">dteam</font> will depend on your NGI/ROC policy, high priority for <font face="Courier New,Courier">ops</font> may be sufficient.
* Note: the desired priority for <font face="Courier New,Courier">dteam</font> will depend on your NGI/ROC policy, high priority for <font face="Courier New,Courier">ops</font> may be sufficient.
* More information:
* More information:
:* https://www.sysadmin.hep.ac.uk/wiki/Maui
** https://www.sysadmin.hep.ac.uk/wiki/Maui
:* http://www.adaptivecomputing.com/resources/docs/maui/7.1.5managingreservations.php
** http://www.adaptivecomputing.com/resources/docs/maui/7.1.5managingreservations.php

Revision as of 10:44, 18 September 2011


Back to Administration FAQ


How to reserve CPU resources for monitoring jobs (SAM)

Solution for Maui

  • The following example configuration lines give high priority to ops and dteam and reserve 1 CPU for 1 task in those groups
GROUPWEIGHT     1
GROUPCFG[ops] PRIORITY=1000000
GROUPCFG[dteam] PRIORITY=1000000

SRCFG[dteam] FLAGS=SPACEFLEX
SRCFG[dteam] TASKCOUNT=1 RESOURCES=PROCS:1
SRCFG[dteam] PERIOD=INFINITY
SRCFG[dteam] CLASSLIST=dteam,ops