Pausing/Holding a Batch Job - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

When a job is being held, the job will remain in the queue until it is deleted or released. It will not run while the hold is in place. There are two types of holds: user holds and administrative holds. A User Hold is a hold placed on a job by the user. An Administrative Hold can be placed on a job after it is submitted to a queue, but before the job has begun execution. Only a user with operator or manager privileges can do this on the server.

Using Batch Manager:

  1. Select the job.

  2. Select Job > User Hold or Job > Operator Hold, or click Job Hold Job Hold on the toolbar.

Using the command line:

  1. If you are setting a user hold on the job, you must set it at job submission using the qsub command, or use Batch Manager to set it later.

  2. If you are setting an administrative hold, use the hold command from qmgr.

Using the Batch API:

Use the BatchJobHold function.