Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
3577021d
Commit
3577021d
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add information about jobs/nodes hung in CG state.
parent
de5ac831
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/troubleshoot.shtml
+22
-1
22 additions, 1 deletion
doc/html/troubleshoot.shtml
with
22 additions
and
1 deletion
doc/html/troubleshoot.shtml
+
22
−
1
View file @
3577021d
...
...
@@ -10,6 +10,7 @@ may also prove useful.</p>
<ul>
<li><a href="#resp">SLURM is not responding</a></li>
<li><a href="#sched">Jobs are not getting scheduled</a></li>
<li><a href="#completing">Jobs and nodes are stuck in COMPLETING state</a></li>
<li><a href="#nodes">Notes are getting set to a DOWN state</a></li>
<li><a href="#network">Networking and configuration problems</a></li>
</ul>
...
...
@@ -97,6 +98,26 @@ Please refer to its documentation for help.</li>
<p class="footer"><a href="#top">top</a></p>
<h2><a name="completing">Jobs and nodes are stuck in COMPLETING state</a></h2>
<p>This is typically due to non-killable processes associated with the job.
SLURM will continue to attempt terminating the processes with SIGKILL, but
some jobs may stuck performing I/O and non-killable.
This is typically due to a file system problem and may be addressed in
a couple of ways.</p>
<ol>
<li>Fix the file system and/or reboot the node. <b>-OR-</b></li>
<li>Set the node to a DOWN state and then return it to service
("<i>scontrol update NodeName=<node> State=down Reason=hung_proc</i>"
and "<i>scontrol update NodeName=<node> State=resume</i>").
This permits other jobs to use the node, but leaves the non-killable
process in place.
If the process should ever complete the I/O, the pending SIGKILL
should terminate it immediately.</li>
</ol>
<p class="footer"><a href="#top">top</a></p>
<h2><a name="nodes">Notes are getting set to a DOWN state</a></h2>
<ol>
...
...
@@ -171,6 +192,6 @@ version 1.2 daemons or vise-versa.</li>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 1
2
October 2006</p>
<p style="text-align:center;">Last modified 1
6
October 2006</p>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment