I had already tried that but here it is, looks OK to me.
==
[root@vuwunicoslurmd3 slurm]# mysql -h 127.0.0.1 -u slurm -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 12583
Server version: 10.11.10-MariaDB MariaDB Server
Copyright (c
On 3/4/25 5:23 pm, Steven Jones via slurm-users wrote:
However mysql -u slurm -p works just fine so it seems to be a config
error for slurmdbd
Try:
mysql -h 127.0.0.1 -u slurm -p
IIRC without that it'll try a UNIX domain socket and not try and connect
via TCP/IP.
--
Chris Samuel : h
In the logs I am seeing,
root@vuwunicoslurmd3 mariadb]# tail -f mariadb.log
2025-03-04 19:01:32 12565 [Warning] Access denied for user 'slurm'@'localhost'
(using password: YES)
2025-03-04 19:06:19 12566 [Warning] Access denied for user 'slurm'@'localhost'
(using password: YES)
However mysql -
> What's the best way to troubleshoot this when orted fails but doesn't give
> any sort of error to indicate what the root cause of the failure might be?
> And I also can't predictably induce the failure, just have to wait until it
> randomly chokes.
You can try increasing the Open MPI verbos
I'm running a small-ish slurm grid, 87 nodes with various hardware. On a few
occasions lately users submitting jobs will get an orted error and the job
fails. Try again a few hours later or the next day and the same job runs just
fine.
Google-fu indicated it might be a DNS issue if for whateve
On 3/4/25 09:43, Steffen Grunewald via slurm-users wrote:
Following the setup at,
https://slurm.schedmd.com/accounting.html#mysql-configuration
When I try to start slurmdbd it fails.
[root@vuwunicoslurmd3 ~]# systemctl status slurmdbd
? slurmdbd.service - Slurm DBD accounting daemon
Loa
On Tue, 2025-03-04 at 01:03:00 +, Slurm users wrote:
> I am trying to add slurmdbd to my first attempt of slurmctld.
>
> I have mariadb 10.11 running and permissions set.
>
> MariaDB [(none)]> CREATE DATABASE slurm_acct_db;
> Query OK, 1 row affected (0.000 sec)
>
> MariaDB [(none)]> show da
Hello,
yes, you need to configure the SlurmDBD daemon:
https://slurm.schedmd.com/slurmdbd.html
https://slurm.schedmd.com/slurmdbd.conf.html
Accounting setup (enforcing limits for example) requires the
database, but some additional steps are also required to
get the whole system working.
Sy