[Mauiusers] Getting started
decon brody
decon.brody at gmail.com
Mon Aug 15 10:06:33 MDT 2005
hello all, I'm working on a machine that has maui pre-installed and
I'm trying to get it running with little luck. Here's what I know
about the installation...
this was the command line used to config maui
./configure --with-pbs=/opt/torque --with-machine=master
--with-spooldir=/var/spool/maui --prefix=/opt/maui CC=gcc
LDFLAGS='-L/usr/lib64 -L/usr/X11R6/lib64' --libdir=/opt/maui/lib
make && make install were used. All of the paths in the above match.
my maui.cfg is at the end of this mail btw.
I tried running in both normal and test modes (I don't have the two
.trace files so sim mode doesn't work) and when I run any command, I
get the error:
[root at master maui]# showq
ERROR: lost connection to scheduler
08/12 17:10:02 ERROR: cannot request service (status)
maui, torque and pbs_mom are all running:
10855 ? Ss 0:02 /opt/torque/sbin/pbs_mom
10859 pts/5 S 0:00 /opt/maui/sbin/maui
10863 ? Ss 0:00 /opt/torque/sbin/pbs_server
I'm really not sure where to go from here. I've used pbs_sched plenty
but this is the first time I've tried maui.
Any help would be VERY appreciated.
thanks for your time
decon
# maui.cfg 3.2
SERVERHOST master
# primary admin must be first in list
ADMIN1 root
ADMIN2 mpiadmin
RMCFG[base] TYPE=PBS
# begin changes made by me
#RMTYPE[0] PBS
#SIMRESOURCETRACEFILE traces/Resource.Trace1
#SIMWORKLOADTRACEFILE traces/Workload.Trace1
# end changes made by me
# 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 3
# 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[john] PRIORITY=100 FSTARGET=10.0-
# GROUPCFG[staff] PRIORITY=1000 QLIST=hi:low QDEF=hi
# CLASSCFG[batch] FLAGS=PREEMPTEE
# CLASSCFG[interactive] FLAGS=PREEMPTOR
More information about the mauiusers
mailing list