releasehold

Caution: This command is deprecated. Use mjobctl -u instead.

Synopsis

releasehold [-a|-b] jobexp

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.

Access

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

Parameters

JOBEXPJob expression of job(s) to release.

Flags

-aRelease all types of holds (user, system, batch) for specified job(s).
-bRelease batch hold from specified job(s).
-hHelp for this command.

Example 1

releasehold -b
> releasehold -b 6443
batch hold released for job 6443

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

Example 2

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.

See Also

Copyright © 2012 Adaptive Computing Enterprises, Inc.®