Exercise 8: Direct submission to CREAM CE: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:

* Connect to the user interface
* Connect to the user interface
ssh -p 24 -l gksXYZ gks-011.scc.kit.edu
ssh -p 24 -l gksXYZ gks-011.scc.kit.edu
Line 5: Line 4:
ls -al .globus
ls -al .globus
* check available queues and batch system
* check available queues and batch system
ldapsearch -x -H ldap://gks-XYZ.fzk.de:2170 -b mds-vo-name=resource,o=grid * create a user proxy
ldapsearch -x -H ldap://gks-XYZ.fzk.de:2170 -b mds-vo-name=resource,o=grid
* create a user proxy
voms-proxy-init -voms dech * get the test jdl file
voms-proxy-init -voms dech * get the test jdl file
* submit the job
* submit the job
glite-ce-job-submit -d -r <ce_host_FQDN>:8443/cream-pbs-cert -a test.jdl * check job status
glite-ce-job-submit -d -r <ce_host_FQDN>:8443/cream-pbs-cert -a test.jdl
* check the job status
* check the job status
glite-ce-job-status <cream-id>
glite-ce-job-status <cream-id>
Line 14: Line 14:
glite-ce-job-output <cream-id>
glite-ce-job-output <cream-id>


Needed file: [[Media:test.jdl]]
Needed file: [[Media:test.jdl test.jdl]]

Revision as of 12:38, 24 August 2012

  • Connect to the user interface
 ssh -p 24 -l gksXYZ gks-011.scc.kit.edu 
  • check user certificate
 ls -al .globus 
  • check available queues and batch system
 ldapsearch -x -H ldap://gks-XYZ.fzk.de:2170 -b mds-vo-name=resource,o=grid  
  • create a user proxy
 voms-proxy-init -voms dech  * get the test jdl file 
  • submit the job
 glite-ce-job-submit -d -r <ce_host_FQDN>:8443/cream-pbs-cert -a test.jdl  
  • check the job status
 glite-ce-job-status <cream-id>
  • get the job output
 glite-ce-job-output <cream-id>

Needed file: Media:test.jdl test.jdl