diff options
author | Arun Isaac | 2024-10-18 03:16:04 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-18 03:19:48 +0100 |
commit | 32c370fa0e1793bc91395a8c4ad30c9c723fca10 (patch) | |
tree | 980364889bad5099a989457a0754b68ef135ebc5 /topics/octopus | |
parent | ee78c0f80d079016f2838495980903c130095c3e (diff) | |
download | gn-gemtext-32c370fa0e1793bc91395a8c4ad30c9c723fca10.tar.gz |
Upgrade slurmrestd when upgrading slurm.
Diffstat (limited to 'topics/octopus')
-rw-r--r-- | topics/octopus/slurm-upgrade.gmi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/topics/octopus/slurm-upgrade.gmi b/topics/octopus/slurm-upgrade.gmi index 1f09a79..6a7b802 100644 --- a/topics/octopus/slurm-upgrade.gmi +++ b/topics/octopus/slurm-upgrade.gmi @@ -14,7 +14,7 @@ slurm can only be upgraded safely in small version increments. For example, it i Stop the slurmdbd, slurmctld and slurmd services. ``` -# systemctl stop slurmdbd slurmctld slurmd +# systemctl stop slurmdbd slurmctld slurmd slurmrestd ``` Backup the slurm StateSaveLocation (/var/spool/slurmd/ctld in our case) and the slurm configuration directory. ``` @@ -50,6 +50,7 @@ Reload the new systemd configuration files. Then, start the slurmdbd, slurmctld # systemctl start slurmdbd # systemctl start slurmctld # systemctl start slurmd +# systemctl start slurmrestd ``` ## Upgrade slurm on the worker nodes |