1ACCESS_LIST(5) Grid Engine File Formats ACCESS_LIST(5)
2
3
4
6 access_list - Grid Engine access list file format
7
9 Access lists are used in Grid Engine to define access permissions of
10 users to queues (see queue_conf(5)) or parallel environments (see
11 sge_pe(5)). A list of currently configured access lists can be dis‐
12 played via the qconf(1) -sul option. The contents of each listed access
13 list can shown via the -su switch. The output follows the access_list
14 format description. New access lists can be created and existing can be
15 modified via the -au and -du options to qconf(1).
16
17 Departments are a special form of access list that additionally allow
18 assignment of functional shares and override tickets.
19
20 Note: Grid Engine allows backslashes (\) be used to escape newline
21 (\newline) characters. The backslash and the newline are replaced with
22 a space (" ") character before any interpretation.
23
25 The following list of access_list parameters specifies the access_list
26 content:
27
28 name
29 The name of the access list as defined for userset_name in
30 sge_types(1).
31
32 type
33 The type of the access list, currently one of ACL, or DEPT or a com‐
34 bination of both in a comma separated list. Depending on this parameter
35 the access list can be used as access list only or as a department.
36
37 oticket
38 The amount of override tickets currently assigned to the department.
39
40 fshare
41 The current functional share of the department.
42
43 entries
44 The entries parameter contains the comma separated list of those UNIX
45 users (see user_name in sge_types(1)) or UNIX user groups that are
46 assigned to the access list or the department. Only symbolic names are
47 allowed. A group is differentiated from a user name by prefixing the
48 group name with a '@' sign. Pure access lists allow listing any user
49 or group in any access list.
50
51 When using departments, each user or group listed may only be in one
52 department, in order to ensure a unique assignment of jobs to depart‐
53 ments. The defaultdepartment , if it exists, is assigned to jobs whose
54 users do not match with any of the users or groups listed in entries.
55
57 sge_intro(1), sge_types(1), qconf(1), sge_pe(5), queue_conf(5).
58
60 See sge_intro(1) for a full statement of rights and permissions.
61
62
63
64GE 6.1 $Date: 2007/07/19 08:17:16 $ ACCESS_LIST(5)