GLITE Tutorial

gLite Job Submission

Basic job submission (valid proxy certificate must be installed):
  glite-wms-job-submit -a jdlFile
   Connecting to the service https://rb102.cern.ch:7443/glite_wms_wmproxy_server
   ====================== glite-wms-job-submit Success ======================
   The job has been successfully submitted to the WMProxy
   Your job identifier is:
   https://rb102.cern.ch:9000/vZKKk3gdBla6RySximq_vQ
   ==========================================================================
  • Job description is stored in jdlFile.
    JDL: Job Description Language.
  • Unique job identifier is returned.
      https://hostname[:port]/unique_string
    
    hostname: host name of logging and bookkeeping server.

Option -a: automatically delegates proxy credential to WMProxy server.

  • Alternatively create named delegated credential:
      glite-wms-job-delegate-proxy -d delegID
    
  • Refer to named credential in job submission:
      glite-wms-job-submit -d delegId -o idFile jdlFile
    
The use of named delegated credentials can speed up job submission considerably.

EGEE JKU RISC