-
February 25th, 2010 01:23 AM #1
User permission denied
I have a RHEL5 cluster with lava install and configured
bhosts returns the nodes and the master
but submitting
#bsub -m "host000" -n 8 program.a
returns
#User permission denied. Job not submitted
Any suggestions?
I am logged in as root
-
February 25th, 2010 04:28 AM #2
Usually most of the resource schedulers are not allow root the submit the job. Try create a new user on every compute nodes and submit the job using this user.
But it is possible to allow root to submit job, please check Authentication and Authorization - Administering Platform LSF
-
February 25th, 2010 05:15 AM #3
Thanks for that,
yes I found the section in the users guide that explains this.
-
February 25th, 2010 05:21 AM #4
Sorry another problem
#bsub -m "host000" -n 8 proram.a
Job <111> is submitted to default queue <normal>
But the job does not run
#bjobs -l
Job <115>, User <aslan>, Project <default>, Status <PEND>, Queue <normal>, Comm
and <./wrf.exe>
Thu Feb 25 15:17:55: Submitted from host <prophet>, CWD </usr/local/WRFV3/run>,
8 Processors Requested, Specified Hosts <host000>;
PENDING REASONS:
New job is waiting for scheduling;
SCHEDULING PARAMETERS:
r15s r1m r15m ut pg io ls it tmp swp mem
loadSched - - - - - - - - - - -
loadStop - - - - - - - - - - -
then it just stops and nothing is written out.
Am I missing something?
-
February 25th, 2010 07:34 AM #5
This thread is continue at
Job not executed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules