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
92d13a44
Commit
92d13a44
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add explanation to FAQ about unexpected node reboot
parent
85145fda
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/faq.shtml
+11
-1
11 additions, 1 deletion
doc/html/faq.shtml
with
11 additions
and
1 deletion
doc/html/faq.shtml
+
11
−
1
View file @
92d13a44
...
...
@@ -163,6 +163,8 @@ launch a shell on a node in the job's allocation?</a></li>
<li><a href="#ha_db">How critical is configuring high availability for my
database?</a></li>
<li><a href="#sql">How can I use double quotes in MySQL queries?</a></li>
<li><a href="#reboot">Why is a compute node down with the reason set to
"Node unexpectedly rebooted"?</a></li>
</ol>
<h2>For Management</h2>
...
...
@@ -1745,8 +1747,16 @@ SET session sql_mode='ANSI_QUOTES';
show columns from "tux_assoc_table" where Field='is_def';
</pre>
<p><a name="reboot"><b>56. Why is a compute node down with the reason set to
"Node unexpectedly rebooted"?</b></a></br>
This is indicative of the slurmctld daemon running on the cluster's head node
as well as the slurmd daemon on the compute node when the compute node reboots.
If you which to prevent this condition from setting the node into a DOWN state
then configure ReturnToService to 2. See the slurm.conf man page for details.
Otherwise use the scontrol or sview to manually return the node to service.</p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
1
3
Septem
ber 2013</p>
<p style="text-align:center;">Last modified 3
Octo
ber 2013</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