...
- Take your existing batch job.
- Optionally, remove the batch directives redirecting the job output and error files, to allow the operators to see these files.
- For your convenience, make use of the dynamic environmental variables starting with
MSJ_
. - Optionally, include the "
set -e
" command, to notify the correct status to ECaccess and the monitoring interface. - Check the events available with the command ecaccess-event-list.
- Submit your job to ECaccess and attach it to the appropriate event, using the ECaccess web interface or the
ecaccess-job-submit
command. - If you have to correct your job, you should delete the job (ecaccess-job-delete) in standby mode and resubmit the new version.
- For further guidance please have a look at the
- the realtime_metgram.ksh batch job example, which allows you to create various types of meteograms.
For more information please refer to the (1.4MB) User Guide .