Platform LSF Reference Version 6.2

brsvadd
Platform LSF Reference
134
brsvadd
adds an advance reservation
SYNOPSIS
brsvadd [-o] -n processors | -s [-n processors] -m "host_name | host_group ..."
[
-R "res_req"] [-u user_name | -g group_name] -b begin_time -e end_time
brsvadd [-o] -n processors | -s [-n processors] -m "host_name | host_group ..."
[
-R "res_req"] [-u user_name | -g group_name ] -t time_window
brsvadd [-o] -n processors | -s [-n processors] -R "res_req"
[
-u user_name | -g group_name] -b begin_time -e end_time
brsvadd [-o] -n processors | -s [-n processors] -R "res_req"
[
-u user_name | -g group_name] -t time_window
brsvadd [-h | -V]
DESCRIPTION
By default, this command can only be used by LSF administrators or root.
Reserves processors in advance for a specified period of time for a user or user group,
or for system maintenance purposes. Use
-b and -e for one-time reservations, and -t
for recurring reservations.
To allow users to create their own advance reservations without administrator
intervention, configure advance reservation policies in the ResourceReservation section
of
lsb.resources.
Only administrators, root, or the users listed in the ResourceReservation section can add
reservations for themselves or any other user or user group.
OPTIONS
-b begin_time
Begin time for a one-time reservation. The begin time is in the form
[[[year
:
]month
:
]day:]hour:minute
with the following ranges:
year: any year after 1900 (YYYY)
month: 1-12 (MM)
day of the month: 1-31 (dd)
hour: 0-23 (hh)
minute: 0-59 (mm)
You must specify at least hour
:minute. Year, month, and day are optional. Three fields are
assumed to be day
:hour:minute, four fields are assumed to be month:day:hour:minute, and
five fields are year
:month:day:hour:minute.
If you do not specify a day, LSF assumes the current day. If you do not specify a month,
LSF assumes the current month. If you specify a year, you must specify a month.