You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elim.reaper/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
This Non Job User Process Reaper for LSF will remove any unauthroized users from the
6
6
compute hosts once their jobs have left those system. It provides an optional grace period called the LSF_LINGER_TIME that you can set in the lsf.reaper file in your $LSF_ENVDIR. The value is in seconds.
7
7
8
-
You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As you clusters become larger, you may not want them querying the batch system as much, so increasing this value may be practical in such cases. This value is also in seconds.
8
+
You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As your clusters become larger, you may not want them querying the batch system as much, so increasing this value may be practical in such cases. This value is also in seconds.
9
9
10
10
## How to Build and Install the Module
11
11
@@ -34,6 +34,10 @@ You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As you c
34
34
35
35
You can also optionally set LSF_EXCLUDED_HOSTS to a space delimited list of hostnames that should be excluded from the reaper check. An example of a host such as this would be a Login Node that is running LSF daemons for some reason. As always, LSF Administrators are not reaped, so this would not have to include hosts in the LSF_MASTER_LIST.
36
36
37
+
Additionally, there are two parameters that allow you to exclude LSF users from LSF user groups that should be allowed to login to the host even if there are not jobs running, for example a hardware maintenance group that though they do not manage LSF, they need to login from time to time to check the status of the system.
38
+
39
+
Those settings are LSF_EXCLUDED_UGROUPS wich needs to be set to a space delimited list of LSF user groups. Non LSF user groups will be ignored. The second parameter is the LSF_UGROUP_REFRESH, which instructs the elim.reaper how often it should recache the list off LSF users in those user groups. The default is 3600 seconds or once an hour.
40
+
37
41
If you wish to see debug output from the elim, you may run it with the --debug option.
38
42
39
43
## Community Contribution Requirements
@@ -55,7 +59,7 @@ Community contributions to this repository must follow the [IBM Developer's Cert
55
59
56
60
## Copyright
57
61
58
-
(C) Copyright IBM Corporation 2016-2018
62
+
(C) Copyright IBM Corporation 2016-2019
59
63
60
64
U.S. Government Users Restricted Rights - Use, duplication or disclosure
61
65
restricted by GSA ADP Schedule Contract with IBM Corp.
0 commit comments