Hello all. I'm 99% positive either I'm doing the configuration wrong - =
but I've read the manual and archives (maybe missing the answer) and =
have no clue as to what is going on...
I have the following setup - One machine running bacula-dir and =
bacula-sd (named backup1), another machine running bacula-sd (named =
backup2). I am using file storage on both. =20
On both are 3ware cards with disks that are allocated to the directory =
that holds the backup file storage (/bacula-nn). My plan was to use a =
pool, and have bacula send the jobs to them as determined by the =
director.
Well, everything *sort of* works. The problems I've encountered are as =
follows:
When backup1's disk space fills up, bconsole becomes practically =
unusable, as it slows down severely. During this time I see a lot of =
these messages:
19-Mar 15:54 backup1.mydomain.com: ERROR in authenticate.c:382 Unable to =
authenticate console "*UserAgent*" at client:172.16.0.134:36131.
Also, during the slowdown, mysqld is being hit extremely hard.
Now, if I switch the order of the "Storage" lines in the "Pool" section, =
and restart the director, bconsole becomes snappy again, and backups to =
the pool go to backup2. Mysqld is not taxed at all after the order is =
switched
Does any one have any idea on this? Below are the relevant =
configuration sections. I'm currently trying to restore a file from the =
'backup1' server (its disks are full), and it is being extremely =
slooooow. :)
Backup1 - /etc/bacula/bacula-dir.conf:
Storage {
Name =3D "backup1 - File"
Address =3D backup1.mydomain.com
SDPort =3D 9103
Password =3D "password"
Device =3D FileStorage
Media Type =3D File
Maximum Concurrent Jobs =3D 3
}
Storage {
Name =3D "backup2 - File"
Address =3D backup2.mydomain.com
SDPort =3D 9103
Password =3D "password"
Device =3D FileStorage2
Media Type =3D File2
Maximum Concurrent Jobs =3D 3
}
Pool {
Name =3D "File Storage"
Pool Type =3D Backup
Recycle =3D yes
AutoPrune =3D yes
Volume Retention =3D 365 days # one year
Storage =3D "backup1 - File"
Storage =3D "backup2 - File"
}
Backup1 - /etc/bacula/bacula-sd.conf:
Device {
Name =3D FileStorage
Media Type =3D File
Archive Device =3D /bacula-01
LabelMedia =3D yes; # lets Bacula label unlabeled =
media
Random Access =3D Yes;
AutomaticMount =3D yes; # when device opened, read it
RemovableMedia =3D no;
AlwaysOpen =3D no;
}
Backup2 - /etc/bacula/bacula-sd.conf:
Device {
Name =3D FileStorage2
Media Type =3D File2
Archive Device =3D /bacula-02
LabelMedia =3D yes; # lets Bacula label unlabeled =
media
Random Access =3D Yes;
AutomaticMount =3D yes; # when device opened, read it
RemovableMedia =3D no;
AlwaysOpen =3D no;
}
--=20
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.14/727 - Release Date: =
3/19/2007 11:49
=20
