User Tools

Site Tools


administration:torque-maui-config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
administration:torque-maui-config [2009/05/06 16:54] damiradministration:torque-maui-config [2009/05/06 16:57] (current) damir
Line 7: Line 7:
 where ''command'' is ''set | unset | print | create | delete | list'', ''names'' is a list of object names such as a queue name, and attributes are various object properties. Refer to the following links for detailed information on [[http://www.clusterresources.com/torquedocs21/a.bserverparameters.shtml#open|server]] and [[http://www.clusterresources.com/torquedocs21/4.1queueconfig.shtml|queue]] parameters. where ''command'' is ''set | unset | print | create | delete | list'', ''names'' is a list of object names such as a queue name, and attributes are various object properties. Refer to the following links for detailed information on [[http://www.clusterresources.com/torquedocs21/a.bserverparameters.shtml#open|server]] and [[http://www.clusterresources.com/torquedocs21/4.1queueconfig.shtml|queue]] parameters.
  
-The directive ''print server'' (''qmgr -c "print server"'' or ''qmgr -c "p s"'') prints all the server configuration in a format that is just the list of commands that needs to be given to qmgr to reconfigure the server exactly as it is. Example:+The directive ''print server'' (''qmgr -c "print server"'' or ''qmgr -c "p s"'') prints all the server configuration in a format that is just the list of commands that needs to be given to qmgr to reconfigure the server exactly as it is. Example:\\ 
 +configuration at 6 of May 2009. 
 <code> <code>
 [root@licossrv4 maui]# qmgr -c 'p s' [root@licossrv4 maui]# qmgr -c 'p s'
Line 182: Line 184:
  
 </code> </code>
 +
  
 ==== Maui ==== ==== Maui ====
 Maui reads its configuration from a simple text file: ''/usr/local/maui/maui.cfg''. Here is a [[http://www.clusterresources.com/products/maui/docs/a.fparameters.shtml|full list of parameters]], and here the [[http://www.clusterresources.com/products/maui/docs/mauiadmin.pdf|the maui administration guide in pdf]]. Maui reads its configuration from a simple text file: ''/usr/local/maui/maui.cfg''. Here is a [[http://www.clusterresources.com/products/maui/docs/a.fparameters.shtml|full list of parameters]], and here the [[http://www.clusterresources.com/products/maui/docs/mauiadmin.pdf|the maui administration guide in pdf]].
 +
 +current configuration 6 of may 2009
 +<code>
 +# maui.cfg 3.2.6p19
 +
 +SERVERHOST            iscsrv27.epfl.ch
 +# primary admin must be first in list
 +ADMIN1                root damir cangiani
 +ADMIN2                damir cangiani
 +ADMINHOST             localhost iscsrv27 iscsrv27.epfl.ch lthipc1.epfl.ch lthipc1
 +
 +# Resource Manager Definition
 +RMTYPE[0] PBS
 +RMHOST[0] iscsrv27.epfl.ch
 +RMPOST[0] 15001
 +
 +#RMCFG[LICOSSRV4.EPFL.CH] TYPE=PBS@RMNMHOST@
 +
 +# Allocation Manager Definition
 +
 +AMCFG[bank]  TYPE=NONE
 +
 +# full parameter docs at http://supercluster.org/mauidocs/a.fparameters.html
 +# use the 'schedctl -l' command to display current configuration
 +
 +RMPOLLINTERVAL        00:01:00
 +
 +SERVERPORT            42559
 +#SERVERPORT            15004
 +SERVERMODE            NORMAL
 +#SERVERMODE            TEST
 +
 +# Admin: http://supercluster.org/mauidocs/a.esecurity.html
 +
 +
 +LOGFILE               maui.log
 +LOGFILEMAXSIZE        100000000
 +LOGLEVEL              3
 +
 +# Job Priority: http://supercluster.org/mauidocs/5.1jobprioritization.html
 +
 +QUEUETIMEWEIGHT       
 +JOBPRIOACCRUALPOLICY  FULLPOLICY
 +MAXJOBQUEUEDPERUSER   32
 +# MAXPROCPERUSER        0
 +XFWEIGHT              200
 +
 +# FairShare: http://supercluster.org/mauidocs/6.3fairshare.html
 +
 +FSPOLICY              DEDICATEDPES
 +FSDEPTH               7
 +FSINTERVAL            86400
 +FSDECAY               0.80
 +
 +FSWEIGHT              20
 +FSUSERWEIGHT          1
 +FSGROUPWEIGHT         0
 +USERCFG[DEFAULT]      FSTARGET=100
 +
 +# Throttling Policies: http://supercluster.org/mauidocs/6.2throttlingpolicies.html
 +
 +# NONE SPECIFIED
 +
 +# Backfill: http://supercluster.org/mauidocs/8.2backfill.html
 +
 +BACKFILLPOLICY        FIRSTFIT
 +RESERVATIONPOLICY     CURRENTHIGHEST
 +
 +# Node Allocation: http://supercluster.org/mauidocs/5.2nodeallocation.html
 +
 +# NODEALLOCATIONPOLICY  MINRESOURCE
 +# get always the fastest node instead
 +NODEALLOCATIONPOLICY  FASTEST
 +
 +# QOS: http://supercluster.org/mauidocs/7.3qos.html
 +
 +# QOSCFG[hi]  PRIORITY=100 XFTARGET=100 FLAGS=PREEMPTOR:IGNMAXJOB
 +# QOSCFG[low] PRIORITY=-1000 FLAGS=PREEMPTEE
 +
 +# Standing Reservations: http://supercluster.org/mauidocs/7.1.3standingreservations.html
 +
 +# SRSTARTTIME[test] 8:00:00
 +# SRENDTIME[test]   17:00:00
 +# SRDAYS[test]      MON TUE WED THU FRI
 +# SRTASKCOUNT[test] 20
 +# SRMAXTIME[test]   0:30:00
 +
 +# Creds: http://supercluster.org/mauidocs/6.1fairnessoverview.html
 +
 +# USERCFG[DEFAULT]      FSTARGET=100
 +# GROUPCFG[DEFAULT]     FSTARGET=100
 +# USERCFG[john]         PRIORITY=100  FSTARGET=10.0-
 +# GROUPCFG[staff]       PRIORITY=1000 QLIST=hi:low QDEF=hi
 +# CLASSCFG[batch]       FLAGS=PREEMPTEE
 +# CLASSCFG[interactive] FLAGS=PREEMPTOR
 +
 +# node configurations
 +# NODECFG[nodename] properties list
 +# where nodename can also be 'DEFAULT', and (some of the) properties are
 +# PARTITION=string a way to group machines. Multi CPU jobs are always
 +# runned within the same partition.
 +#                       (e.g. PARTITION=algo_cluster) It can also be used to
 +# give exclusive use of certain machines to a given group
 +# GROUPCFG[algo] PLIST=algo_cluster
 +# PROCSPEED=integer the processor clock in MHz
 +# SPEED=float the overall speed of the machine with respect to a
 +# standard reference. 0.0 < float <= 100.0
 +# FEATURES=stringlist a set of "opaque" feature of the node (e.g. 
 +# FEATURES=Opteron:myrinet:fpga:matlab
 +# MAXJOB=integer maximum number of job that can run simultaneusly
 +#
 +#NODECFG[DEFAULT] MAXLOAD=2.5
 +#NODECFG[DEFAULT] MAXJOB=2
 +
 +DEFERTIME 0
 +
 +</code>
  
administration/torque-maui-config.1241628870.txt.gz · Last modified: 2009/05/06 16:54 by damir