-
Notifications
You must be signed in to change notification settings - Fork 1
/
14.7troubleshootingjobs.html
67 lines (45 loc) · 3.06 KB
/
14.7troubleshootingjobs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div class="sright">
<div class="sub-content-head">
Maui Scheduler
</div>
<div id="sub-content-rpt" class="sub-content-rpt">
<div class="tab-container docs" id="tab-container">
<div class="topNav">
<div class="docsSearch"></div>
<div class="navIcons topIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="14.0troubleshootingandsysmaintenance.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="14.6troubleshootingsystemerrors.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="15.0improvingusereffectiveness.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>14.7 Problems with Individual Jobs</h1>
<p>To determine why a particular job will not start, there are several commands which can be helpful.</p>
<p><b><a href="commands/checkjob.html">checkjob -v</a></b></p>
<p>Checkjob will evaluate the ability of a job to start immediately. Tests include resource access, node state, job constraints (ie, startdate, taskspernode,QOS, etc). Additionally, command line flags may be specified to provide further information.</p>
<p>-l <POLICYLEVEL> // evaluate impact of throttling policies on job feasibility<br>
-n <NODENAME> // evaluate resource access on specific node<br>
-r <RESERVATION_LIST> // evaluate access to specified reservations</p>
<p><b><a href="commands/checknode.html">checknode</a></b></p>
<p>Display detailed status of node</p>
<p><b><a href="commands/diagnosejob.html">diagnose -j</a></b></p>
<p>Display high level summary of job attributes and perform sanity check on job attributes/state.</p>
<p><b><a href="commands/diagnosequeue.html">diagnose -q</a></b></p>
<p>Display various reasons job is considered 'blocked' or 'non-queued'.</p>
<p><b><a href="commands/showbf.html">showbf -v</a></b></p>
<p>Determine general resource availability subject to specified constraints.</p>
<p><b>See also:</b></p>
<p><b><a href="troubleshooting.html">Diagnosing System Behavior/Problems</a></b></p>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="14.0troubleshootingandsysmaintenance.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="14.6troubleshootingsystemerrors.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="15.0improvingusereffectiveness.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>