<br><font size=2 face="Arial">All,</font>
<br>
<br><font size=2 face="Arial">I know a couple of other people out there
are doing similar remote submission things so I figure I'd see if anybody
can answer my question. I would like to do this:</font>
<br>
<br><font size=2 face="Arial">qsub -u Nathaniel somescript.sh from
the command line of a different user on a different host. so:</font>
<br>
<br><font size=2 face="Arial">jimmy@ukwsv > qsub -u Nathaniel
somescript.sh</font>
<br>
<br><font size=2 face="Arial">(Nathaniel can do this on the remote machine
successfully, ie Nathaniel@ukwsv > qsub -u Nathaniel somescript.sh completes
successfully)</font>
<br>
<br><font size=2 face="Arial">This command should enter "Nathaniel"
into the "User_List" parameter in the job request and the job
should be submitted and run as Nathaniel on the cluster. Provided
that authentication suceeds, which should succeed if I provide the correct
info in Nathaniel 's .rhost file. So any of the following lines should
work:</font>
<br>
<br><font size=2 face="Arial">+jimmy</font>
<br><font size=2 face="Arial">+ukwsv</font>
<br><font size=2 face="Arial">jimmy ukwsv</font>
<br>
<br><font size=2 face="Arial">However, when I execute the command, I get
back:</font>
<br><font size=2 face="Arial">qsub: Job rejected by all possible destinations</font>
<br>
<br><font size=2 face="Arial">If I trace further and I specify the queue
(I have a routing queue set up as the default which routes to some execution
queues, such as "short")</font>
<br>
<br><font size=2 face="Arial">qsub -u Nathaniel -q short@pbsserver somesript.sh</font>
<br>
<br><font size=2 face="Arial">I get back:</font>
<br><font size=2 face="Arial">qsub: Bad UID for job exection</font>
<br>
<br><font size=2 face="Arial">If I remove the -q command and start the
job in the held state so I can look at the properites:</font>
<br><font size=2 face="Arial">Job Owner = jimmy</font>
<br><font size=2 face="Arial">User_List = Nathaniel</font>
<br>
<br><font size=2 face="Arial">This would suggest to me that either I have
the rhosts configuration fouled up or Torque is ignoring the User_List
information. Can anyone recommend how they succeeded in getting something
similar to this setup?</font>
<br>
<br><font size=2 face="Arial">Thanks,</font>
<br><font size=2 face="Arial">Nate</font>
<br>