1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
access_list - Sun Grid Engine access list file format
DESCRIPTION
Access lists are used in Sun Grid Engine to define access
permissions of users to queues (see <B><A HREF="../htmlman5/queue_conf.html?pathrev=V62u5_TAG">queue_conf(5)</A></B>) or paral-
lel environments (see <B><A HREF="../htmlman5/sge_pe.html?pathrev=V62u5_TAG">sge_pe(5)</A></B>). A list of currently con-
figured access lists can be displayed via the <B><A HREF="../htmlman1/qconf.html?pathrev=V62u5_TAG">qconf(1)</A></B> -sul
option. The contents of each enlisted access list can shown
via the -su switch. The output follows the <I>access</I>_<I>list</I> for-
mat description. New access lists can be created and exist-
ing can be modified via the -au and -du options to <B><A HREF="../htmlman1/qconf.html?pathrev=V62u5_TAG">qconf(1)</A></B>.
Departments are a special form of access list that addition-
ally allow assignment of functional shares and override
tickets.
Note, Sun Grid Engine allows backslashes (\) be used to
escape newline (\newline) characters. The backslash and the
newline are replaced with a space (" ") character before any
interpretation.
FORMAT
The following list of <I>access</I>_<I>list</I> parameters specifies the
<I>access</I>_<I>list</I> content:
name
The name of the access list as defined for <I>userset</I>_<I>name</I> in
<B><A HREF="../htmlman1/sge_types.html?pathrev=V62u5_TAG">sge_types(1)</A></B>.
type
The type of the access list, currently one of <I>ACL</I>, or <I>DEPT</I>
or a combination of both in a comma separated list. Depend-
ing on this parameter the access list can be used as access
list only or as a department.
oticket
The amount of override tickets currently assigned to the
department.
fshare
The current functional share of the department.
entries
The entries parameter contains the comma separated list of
those UNIX users (see <I>user</I>_<I>name</I> in <B><A HREF="../htmlman1/sge_types.html?pathrev=V62u5_TAG">sge_types(1)</A></B>) or those
primary UNIX groups that are assigned to the access list or
the department. Only a user's primary UNIX group is used;
secondary groups are ignored. Only symbolic names are
allowed. A group is differentiated from a user name by pre-
fixing the group name with a '@' sign. Pure access lists
allow enlisting any user or group in any access list.
When using departments, each user or group enlisted may only
be enlisted in one department, in order to ensure a unique
assignment of jobs to departments. To jobs whose users do
not match with any of the users or groups enlisted under
entries the <I>defaultdepartment</I> is assigned, if existing.
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/sge_types.html?pathrev=V62u5_TAG">sge_types(1)</A></B>, <B><A HREF="../htmlman1/qconf.html?pathrev=V62u5_TAG">qconf(1)</A></B>, <B><A HREF="../htmlman5/sge_pe.html?pathrev=V62u5_TAG">sge_pe(5)</A></B>,
<B><A HREF="../htmlman5/queue_conf.html?pathrev=V62u5_TAG">queue_conf(5)</A></B>.
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B> for a full statement of rights and permis-
sions.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
|