Platform LSF Reference Version 6.2

bstop
Platform LSF Reference
149
-sla service_class_name
Suspends jobs belonging to the specified service class.
You cannot use
-g with -sla. A job can either be attached to a job group or a service
class, but not both.
Use
bsla to display the properties of service classes configured in
LSB_CONFDIR/cluster_name/configdir/lsb.serviceclasses (see
lsb.serviceclasses(5)) and dynamic information about the state of each
configured service class.
-u user_name | -u user_group | -u all
Suspends only jobs owned by the specified user or user group, or all users if the keyword
all is specified.
job_ID ... | "job_ID[index]" ...
Suspends only the specified jobs. Jobs submitted by any user can be specified here
without using the
-u option.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
EXAMPLES
% bstop 314
Suspends job number 314.
% bstop -m hostA
Suspends the invoker’s last job that was dispatched to host hostA.
% bstop -u jsmith 0
Suspends all the jobs submitted by user jsmith.
% bstop -u all
Suspends the last submitted job in the LSF system.
% bstop -u all 0
Suspends all jobs for all users in the LSF system.
% bstop -g /risk_group/consolidate 0
Suspends all jobs in the job group /risk_group/consolidate.
SEE ALSO
bsub(1), bjobs(1), bqueues(1), bhosts(1), bresume(1), bkill(1), bgadd(1),
bgdel(1), bjgroup(1), bparams(5), mbatchd(8), kill(1), signal(2)
lsb.params(5)