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:
No comments:
Post a Comment