Exercise 8: Test direct submission to CREAM CE

From Gridkaschool
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Connect to the user interface
 ssh -p 24 -l gksXYZ gks-011.scc.kit.edu 
  • check user certificate
 ls -al .globus 
 ls -al .glite
  • 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 : test.jdl
  • 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>