how to run PBS (portable batch system) with multiple user environment?

6.1k views Asked by At

Recently I finished configuration a PBS for my institute. It can run very well with a user, pbs. However, it can not be run with different user, for example, jhsong. It gives the following message:

echo "sleep 1" | qsub
socket_connect_unix failed: 15137
qsub: cannot connect to server (null) (errno=15137) could not connect to trqauthd

I think PBS should work at multiple user environment. But, I don't know how to configure. Can I solve this problem?

Best,

Je-Hoon Song

2

There are 2 answers

2
dbeer On

Your error isn't caused by having problems resolving the user, it is because the trqauthd daemon isn't running. It needs to be started as root in order to submit jobs.

0
Rakesh On

Start "trqauthd" and "pbs_server" services and try to run