+ Reply to Thread
Results 1 to 5 of 5

Thread: User permission denied

  1. #1
    Andrew is offline Junior Member
    Join Date
    November 23rd, 2009
    Posts
    18
    Downloads
    2
    Uploads
    0

    Default 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

  2. #2
    nopparat's Avatar
    nopparat is offline Junior Member
    Join Date
    July 22nd, 2009
    Location
    Bangkok, Thailand
    Posts
    12
    Blog Entries
    1
    Downloads
    13
    Uploads
    6

    Default

    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

  3. #3
    Andrew is offline Junior Member
    Join Date
    November 23rd, 2009
    Posts
    18
    Downloads
    2
    Uploads
    0

    Default

    Thanks for that,
    yes I found the section in the users guide that explains this.

  4. #4
    Andrew is offline Junior Member
    Join Date
    November 23rd, 2009
    Posts
    18
    Downloads
    2
    Uploads
    0

    Default

    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?

  5. #5
    nopparat's Avatar
    nopparat is offline Junior Member
    Join Date
    July 22nd, 2009
    Location
    Bangkok, Thailand
    Posts
    12
    Blog Entries
    1
    Downloads
    13
    Uploads
    6

    Default

    This thread is continue at
    Job not executed

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts