job requeue
Updated: December 10, 2012
Applies To: Microsoft HPC Pack 2008, Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012, Windows HPC Server 2008, Windows HPC Server 2008 R2
Requeues the specified job if the job has a state of Running, Canceled, or Failed.
For examples of how to use this command, see Examples.
job requeue <jobID> [/scheduler:<name>]
job requeue {/? | /help}
| Parameter | Description |
|---|---|
|
jobID |
Specifies the identifier of the job that you want to requeue. |
|
/scheduler:<name> |
Specifies the host name or IP address of the head node for the cluster that contains the job that you want to requeue. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies. |
|
/? |
Displays Help at the command prompt. |
|
/help |
Displays Help at the command prompt. |
You can only requeue a job that is in the Running, Canceled, or Failed state.
To requeue the job with an identifier of 35 if that job has a state of Running, Canceled, or Failed, use the following command:
job requeue 35