Thursday, August 8, 2013

Tracking Batch Jobs at Platform LSF

The content article is taken from http://users.cs.fiu.edu/~tho01/psg/3rdParty/lsf4_userGuide/07-tracking.html

1. Displaying All Job Status
# bjobs -u all

2. Report Reasons why a job is pending
# bjobs -p

3. Report Pending Reasons with host names for each conditions
# bjobs -lp

4. Detailed Report on a specific jobs
# bjobs -l 6653

5. Reasons why the job is suspended
# bjobs -s

6. Displaying Job History
# bpeek 12345

7. Killing Jobs
# bkill 12345

8. Stop the Job
# bstop 12345

9 Resume the job
# bresume 12345

Other References:

  1. Platform LSF – Monitoring jobs and tasks
  2. Platform LSF – Administration and Accounting Commands
  3. Platform LSF - View information about cluster
  4. Platform LSF - Submitting and Controlling jobs

No comments: