Agree with Ole.
Also, slurm is one of the packages. You need to install slurm-slurmctld,
not just slurm.
On the nodes install slurm-slurmd (slurm is a dependency for everything,
so it will always get installed).
The only system that would have only the slurm package would be
something like a
On Fri, 15 Dec 2023, Felix wrote:
we are installing a new server with slurm on ALMA Linux 9.2
...
Failed to start slurmctld.service: Unit slurmctld.service not found.
I can not find any slurmctld service on the system.
What can i do?
Fedora (and EPEL) slurm is split into a number of packages
Hi Farcas,
On 12/15/23 11:00, Felix wrote:
we are installing a new server with slurm on ALMA Linux 9.2
Slurm support on EL9 might perhaps be a little less mature than on EL8.
we did the followimg:
dnf install slurm
The result is
rpm -qa | grep slurm
slurm-libs-22.05.9-1.el9.x86_64
slurm-2
Hello
we are installing a new server with slurm on ALMA Linux 9.2
we did the followimg:
dnf install slurm
The result is
rpm -qa | grep slurm
slurm-libs-22.05.9-1.el9.x86_64
slurm-22.05.9-1.el9.x86_64
Now when trying to start slurm
systemctl start slurmctld.service
Failed to start slurmctld.