Platform LSF Reference Version 6.2

brsvadd
Platform LSF Reference
137
-V
Prints LSF release version and exits.
EXAMPLES
The following command creates a one-time advance reservation for 1024
processors on host
hostA for user user1 between 6:00 a.m. and 8:00 a.m. today:
% brsvadd -n 1024 -m hostA -u user1 -b 6:0 -e 8:0
Reservation "user1#0" is created
The hosts specified by -m can be local to the cluster or hosts leased from remote
clusters.
The following command creates an advance reservation for 1024 processors on two
hosts
hostA and hostB for user group groupA every Wednesday from 12:00
midnight to 3:00 a.m.:
% brsvadd -n 2048 -m "hostA hostB" -g groupA -t "3:0:0-
3:3:0"
Reservation "groupA#0" is created
The following command creates an open advance reservation for 1024 processors
on host hostA for user user1 between 6:00 a.m. and 8:00 a.m. today.
% brsvadd -o -n 1024 -m hostA -u user1 -b 6:0 -e 8:0
Reservation "user1#0" is created
SEE ALSO
brsvs(1), brsvdel(8), lsb.resources(5)