Exercise 8: Cluster CE+WN verification

From Gridkaschool
Revision as of 15:53, 23 August 2012 by Bertocco (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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>