Re: [gridengine users] Queinstance stuck in E

2016-06-08 Thread Bill Bryce
Yes. The execd spool directory will fill up fast with that turned on. Glad you found it. Bill Sent from my iPad - cell: 647-974-2841 > On Jun 8, 2016, at 7:37 PM, Coleman, Marcus [JRDUS Non-J&J] > wrote: > > Thanks for the response! > > I had forgot to turn off execd_params = Keep_active.

Re: [gridengine users] "scheduler sent an order for a changed user" messages

2016-06-08 Thread
Hi Kevin Maybe this will help Each message takes up a single line in the files. Each message is subdivided into five components separated by the vertical bar sign (|). The components of a message are as follows: 1. The first component is a time stamp for the message. 2. The second compo

Re: [gridengine users] Queinstance stuck in E

2016-06-08 Thread
Thanks for the response! I had forgot to turn off execd_params = Keep_active. (I was having an issue with jobs and needed more information to figure out what was going wrong.) -Original Message- From: William Hay [mailto:w@ucl.ac.uk] Sent: Wednesday, June 08, 2016 2:48 AM To: Cole

[gridengine users] user list restriction

2016-06-08 Thread Quinones, Jose M.
Hi All, Is there a way to allow users to display only queues\nodes they have access to. We have an environment with multiple queues with host groups assign specific users and would like to restrict users from viewing others queue\nodes that are not assign to them(for ex: qstat\qhost commands)?

Re: [gridengine users] prolog execution location and behavior?

2016-06-08 Thread Reuti
No, the prolog and epilog are run on their own like the jobscript. The jobscript isn't a child of the prolog. For such a behavior you would need a starter_method. Still on vacation - Reuti Von meinem iPhone gesendet > Am 08.06.2016 um 12:00 schrieb Chris Dagdigian : > > > Hey folks -- need m

Re: [gridengine users] prolog execution location and behavior?

2016-06-08 Thread Friedrich Ferstl
The difference between using the starter method and the shepherd wrapper I was bringing up is that the starter method is run by the shepherd and the shepherd already assumes a few things to be there, such as the job’s working directory. If any of those preconditions is not met then starting the

Re: [gridengine users] prolog execution location and behavior?

2016-06-08 Thread Bill Bryce
I could be wrong Chris but I think the prolog runs in a separate parent/child process tree than the job. You could put this kind of functionality into a starter_method where it does the NFS mounts and chroot actions then just runs the job script. the $JOB_ID will be in the environment and you

Re: [gridengine users] prolog execution location and behavior?

2016-06-08 Thread Fritz Ferstl
Hi Chris, prolog, job script and epilog are separate processes getting launched by the shepherd. They get started as the job owner (but I think there also is an option to start prolog and epilog as root - to be handled with care, of course). So the prolog is well suited to check things (e.g. wh

[gridengine users] prolog execution location and behavior?

2016-06-08 Thread Chris Dagdigian
Hey folks -- need my brain refreshed on prolog behavior ... Trying to figure out if a prolog script would be suitable for dramatically changing the execution environment -- doing things like NFS filesystem unmounts or chroot actions so that an incoming job would execute in the changed environ

Re: [gridengine users] Queinstance stuck in E

2016-06-08 Thread William Hay
On Thu, Jun 02, 2016 at 10:46:46PM +, Coleman, Marcus [JRDUS Non-J&J] wrote: >Hi all > > > >I am having a crazy time fixing an issue I have having with 3 qinstance >stuck in E. > > > >[root@c1 active_jobs]# pwd > >/opt/sge/default/spool/c1/active_jobs > >