Bacula-users

Re: [Bacula-users] FW: FW: Bacula help

2011-01-26 17:43:53
Subject: Re: [Bacula-users] FW: FW: Bacula help
From: Jari Fredriksson <jarif AT iki DOT fi>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 26 Jan 2011 18:33:21 +0200
On 26.1.2011 17:50, Laxansh K. Adesara wrote:
> Hi, 
> 
> I have checked it. Both are same but now it seems like database issue as
> in the log file its showing database error. But I have already installed
> mysql database and in the bacula-dir configuration file by default it
> was showing my database details e.g. database name, username n password.
> But still error is saying configure your database. So what do I need to
> do to configure mysql database with bacula-director?
> 
> Regards,
>  
> Laxansh 
> 

You need to create the database "bacula" and user "bacula" in the MySQL
console.

mysql -u root

SQL> create database bacula ;
SQL> grant all on bacula.* to bacula@localhost identified by 'password';

Then you need to create the database content for bacula. You need the
make_bacula_tables.sql script for that. It is shipped with Bacula source
distribution and is in the /etc/bacula/scripts folder if I'm not mistaken.

SQL> use bacula;
SQL> source /etc/bacula/scripts/make_bacula_tables.sql;


> -----Original Message-----
> From: Mehma Sarja [mailto:mehmasarja AT gmail DOT com] 
> Sent: 26 January 2011 15:45
> To: bacula-users AT lists.sourceforge DOT net
> Subject: Re: [Bacula-users] FW: Bacula help
> 
> On 1/26/11 2:14 AM, Laxansh K. Adesara wrote:
>> Hi,
>>
>> I am Using same password in Ubuntu and window but now whenever I try
> to
>> connect bacula director from windows(bat file) it's showing following
>> error
>>
>> Bat:ABORTIMG due to ERROR in console/console.cpp:155
>> Failed to connect to ubuntu-dr for populateLists.
>>
>> I don't know where I am making mistakes. I Have also opened the port
>> 9101 n 9102 still director is not connecting with window client. Any
>> help????
>>
>> Regards,
>>
>> Laxansh
>>    
> Just a thought, the name of director on the client needs to be right. 
> And the name of the client on the server needs to be right. Just check
> it.
> 
> Mehma
> 
> ------------------------------------------------------------------------
> ------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 

Good day to let down old friends who need help.

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users