Archive for the ‘pbs’ Category

Friday, August 13th, 2010

If you get this, trying to execute basic PBS commands

$ qstat -a
qstat: End of File

it is a permission problem. Basically you have to do some queue/server adminstration using qmgr as a user who have admin access already:

$ qmgr
set server acl_users += <username>
set queue <queuename> acl_users += <username>