Exercise 8: Cluster CE+WN verification

From Gridkaschool
Revision as of 16:21, 23 August 2012 by Bertocco (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

From CE:

Check status of cluster nodes

pbsnodes  

Check if batch system works correctly

 su - dech003   
 vi/gedit test.sh   
 #!/bin/bash   
 sleep 20   
 qsub -q dteam_q test.sh  
 qsub -q dech_q test.sh

1. To check supported queues:

 ldapsearch -x -H ldap://<CE_FQDN>:2170 -b mds-vo-name=resource,o=grid  

2. To detect the jobid:

 qstat -Q  
 qstat -a  

3. To check the job

 tracejob <jobid>