Hi,

I have some problems configuring my gridengine setup right.

In order to test a cluster setup I want to restrict a queue to dedicated users. To achieve this I made an ACL and added it to the xuser_list from the queue:

$ qconf -au my_list my_username

$ qconf -mq my.q

...
user_lists            NONE
xuser_lists           my_list
...

But instead of revoking qsub commands I can still submit jobs from user "my_username".

Another thing I want to do right is that I want to be able to submit jobs to a queue which has currently no execution hosts registered. After submission I add an execution host to my_hostlist and the job gets executed. For this purpose I've added "localhost" to my_hostlist... otherwise gridengine won't accept any jobs for this queue:

$ qconf -mq my.q

qname                 my.q
hostlist              @my_hostlist localhost
...

I have a feeling that this isn't the best solution for my problem. Does anybody know how to do this right?

Thanks in advance!

Regards,
Stephan

_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to