Skip to content
Snippets Groups Projects
Commit 25c88867 authored by Moe Jette's avatar Moe Jette
Browse files

Add definitions for SlurmUser and SlurmctldPidFile

parent c3fbd420
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,16 @@ upon registration. The default value is 0, which
means that a node will remain DOWN until a system administrator explicitly
makes it available for use.
.TP
\fBSlurmUser\fR
The name of the user that the \fBslurmctld\fR daemon executes as. For security
purposes a user other than "root" may be used.
.TP
\fBSlurmctldLogFile\fR
Fully qualified pathname of a file into which the \fBslurmctld\fR daemon's logs are written.
.TP
\fBSlurmctldPidFile\fR
Fully qualified pathname of a file into which the \fBslurmctld\fR daemon may write its process id. This may be used for automated signal processing.
.TP
\fBSlurmctldPort\fR
The port number that the SLURM controller, \fBslurmctld\fR, listens
to for work. The default value is SLURMCTLD_PORT as established at system
......@@ -133,7 +140,11 @@ primary controller to respond before assuming control. The default value
is 300 seconds.
.TP
\fBSlurmdLogFile\fR
Fully qualified pathname of a file into whichthe \fBslurmd\fR daemon's logs are written.
Fully qualified pathname of a file into which the \fBslurmd\fR daemon's logs are written.
.TP
\fBSlurmdPidFile\fR
Fully qualified pathname of a file into which the \fBslurmd\fR daemon may write
its process id. This may be used for automated signal processing.
.TP
\fBSlurmdPort\fR
The port number that the SLURM compute node daemon, \fBslurmd\fR, listens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment