You are here: 3 Scheduler Commands > Commands > Deprecated Commands > releasehold

3.52 releasehold

This command is deprecated. Use mjobctl -u instead.

3.52.1 Synopsis

releasehold [-a|-b] jobexp

3.52.2 Overview

Release hold on specified job(s).

This command allows you to release batch holds or all holds (system, user, and batch) on specified jobs. Any number of jobs may be released with this command.

3.52.3 Access

By default, this command can be run by any Moab Scheduler Administrator.

3.52.4 Parameters

JOBEXP Job expression of job(s) to release.

3.52.5 Flags

-a Release all types of holds (user, system, batch) for specified job(s).
-b Release batch hold from specified job(s).
-h Help for this command.

3.52.6 Examples

Example 3-67: releasehold -b

> releasehold -b 6443
batch hold released for job 6443

In this example, a batch hold was released from this one job.

Example 3-68: releasehold -a

> releasehold -a "81[1-6]"
holds modified for job 811
holds modified for job 812
holds modified for job 813
holds modified for job 814
holds modified for job 815
holds modified for job 816

In this example, all holds were released from the specified jobs.

Related Topics 

© 2016 Adaptive Computing