Exercise 8: Cluster CE+WN verification

From Gridkaschool

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>