>  This problem is solved but now new problem has arise
> when i start ./bconsole at that time it will run fine
> but after some time (2 minute)it get hang, when i give
> command
> -------------------------------------------------------
> *status
> Status available for:
>      1: Director
>      2: Storage
>      3: Client
>      4: All
> Select daemon type for status (1-4): 3
> The defined Client resources are:
>      1: Server-fd
>      2: cumin-fd
>      3: cardomom-fd
>      4: ads-fd
> Select Client (File daemon) resource (1-4): 4
> Connecting to Client ads-fd at 10.10.200.96:9102
> Failed to connect to Client ads-fd.

This means the client on ads-fd is either not running, the passwords (in your 
conf
files) are not the same, or the network can't commnuicate.

> -------------------------------------------------------
> after that i have to again restart daemons with
> command ./bacula restart. then again it will work fine
> but after some time it get hang.
> 
>  i have found that i have mysql database but inside
> that there is no any databases like bacula and mysql.
> so is it necessary that these 2 database should be
> exist in mysql database. can i manually create
> databases (bacula and mysql) throuch script.
> ------------------------------------------------------
> ./create_bacula_database
> ./create_mysql_database
> -----------------------------------------------------
>  once i trayed to run this script manually i give
> error like
> 
> [EMAIL PROTECTED] bacula]# ./create_mysql_database
> ERROR 1045 (28000): Access denied for user
> 'root'@'localhost' (using password: NO)
> Creation of bacula database failed.
> 
Do you have a root password set for mysql? If so you have to pass a -p to these
scripts for them to prompt you for the password.

I am a little confused by your situation, because if you have no bacula 
database the
director will not start at all (at least for me) and if you have no director 
than
bconsole will fail to connect. 


John


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to