Exercise 8: Cluster CE+WN verification

From Gridkaschool
Revision as of 16:14, 23 August 2012 by Bertocco (talk | contribs)
Jump to navigationJump to search

From CE:

Check status of cluster nodes

pbsnodes  

Check if batch system works correctly

 vi/gedit test.sh   
 #!/bin/bash   
 sleep 60   
 su - dech003   
 qsub -q dteam_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>