cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex


G

SIGNAL/JOB



Signal a scheduling event.

GThe SIGNAL command sends a signal to the SCHEDULE SERVER. This command His automatically added to the temporary command files created when ever Ea job is submitted into an execution queue. Once at the beginning of Ejob to signal that the job has started and once at the end to signal @that the job has completed.3 The signal operation is Foptional. If a job terminates (via a crash or other abrupt mechanism) :this event is picked up and becomes the completion signal.




General Format

+

SIGNAL/JOB job_name [/qualifiers]



Alternate

SIGJOB job_name [/qualifiers]



qualifier summary

 Type of signal:

/COMPLETED (default)
/STARTED

Other qualifiers:
%
/STATUS = number (default is 1):
/SET_ID = number (default of 0 implies all job sets)

General qualifiers:

/[NO]LOG
/[NO]CONFIRM
/NODE = target_node



Examples

 6    
#1

 
  3 $ SCHEDULE SIGNAL FIRST_OF_THREE_JOBS/STARTED/LOG ) Signaled [BMOSSBERG]FIRST_OF_THREE_JOBS          









Qualifiers



/CONFIRM



/NOCONFIRM

ECONFIRM requests that the user be prompted prior to any operation to 2verify that the selected entry is the correct one.

/NODE=target_node

DThe NODE qualifier specifies what NODE (either local or remote) you Hwant the operation performed on. /HOSTNAME may be substituted for /NODE.

/COMPLETED

DThe COMPLETED qualifier sends a signal to the server that a job has successfully completed.

/LOG



/NOLOG

EThe LOG qualifier causes each completed operation to issue a note to the user.

/SET_ID

EThe SET_ID qualifier points to a designated job set. If no number is +specified the default implies all job sets.

/STARTED

GThe STARTED qualifier sends a signal to the server that a job is being executed.

/STATUS

HThe STATUS qualifier indicates the success (odd) or failure (even) of a job execution.




/   
N
Note

 M

3 This command replaces the earlier O SCHEDULE COMPLETED command. This earlier command is still accepted and 1 is a synonom for the SIGNAL command.



G

SUBMIT/JOB



Submit a job for execution.

GThe SUBMIT command initiates a job. Unless otherwise indicated it will Hcause the job to be submitted for immediate execution, with none of the ,initiates or prerequisites being considered.




General Format

+

SUBMIT/JOB job_name [/qualifiers]



Alternate

SUBJOB job_name [/qualifiers]



qualifier summary

 General qualifiers:

/[NO]LOG
/[NO]CONFIRM
/NODE = target_node
Submit conditions:

/INITIATES
/NOINITIATES (default)
/PREREQUISITES
/NOPREREQUISITES (default)
/AFTER = date/time

Restart step controls:

/STEP = number

Job set controls:

/SET_TAG = "string"
/SET_PARAMETER = "string"
/SET_ID = number



Examples

 6    
#1

 
  * $ SCHEDULE SUBMIT/JOB [JKRIEG]BACKUP_JOB 4 Queued [JKRIEG]BACKUP_JOB for immediate submission          





 o V T Y  
PreviousNextContentsIndex