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

From Gridkaschool
Jump to navigationJump to search
(Created page with " == Check status of cluster nodes == From CE: pbsnodes == Check if batch system works correctly == From CE: vi/gedit test.sh #!/bin/bash sleep 60 su - dech003 q…")
(No difference)

Revision as of 15:53, 23 August 2012


Check status of cluster nodes

From CE:

pbsnodes  == Check if batch system works correctly ==  From CE:    vi/gedit test.sh   #!/bin/bash   sleep 60   su - dech003   qsub -q dteam_q prova.sh  * to check supported queues:
ldapsearch -x -H ldap://<CE_FQDN>:2170 -b mds-vo-name=resource,o=grid  * To detect the jobid:
qstat -Q   qstat -a  * To check the job 

tracejob <jobid>