SGE - limit a user to a certain host, using resource quota configuration
Posted
by
pufferfish
on Server Fault
See other posts from Server Fault
or by pufferfish
Published on 2011-06-01T10:30:00Z
Indexed on
2011/11/23
1:57 UTC
Read the original article
Hit count: 661
gridengine
Is it possible to limit a user to a particular host, using the Resource Quota Configuration option in qmon for Sun Grid Engine?
I'm thinking of a line to the effect of:
{
...
limit users {john} to hostname=compute-1-1.local
}
The documentation mentions built in resource types: slots, arch, mem_total, num_proc, swap_total, and the ability to make custom types.
Details: SGE 6.1u5 on Rocks
update:
The above rule seems to be valid, since
- using an unknown hostname
- mangling the resource name 'hostname'
both cause errors
© Server Fault or respective owner