bresume

bresume

resumes one or more suspended jobs

Synopsis

bresume [-appapplication_profile_name] [-gjob_group_name] [-Jjob_name] [-mhost_name] [-qqueue_name]

[-slaservice_class_name] [-uuser_name -uuser_group -u all] [0]

bresume [job_ID "job_ID[index_list]"] ...

bresume [-h -V]

Description

Sends the SIGCONT signal to resume one or more of your suspended jobs.

Only root and LSF administrators can operate on jobs submitted by other users. You cannot resume a job that is not suspended. Using bresume on a job that is not in either the PSUSP or the USUSP state has no effect.

You must specify a job ID or -g, -J, -m, -u, or -q. You cannot resume a job that is not suspended. Specify -0(zero) to resume multiple jobs.

You can also use bkill -s CONT to send the resume signal to a job.

If a signal request fails to reach the job execution host, LSF retries the operation later when the host becomes reachable. LSF retries the most recent signal request.

Jobs that are suspended by the administrator can only be resumed by the administrator or root; users do not have permission to resume a job suspended by another user or the administrator. Administrators or root can resume jobs suspended by users or administrators.

ENABLE_USER_RESUME parameter (lsb.params)

If ENABLE_USER_RESUME=Y in lsb.params, users can resume their own jobs that have been suspended by the administrator.

Options

0Resumes all the jobs that satisfy other options (-g, -m, -q, -u, and -J).

-appapplication_profile_name

Resumes only jobs associated with the specified application profile. You must specify an existing application profile.

-gjob_group_name Resumes only jobs in the specified job group. -Jjob_name Resumes only jobs with the specified name.

-mhost_name Resumes only jobs dispatched to the specified host. -qqueue_name Resumes only jobs in the specified queue.

-slaservice_class_name

Resume jobs belonging to the specified service class.

148Platform LSF Command Reference