Exercise 8: Cluster CE+WN verification: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 12: Line 12:
sleep 20
sleep 20
qsub -q dteam_q test.sh
qsub -q dteam_q test.sh
qsub -q dech_q test.sh


1. To check supported queues:
1. To check supported queues:

Latest revision as of 16:21, 23 August 2012

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>