Top
Systemwalker Operation Manager Q & A Guide

5.3 Q: On UNIX Versions, How Do I Use Equivalent Functions to Those Provided in the Job Execution Control APIs in Windows Versions [UNIX Versions]?

Applicable versions and levels

A

If you want to use the same functions on a UNIX version, consider using the following commands:

Function

API

Command

Submit a job

Mp_SubmitJob

qsub

Hold a job

Mp_HoldJob/Mp_HoldJob_Ex

qhold

Release a held job

Mp_RlsJob/Mp_RlsJob_Ex

qrls

Delete a job

Mp_DeleteJob/Mp_DeleteJob_Ex

qdel

Transfer an inter-queue job

Mp_MoveJob/Mp_MoveJob_Ex

qmove

Display job information

Mp_ListJob/Mp_ListJob_Ex

qjstat

Display the queue status

Mp_ListQueue/Mp_ListQueue_Ex

qstat

Note

The job submission API and job deletion API are provided on UNIX versions V13.2.0 or later.