Hi,
you have to restart slurmctld for the database to be created.
slurmdbd must be running before
you start slurmctld.
David
On 01/17/2013 06:55 PM, Richard Casey wrote:
> Hi,
>
> We installed slurm 2.5.1 with
>
> rpmbuild -ta slurm*.tar.bz2
> rpm --install<the rpm files>
>
> All the rpm's are installed and we have slurmctld and slurmd running. We
> installed munge and it works. The regression tests work. We installed MySQL
> and it's running. Now we're trying to add accounting. On the page
>
> http://www.schedmd.com/slurmdocs/accounting.html
>
> it says
>
> "While SLURM will create the database automatically..."
>
> However, we don't see at what step it creates the database? In MySQL show
> databases doesn't list slurm_acct_db (we're just using defaults) so it's not
> clear how it's creating the database and of course tables.
>