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
34a681a5
Commit
34a681a5
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
In various places change "Munge" to "MUNGE"
parent
849504ad
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/html/accounting.shtml
+14
-14
14 additions, 14 deletions
doc/html/accounting.shtml
doc/html/download.shtml
+7
-7
7 additions, 7 deletions
doc/html/download.shtml
doc/html/news.shtml
+1
-1
1 addition, 1 deletion
doc/html/news.shtml
doc/html/resource_limits.shtml
+1
-1
1 addition, 1 deletion
doc/html/resource_limits.shtml
with
23 additions
and
23 deletions
doc/html/accounting.shtml
+
14
−
14
View file @
34a681a5
...
...
@@ -124,16 +124,16 @@ users should have consistent names and IDs.</p>
<p>The best way to insure security of the data is by authenticating
communications to the SlurmDBD and we recommend
<a href="http://munge.googlecode.com/">M
unge
</a> for that purpose.
<a href="http://munge.googlecode.com/">M
UNGE
</a> for that purpose.
If you have one cluster managed by SLURM and execute the SlurmDBD
on that one cluster, the normal M
unge
configuration will suffice.
Otherwise M
unge
should then be installed on all nodes of all
on that one cluster, the normal M
UNGE
configuration will suffice.
Otherwise M
UNGE
should then be installed on all nodes of all
SLURM managed clusters, plus the machine where SlurmDBD executes.
You then have a choice of either having a single M
unge
key for
You then have a choice of either having a single M
UNGE
key for
all of these computers or maintaining a unique key for each of the
clusters plus a second key for communications between the clusters
for better security.
M
unge
enhancements are planned to support two keys within a single
M
UNGE
enhancements are planned to support two keys within a single
configuration file, but presently two different daemons must be
started with different configurations to support two different keys
(create two key files and start the daemons with the
...
...
@@ -145,11 +145,11 @@ respectively, more details are provided below).</p>
<p?Whether you use any authentication module or not you will need to have
a way for the SlurmDBD to get uid's for users and/or admin. If using
M
unge
, it is ideal for your users to have the same id on all your
M
UNGE
, it is ideal for your users to have the same id on all your
clusters. If this is the case you should have a combination of every clusters
/etc/passwd file on the database server to allow the DBD to resolve
names for authentication. If using M
unge
and a users name is not in
the passwd file the action will fail. If not using M
unge
, you should
names for authentication. If using M
UNGE
and a users name is not in
the passwd file the action will fail. If not using M
UNGE
, you should
add anyone you want to be an administrator or operator to the passwd file.
If they plan on running sacctmgr or any of the accounting tools they
should have the same uid, or they will not authentic correctly. An
...
...
@@ -266,9 +266,9 @@ time their limits per association.</li>
<li><b>AccountingStorageHost</b>: The name or address of the host where
SlurmDBD executes</li>
<li><b>AccountingStoragePass</b>: If using SlurmDBD with a second M
unge
daemon, store the pathname of the named socket used by M
unge
to provide
enterprise-wide. Otherwise the default M
unge
daemon will be used.</li>
<li><b>AccountingStoragePass</b>: If using SlurmDBD with a second M
UNGE
daemon, store the pathname of the named socket used by M
UNGE
to provide
enterprise-wide. Otherwise the default M
UNGE
daemon will be used.</li>
<li><b>AccountingStoragePort</b>:
The network port that SlurmDBD accepts communication on.</li>
...
...
@@ -301,9 +301,9 @@ Some of the more important parameters include:</p>
<ul>
<li><b>AuthInfo</b>:
If using SlurmDBD with a second M
unge
daemon, store the pathname of
the named socket used by M
unge
to provide enterprise-wide.
Otherwise the default M
unge
daemon will be used.</li>
If using SlurmDBD with a second M
UNGE
daemon, store the pathname of
the named socket used by M
UNGE
to provide enterprise-wide.
Otherwise the default M
UNGE
daemon will be used.</li>
<li><b>AuthType</b>:
Define the authentication method for communications between SLURM
...
...
This diff is collapsed.
Click to expand it.
doc/html/download.shtml
+
7
−
7
View file @
34a681a5
...
...
@@ -17,9 +17,9 @@ SLURM has also been packaged for
a message.</li>
<ul>
<li><a href="http://www.theether.org/authd">authd</a></li>
<li><b>M
unge
</b> (recommended)<br>
<li><b>M
UNGE
</b> (recommended)<br>
In order to compile the "auth/munge" authentication plugin for SLURM,
you will need to build and install M
unge
, available from
you will need to build and install M
UNGE
, available from
<a href="http://munge.googlecode.com/">http://munge.googlecode.com/</a> and
<a href="http://packages.debian.org/src:munge">Debian</a> and
<a href="http://fedoraproject.org/">Fedora</a> and
...
...
@@ -45,12 +45,12 @@ It's an open source, non-interactive, command line, scriptable tool intended for
<li><b>Digital signatures</b> (Cypto plugin) are used to insure message are not altered.</li>
<ul>
<li><b>M
unge
</b> (recommended)<br>
M
unge
can be used at an alternative to OpenSSL.
M
unge
is available under the Gnu General Public License.
See M
unge
download information above.</li>
<li><b>M
UNGE
</b> (recommended)<br>
M
UNGE
can be used at an alternative to OpenSSL.
M
UNGE
is available under the Gnu General Public License.
See M
UNGE
download information above.</li>
<li><b>OpenSSL</b><br>
OpenSSL may be used as an alternative to M
unge
for generation of digital signatures.
OpenSSL may be used as an alternative to M
UNGE
for generation of digital signatures.
Download it from <a href="http://www.openssl.org/">http://www.openssl.org/</a>.</li>
</ul><br>
...
...
This diff is collapsed.
Click to expand it.
doc/html/news.shtml
+
1
−
1
View file @
34a681a5
...
...
@@ -22,7 +22,7 @@ database support across multiple clusters.</li>
<li>Gang scheduler plugin added (time-slicing of parallel jobs
without an external scheduler).</li>
<li>Cryptography logic moved to a separate plugin with the
option of using OpenSSL (default) or M
unge
(GPL).</li>
option of using OpenSSL (default) or M
UNGE
(GPL).</li>
<li>Improved scheduling of multiple job steps within a job's allocation.</li>
<li>Support for job specification of node features with node counts.</li>
<li><i>srun</i>'s --alloc, --attach, and --batch options removed (use
...
...
This diff is collapsed.
Click to expand it.
doc/html/resource_limits.shtml
+
1
−
1
View file @
34a681a5
...
...
@@ -25,7 +25,7 @@ or <a href="http://www.postgresql.org/">PostgreSQL</a>.
For security and performance reasons, the use of
SlurmDBD (SLURM Database Daemon) as a front-end to the
database is strongly recommended.
SlurmDBD uses a SLURM authentication plugin (e.g. M
unge
).
SlurmDBD uses a SLURM authentication plugin (e.g. M
UNGE
).
SlurmDBD also uses an existing SLURM accounting storage plugin
to maximize code reuse.
SlurmDBD uses data caching and prioritization of pending requests
...
...
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