[slurm-users] Re: slurmdbd not connecting to mysql (mariadb)

2024-05-29 Thread mercan via slurm-users
Hi; Did you check can you connect db with your conf parameters from head-node: mysql --user=slurm --password=slurmdbpass  slurm_acct_db Also, check and stop firewall and selinux, if they are running. Last, you can stop slurmdbd, then run run terminal with: slurmdbd -D -vvv Regards; C. Ahmet

[slurm-users] Re: slurmdbd not connecting to mysql (mariadb)

2024-05-30 Thread mercan via slurm-users
Did you try to connect database using mysql command? mysql --user=slurm --password=slurmdbpass  slurm_acct_db C. Ahmet Mercan On 30.05.2024 14:48, Radhouane Aniba via slurm-users wrote: Thank you Ahmet, I dont have a firewall active. And because slurmdbd cannot connect to the database I am no

[slurm-users] Re: slurmdbd not connecting to mysql (mariadb)

2024-05-30 Thread mercan via slurm-users
You should fix this error, this not a warning. It is an error: "slurmdbd: error: Database settings not recommended values: innodb_buffer_pool_size innodb_lock_wait_timeout" error. You can find info at slurm documentation: https://slurm.schedmd.com/accounting.html#slurm-accounting-configuratio

[slurm-users] Re: Background tasks in Slurm scripts?

2024-07-26 Thread mercan via slurm-users
Good Morning; This is not a slurm issue. This is a default shell script feature. If you want to wait to finish until all background processes, you should use wait command after all. Regards; C. Ahmet Mercan On 26.07.2024 10:23, Steffen Grunewald via slurm-users wrote: Good morning, yester