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
914ff706
Commit
914ff706
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add FAQ about HA database configuration
parent
60a37b54
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/faq.shtml
+22
-1
22 additions, 1 deletion
doc/html/faq.shtml
doc/html/team.shtml
+2
-1
2 additions, 1 deletion
doc/html/team.shtml
with
24 additions
and
2 deletions
doc/html/faq.shtml
+
22
−
1
View file @
914ff706
...
@@ -160,6 +160,8 @@ launch a shell on a node in the job's allocation?</a></li>
...
@@ -160,6 +160,8 @@ launch a shell on a node in the job's allocation?</a></li>
<li><a href="#upgrade">What should I be aware of when upgrading Slurm?</a></li>
<li><a href="#upgrade">What should I be aware of when upgrading Slurm?</a></li>
<li><a href="#torque">How easy is it to switch from PBS or Torque to Slurm?</a></li>
<li><a href="#torque">How easy is it to switch from PBS or Torque to Slurm?</a></li>
<li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li>
<li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li>
<li><a href="#ha_db>">How critical is configuring high availability for my
database?</a></li>
</ol>
</ol>
<h2>For Management</h2>
<h2>For Management</h2>
...
@@ -1713,8 +1715,27 @@ enumerate = True
...
@@ -1713,8 +1715,27 @@ enumerate = True
case_sensitive = False
case_sensitive = False
</pre>
</pre>
<p><a name="ha_db>"><b>54. How critical is configuring high availability for my
database?</b></a></br>
<ul>
<li>Consider if you really need mysql failover. Short outage of slurdbd is not
a problem, because slurmctld will store all data in memory and send it to
slurmdbd when it's back operating. The slurmctld daemon will also cache all
user limits and fair share information.</li>
<li>You cannot use ndb, since slurmdbd/mysql uses a keys on BLOB values (and
maybe something more from the incompatibility list).</li>
<li>You can set up "classical" Linux HA, with heartbeat/corosync to migrate
IP between master/backup mysql servers and:</li>
<ul>
<li>Configure one way replication of mysql, and change master/backup roles on
failure</li>
<li>Use shared storage for master/slave mysql servers database, and start
backup on master mysql failure.</li>
</ul>
</ul>
<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 2
1
August 2013</p>
<p style="text-align:center;">Last modified 2
8
August 2013</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/html/team.shtml
+
2
−
1
View file @
914ff706
...
@@ -143,6 +143,7 @@ Lead Slurm developers are:
...
@@ -143,6 +143,7 @@ Lead Slurm developers are:
<li>Rod Schultz (Bull)</li>
<li>Rod Schultz (Bull)</li>
<li>Jason Sollom (Cray)</li>
<li>Jason Sollom (Cray)</li>
<li>Eric Soyez (Science+Computing)</li>
<li>Eric Soyez (Science+Computing)</li>
<li>Marcin Stolarek</li>
<li>Tyler Strickland (University of Florida)</li>
<li>Tyler Strickland (University of Florida)</li>
<li>Jeff Squyres (LAM MPI)</li>
<li>Jeff Squyres (LAM MPI)</li>
<br>
<br>
...
@@ -166,6 +167,6 @@ Lead Slurm developers are:
...
@@ -166,6 +167,6 @@ Lead Slurm developers are:
<!-- INDIVIDUALS, PLEASE KEEP IN ALPHABETICAL ORDER -->
<!-- INDIVIDUALS, PLEASE KEEP IN ALPHABETICAL ORDER -->
</ul>
</ul>
<p style="text-align:center;">Last modified
19
August 2013</p>
<p style="text-align:center;">Last modified
28
August 2013</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