On 11/20/2017 10:50 AM, Juan A. Cordero Varelaq wrote:
Slurm 17.02.3 was installed on my cluster some time ago but recently I
decided to use SlurmDBD for the accounting.
After installing several packages (slurm-devel, slurm-munge,
slurm-perlapi, slurm-plugins, slurm-slurmdbd and slurm-sql) and
I guess mariadb-devel was not installed by the time another person
installed slurm. I have a bunch of slurm-* rpms I installed using "yum
localinstall ...". Should I installed them in another way or remove slurm?
The file accounting_storage_mysql.so is bythe way absent on the machine.
Thanks
O
Also - make sure you have MariaDB-devel when you make the RPMs - that's the
first bit.
The second bit is you might have to find the accounting_storage_mysql.so
and place it in /usr/lib64/slurm.
I think it might end up in
/path/to/rpmbuild/BUILD/sec/plugins/accounting/.libs/ or something like that
Try adding this to your conf:
PluginDir=/usr/lib64/slurm
On Monday, November 20, 2017 6:48 AM, Juan A. Cordero Varelaq
wrote:
I did that but got the same errors. slurmdbd.log contains by the way the
following:
[2017-11-20T12:39:04.178] error: Couldn't find the specified plugin name
I did that but got the same errors.
slurmdbd.log contains by the way the following:
[2017-11-20T12:39:04.178] error: Couldn't find the specified plugin
name for accounting_storage/mysql looking at all files
[2017-11-20T12:39:04.179] error: cannot find accounting_storage
plugin for ac
On 20 November 2017 at 20:50, Juan A. Cordero Varelaq <
bioinformatica-i...@us.es> wrote:
> $ systemctl start slurmdbd
> Job for slurmdbd.service failed because the control process exited
> with error code. See "systemctl status slurmdbd.service" and "journalctl
> -xe" for details.
> $
Hi,
Slurm 17.02.3 was installed on my cluster some time ago but recently I
decided to use SlurmDBD for the accounting.
After installing several packages (slurm-devel, slurm-munge,
slurm-perlapi, slurm-plugins, slurm-slurmdbd and slurm-sql) and MariaDB
in CentOS 7, I created an SQL database: