In the previous articles we've coved the installation of Bacula. In this one we will cover basic configuration, based on the installation locations we used before. If you have not read them I recommend that you pay a visit
Using Bacula with HP autoloaders | Basics
Using Bacula with HP autoloaders | Installation
Using Bacula with HP autoloaders | System Configs
Bacula consists of 3 parts - Director, Storage Daemon and File Daemon + additional 4th part GUI tools. Before we can use any of those we need to create the Catalog - MySQL db in our case. To do so we need to follow next 4 steps.
1. cd /usr/local/bacula/etc
2. ./create_bacula_database
3. ./make_bacula_tables
4. ./grant_mysql_privileges
To verify that all was completed successfully login in mysql server with administrative user and execute the following command :
mysql> show grants for bacula@localhost;
Output should look like this:

