LSF Version 7.3 - Platform LSF Configuration Reference

Examples
HOSTS=hgroup1 ~hostA hostB hostC
Advance reservations can be created on hostB, hostC, and all hosts in hgroup1 except for
hostA.
HOSTS=all ~group2 ~hostA
Advance reservations can be created on all hosts in the cluster, except for hostA and the hosts
in group2.
Default
all allremote (users can create reservations on all server hosts in the local cluster, and all leased
hosts in a remote cluster).
NAME
Syntax
NAME=text
Description
Required. Name of the ResourceReservation section
Specify any ASCII string 40 characters or less. You can use letters, digits, underscores (_) or
dashes (-). You cannot use blank spaces.
Example
NAME=reservation1
Default
None. You must provide a name for the ResourceReservation section.
TIME_WINDOW
Syntax
TIME_WINDOW=time_window ...
Description
Optional. Time window for users to create advance reservations. The time for reservations
that users create must fall within this time window.
Use the same format for time_window as the recurring reservation option (-t) of brsvadd.
To specify a time window, specify two time values separated by a hyphen (-), with no space in
between:
time_window = begin_time-end_time
Time format
Times are specified in the format:
[day:]hour[:minute]
lsb.resources
Platform LSF Configuration Reference 347