Hi Bernard, I finally solved the problem of downloading the image commenting 
the rows in the systemimager master script that attempted to mount JFS and XFS 
filesystems. Now all my nodes are ready and working, but now I have a problem 
in subitting jobs under PBS. Each time I submit a job with qsub command, the 
job is queued, even if it's the only one job, and it's never executed, it 
remains in queue indefinitely. I created two queues with the following 
qmgr.conf script:

#
# Create queues and set their attributes.
#
#
# Create and define queue debug
#
create queue debug
set queue debug queue_type = Execution
set queue debug max_running = 5
set queue debug resources_max.cput = 06:00:00
set queue debug resources_default.walltime = 00:10:00
set queue debug enabled = True
set queue debug started = True
#
# Create and define queue workq
#
create queue workq
set queue workq queue_type = Execution
set queue workq enabled = True
set queue workq started = True
#
# Set server attributes.
#
set server scheduling = True
set server default_queue = workq
set server log_events = 511
set server mail_from = adm
set server query_other_jobs = True
set server resources_default.neednodes = 1
set server resources_default.nodect = 1
set server resources_default.nodes = 1
set server scheduler_iteration = 600
set server node_ping_rate = 300
set server node_check_rate = 600
set server node_pack = False

It was an example that I found on the web. The two queues are configured, 
enabled and started, but a qstat -a returns this:


medusa.dicea.unifi.it:
                                                            Req'd  Req'd   Elap
Job ID          Username Queue    Jobname    SessID NDS TSK Memory Time  S Time
--------------- -------- -------- ---------- ------ --- --- ------ ----- - -----
21.medusa.dicea lcampo   debug    hello         --    1  --    --  06:00 Q   --


and a qstat -q:

server: medusa.dicea.unifi.it

Queue            Memory CPU Time Walltime Node Run Que Lm  State
---------------- ------ -------- -------- ---- --- --- --  -----
workq              --      --       --     --    0   0 --   E R
debug              --   06:00:00    --     --    0   1  5   E R
                                               --- ---
                                                 0   1

I checked files in which the name of server should appear (/etc/hosts on all 
machines and conf file in PBS directories) and it seems everything is ok. I 
tried ssh connections server-node and node-server and it's ok. I also tried to 
kill the maui scheduler in order to substitute it with yhe pbs_sched (that is 
not activated in the standard configuration of OSCAR), but the result is 
exactly the same. Is there something wrong in the qmgr.conf file or somewhere 
else?
Thank you
Lorenzo

-------------------------------------------------------------------------
Visita http://domini.interfree.it, il sito di Interfree dove trovare
soluzioni semplici e complete che soddisfano le tue esigenze in Internet,
ecco due esempi di offerte:

-  Registrazione Dominio: un dominio con 1 MB di spazio disco +  2 caselle
   email a soli 18,59 euro
-  MioDominio: un dominio con 20 MB di spazio disco + 5 caselle email 
   a soli 51,13 euro

Vieni a trovarci!

Lo Staff di Interfree 
-------------------------------------------------------------------------



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Oscar-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to