Examples

is correct, but

timeWindow(8:00-14:00 11:00-15:00)

is not valid.

LSF administrators can prevent running jobs from being killed when the reservation expires by changing the termination time of the job using the reservation (bmod -t) before the reservation window closes.

When the job starts running, the run limit of the reservation is set to the minimum of the job run limit (if specified), the queue run limit (if specified), or the duration of the time window.

-uuser_name Changes the user who is able to submit jobs to the reservation. Changing user does not affect the currently running jobs.

Jobs submitted by the original user to the reservation still belong to the reservation and scheduled as advance reservation jobs, but newly submitted jobs from users that have been removed from the reservation cannot use the reservation any longer.

The -uuser_name option does not support the @cluster notation for advance reservations on remote clusters.

-hPrints command usage and exits.

-VPrints LSF release version and exits.

Examples

The following command adds a host to an existing reservation.

brsvmod -addhost hostB user1#0

HostB is added to reservation "user1#0".

The following example disables the advanced reservation between Janurary 1 and January 6, 2008, inclusive.

brsvmod disable {-td "2008:01:01-2008:01:06"}

See also

brsvadd, brsvdel, brsvs, lsb.resources

162Platform LSF Command Reference