Platform LSF Reference Version 6.2

lsb.resources
Platform LSF Reference
453
You can specify multiple time windows, but they cannot overlap. For example:
TIME_WINDOW=8:00-14:00 18:00-22:00
is correct, but
TIME_WINDOW=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.
Use the not operator (
~) to exclude users or user groups from the list of users who can
create reservations.
The not operator does not exclude LSF administrators from the policy.
Example
USERS=user1 user2
Default
all
(all users in the cluster can create reservations)