[Mauiusers] Maui-SGE integration problem
Arturo Giner Gracia (BIFI)
artginer at unizar.es
Tue Mar 13 03:02:01 MDT 2007
Hi,
I have a problem trying to use maui with SGE.
My steps have been:
1- Install sge-6.0u10 and it works fine
2- Install maui-3.2.6p18 correctly
3- Disable the SGE scheduler from sgemaster
But when a submit a job,it is always in the queue with "qw" state.
It seems that there is no connection with maui.
The maui.log is:
03/13 09:57:05 ServerUpdate()
03/13 09:57:05 MSysUpdateTime()
03/13 09:57:05 INFO: starting iteration 1678
03/13 09:57:05 MSchedProcessJobs()
03/13 09:57:05 MRMGetInfo()
03/13 09:57:05 MClusterClearUsage()
03/13 09:57:05 MRMClusterQuery()
03/13 09:57:05 WARNING: no resources detected
03/13 09:57:05 MRMWorkloadQuery()
03/13 09:57:05 WARNING: no workload detected
03/13 09:57:05 MStatClearUsage(node,Active)
03/13 09:57:05 INFO: clearing usage stats for acct DEFAULT
03/13 09:57:05 INFO: clearing usage stats for class [NONE]
03/13 09:57:05 INFO: clearing usage stats for class [ALL]
03/13 09:57:05 MClusterUpdateNodeState()
03/13 09:57:05 MParUpdate(ALL)
03/13 09:57:05 INFO: P[ALL]: Total 0:0 Up 0:0 Idle 0:0 Active 0:0
03/13 09:57:05 INFO: P[ALL]: Total 0:0 Up 0:0 Idle 0:0 Active 0:0
03/13 09:57:05 INFO: jobs in queue
03/13 09:57:05 MResAdjustDRes(NULL,FALSE)
03/13 09:57:05 MQueueSelectAllJobs(Q,HARD,ALL,JIList,DP,Msg)
03/13 09:57:05 MQueueSelectAllJobs(Q,SOFT,ALL,JIList,DP,Msg)
03/13 09:57:05
MQueueSelectJobs(SrcQ,DstQ,HARD,5120,4096,2140000000,EVERY,FReason,FALSE)
03/13 09:57:05 INFO: idle job queue is empty on iteration 1678
03/13 09:57:05
MQueueSelectJobs(SrcQ,DstQ,SOFT,5120,4096,2140000000,EVERY,FReason,TRUE)
03/13 09:57:05 INFO: idle job queue is empty on iteration 1678
03/13 09:57:05
MQueueSelectJobs(SrcQ,DstQ,HARD,5120,4096,2140000000,EVERY,FReason,TRUE)
03/13 09:57:05 INFO: idle job queue is empty on iteration 1678
03/13 09:57:05
MQueueSelectJobs(SrcQ,DstQ,SOFT,5120,4096,2140000000,EVERY,FReason,TRUE)
03/13 09:57:05 INFO: idle job queue is empty on iteration 1678
03/13 09:57:05 MSchedUpdateStats()
03/13 09:57:05 INFO: iteration: 1678 scheduling time: 0.000 seconds
03/13 09:57:05 MResUpdateStats()
03/13 09:57:05 INFO: current util[1678]: 0/0 (0.00%) PH: 0.00% active
jobs: 0 of 0 (completed: 0)
03/13 09:57:05 MQueueCheckStatus()
03/13 09:57:05 MNodeCheckStatus()
03/13 09:57:05 MSysCheck()
03/13 09:57:05 MLimitEnforceAll(ALL)
03/13 09:57:05 MUClearChild(PID)
03/13 09:57:05 MParUpdate(ALL)
03/13 09:57:05 INFO: P[ALL]: Total 0:0 Up 0:0 Idle 0:0 Active 0:0
03/13 09:57:05 INFO: P[ALL]: Total 0:0 Up 0:0 Idle 0:0 Active 0:0
03/13 09:57:05 MResCheckStatus(NULL)
03/13 09:57:05 INFO: scheduling complete. sleeping 30 seconds
03/13 09:57:05 UIProcessClients(5,30)
03/13 09:57:05 MRMCheckEvents()
03/13 09:57:05 MSUAcceptClient(5,ClientSD,HostName,TCP)
03/13 09:57:05 INFO: accept call failed, errno: 11 (Resource temporarily
unavailable)
03/13 09:57:05 INFO: all clients connected. servicing requests
03/13 09:57:05 MRMCheckEvents()
03/13 09:57:05 MSUAcceptClient(5,ClientSD,HostName,TCP)
03/13 09:57:05 INFO: accept call failed, errno: 11 (Resource temporarily
unavailable)
03/13 09:57:05 INFO: all clients connected. servicing requests
03/13 09:57:05 MRMCheckEvents()
03/13 09:57:05 MSUAcceptClient(5,ClientSD,HostName,TCP)
03/13 09:57:05 INFO: accept call failed, errno: 11 (Resource temporarily
unavailable)
03/13 09:57:05 INFO: all clients connected. servicing requests
03/13 09:57:05 MRMCheckEvents()
03/13 09:57:05 MSUAcceptClient(5,ClientSD,HostName,TCP)
03/13 09:57:05 INFO: accept call failed, errno: 11 (Resource temporarily
unavailable)
03/13 09:57:05 INFO: all clients connected. servicing requests
Does anyone help me with it? I don't know what can be the problem.
And this is my maui.cfg file:
# maui.cfg 3.2.6p18
SERVERHOST mymachine
# primary admin must be first in list
ADMIN1 root
# Resource Manager Definition
RMCFG[LXSRV2] TYPE=SGE at RMNMHOST@
#RMCFG[base] TYPE=SGE
#RMCFG[base] HOST=mymachine
#RMCFG[base] PORT=6444
#RMCFG[base] server=mymachine:6444
# 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:00:30
SERVERPORT 42559
SERVERMODE NORMAL
# Admin: http://supercluster.org/mauidocs/a.esecurity.html
LOGFILE maui.log
LOGFILEMAXSIZE 10000000
LOGLEVEL 9
# Job Priority: http://supercluster.org/mauidocs/5.1jobprioritization.html
QUEUETIMEWEIGHT 1
# FairShare: http://supercluster.org/mauidocs/6.3fairshare.html
#FSPOLICY PSDEDICATED
#FSDEPTH 7
#FSINTERVAL 86400
#FSDECAY 0.80
# 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
# 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=25.0
USERCFG[arturo] PRIORITY=100 FSTARGET=10.0-
# GROUPCFG[staff] PRIORITY=1000 QLIST=hi:low QDEF=hi
# CLASSCFG[batch] FLAGS=PREEMPTEE
# CLASSCFG[interactive] FLAGS=PREEMPTOR
Thanks in advance fon any help.
More information about the mauiusers
mailing list