LSF Version 7.3 - Platform LSF Configuration Reference

where all fields are numbers with the following ranges:
day of the week: 0-6 (0 is Sunday)
hour: 0-23
minute: 0-59
Specify a time window one of the following ways:
hour-hour
hour:minute-hour:minute
day:hour:minute-day:hour:minute
The default value for minute is 0 (on the hour); the default value for day is every day of the
week.
You must specify at least the hour. Day of the week and minute are optional. Both the start
time and end time values must use the same syntax. If you do not specify a minute, LSF assumes
the first minute of the hour (:00). If you do not specify a day, LSF assumes every day of the
week. If you do specify the day, you must also specify the minute.
You can specify multiple time windows, but they cannot overlap. For example:
timeWindow(8:00-14:00 18:00-22:00)
is correct, but
timeWindow(8:00-14:00 11:00-15:00)
is not valid.
Example
TIME_WINDOW=8:00-14:00
Users can create advance reservations with begin time (brsvadd -b), end time (brsvadd -
e), or time window (brsvadd -t) on any day between 8:00 a.m. and 2:00 p.m.
Default
Undefined (any time)
USERS
Syntax
USERS=[~]user_name | [~]user_group ... | all
Description
A space-separated list of user names or user groups who are allowed to create advance
reservations. Administrators, root, and all users or groups listed can create reservations.
If a group contains a subgroup, the reservation policy applies to each member in the subgroup
recursively.
User names must be valid login names. User group names can be LSF user groups or UNIX
and Windows user groups.
Use the keyword all to configure reservation policies that apply to all users or user groups in
a cluster. This is useful if you have a large number of users but you want to exclude a few users
or groups from the reservation policy.
lsb.resources
348 Platform LSF Configuration Reference