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
5f327f88
Commit
5f327f88
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Document "credential replayed" error
parent
5180f0e9
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/faq.shtml
+23
-3
23 additions, 3 deletions
doc/html/faq.shtml
with
23 additions
and
3 deletions
doc/html/faq.shtml
+
23
−
3
View file @
5f327f88
...
@@ -45,6 +45,8 @@ controller?</a></li>
...
@@ -45,6 +45,8 @@ controller?</a></li>
parallel for testing purposes?</a></li>
parallel for testing purposes?</a></li>
<li><a href="#multi_slurmd">Can multiple slurmd daemons be run
<li><a href="#multi_slurmd">Can multiple slurmd daemons be run
on the compute node(s) to emulate a larger cluster?</a></li>
on the compute node(s) to emulate a larger cluster?</a></li>
<li><a href="#credential_replayed">What does a "credential
replayed" error in the <i>SlurmdLogFile</i> indicate?</a></li>
</ol>
</ol>
<h2>For Users</h2>
<h2>For Users</h2>
...
@@ -451,15 +453,33 @@ slurm.conf. </li>
...
@@ -451,15 +453,33 @@ slurm.conf. </li>
<li>When starting the <i>slurmd</i> daemon, include the <i>NodeName</i>
<li>When starting the <i>slurmd</i> daemon, include the <i>NodeName</i>
of the node that it is supposed to serve on the execute line.</li>
of the node that it is supposed to serve on the execute line.</li>
</ol>
</ol>
It is strongly recommended that SLURM version 1.2 or higher be used
<p>
It is strongly recommended that SLURM version 1.2 or higher be used
for this due to it's improved support for multiple slurmd daemons.
for this due to it's improved support for multiple slurmd daemons.
See the
See the
<a href="programmer_guide.shtml#multiple_slurmd_support">Programmers Guide</a>
<a href="programmer_guide.shtml#multiple_slurmd_support">Programmers Guide</a>
for more details about configuring multiple slurmd support.
for more details about configuring multiple slurmd support.
<p><a name="credential_replayed"><b>15. What does a "credential
replayed" error in the <i>SlurmdLogFile</i> indicate?</b></a><br>
This error is indicative of the <i>slurmd</i> daemon not being able
to respond to job initiation requests from the <i>srun</i> command
in a timely fashion (a few seconds).
<i>Srun</i> responds by resending the job initiation request.
When the <i>slurmd</i> daemon finally starts to respond, it
processes both requests.
The second request is rejected and the event is logged with
the "credential replayed" error.
If you check the <i>SlurmdLogFile</i> and <i>SlurmctldLogFile</i>,
you should see signs of the <i>slurmd</i> daemon's non-responsiveness.
A variety of factors can be responsible for this problem
including diskless nodes encountering network problems or
very slow Network Information Service (NIS).
The <i>--msg-timeout</i> option of <i>srun</i> may be helpful
to deal with the problem, although this introduces other
problems for fault tolerance.
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 1
2 November
200
6
</p>
<p style="text-align:center;">Last modified 1
0 January
200
7
</p>
<!--#include virtual="footer.txt"-->
<!--#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