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

Describe what can be done with reconfig command.

parent 4a8f837d
No related branches found
No related tags found
No related merge requests found
...@@ -58,12 +58,18 @@ Terminate the execution of scontrol. ...@@ -58,12 +58,18 @@ Terminate the execution of scontrol.
.TP .TP
\fIreconfigure\fP \fIreconfigure\fP
Instruct all Slurm daemons to re-read the configuration file. Instruct all Slurm daemons to re-read the configuration file.
This command does not restart the daemons.
This mechanism would be used to modify configuration parameters (Epilog, This mechanism would be used to modify configuration parameters (Epilog,
Prolog, SlurmctldLogFile, SlurmdLogFile, etc.) register the physical Prolog, SlurmctldLogFile, SlurmdLogFile, etc.) register the physical
addition or removal of nodes from the cluster or recognize the change addition or removal of nodes from the cluster or recognize the change
of a node's configuration, such as the addition of memory or processors. of a node's configuration, such as the addition of memory or processors.
The Slurm controller (slurmctld) forwards the request all other daemons The Slurm controller (slurmctld) forwards the request all other daemons
(slurmd daemon on each compute node). Running jobs continue execution. (slurmd daemon on each compute node). Running jobs continue execution.
Most configuration parameters can be changed by just running this command,
however, SLURM daemons should be shutdown and restarted if any of these
parameters are to be changed: AuthType, BackupAddr, BackupController,
ControlAddr, ControlMach, PluginDir, StateSaveLocation, SlurmctldPort
or SlurmdPort.
.TP .TP
\fIshow\fP \fIENTITY\fP \fIID\fP \fIshow\fP \fIENTITY\fP \fIID\fP
Display the state of the specified entity with the specified identification. Display the state of the specified entity with the specified identification.
......
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