Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If a call to pbs_interact <job-id> is made but job does not exist, the message below is shown:
         "Unknown Job ID"
  • If pbs_interact <job-id> is called with a non-interactive job or the job is not running screen, the message below is shown:
         "Not an interactive job running screen"
  • pbs_interact can be called from a remote host, as long as that the requesting user at remote host is authorized by the server to make requests.
    • This is done by setting qmgr -c "set server flatuid = true", or the requesting user passes an ruserok() test
    • ruserok() authorization is done via /etc/hosts.equiv on server host, or user at server host has local .rhosts setup authorizing access.
    • Without proper authorization, pbs_interact returns the message: "Unauthorized Request".

...