Platform LSF Administration Guide Version 6.2

Configuring Advance Reservation
Administering Platform LSF
360
All users in user group ugroup1 except user1 can make advance reservations on
any host in hgroup1, except
hostB, between 10:00 p.m. and 6:00 a.m. every day:
Begin ResourceReservation
NAME = nightPolicy
USERS = ugroup1 ~user1
HOSTS = hgroup1 ~hostB
TIME_WINDOW = 20:00-8:00
End ResourceReservation
The not operator (~) does not exclude LSF administrators from the policy.
USER_ADVANCE_RESERVATION is obsolete (lsb.params)
USER_ADVANCE_RESERVATION in lsb.params is obsolete in LSF Version 6.2.
Use the ResourceReservation section configuration in
lsb.resources to configure
advance reservation policies for your cluster.