Exercises - part 3
job submission


Submit a job

$ edg-job-submit --vo <voname> <file.jdl>

If the job submission is done correctly you should get :

Selected Virtual Organisation name (from --vo option): biomed
Connecting to host rb1.vngrid.ac.vn, port 7772
Logging to host rb1.vngrid.ac.vn, port 9002

*********************************************************************************************
                               JOB SUBMIT OUTCOME
 The job has been successfully submitted to the Network Server.
 Use edg-job-status command to check job current status. Your job identifier (jobId) is:

 - https://rb1.vngrid.ac.vn:9000/ybnyOZ9O-5A-kanmY2zyEA


*********************************************************************************************


Get the job status

$ edg-job-status <jobID>

It may look like:

*************************************************************
BOOKKEEPING INFORMATION:

Status info for the Job : https://rb1.vngrid.ac.vn:9000/ybnyOZ9O-5A-kanmY2zyEA
Current Status:     Submitted 
reached on:         Thu Nov  4 08:19:36 2007
*************************************************************


Get a job output

$ edg-job-get-output <jobID>


List the sites where a job can be submitted

$ edg-job-list-match --vo <voname> <file.jdl>