Hi every:
I'm trying to add a new Windows Client (the first) to my Bacula but I'm 
get problems while trying to communicate from Bacula Server to Client. 
This is my client configuration:

Director {
   Name = serverbacula-dir
   Password = "oGsNf04dulgd4ga9"
}

FileDaemon {                          # this is me
   Name = 10.128.50.10-fd
   FDport = 9102                       # where we listen for the director
   WorkingDirectory = C:\Temp\bacula
   Pid Directory = C:\WINDOWS
}

And this is the client definition at bacula-dir.conf
Client {
   Name = FD.10.128.60.10
   Address = 10.128.50.10
   FDPort = 9102
   Catalog = MyCatalog
   Password = "oGsNf04dulgd4ga9"
   File Retention = 15 days
   Job Retention = 15 days
}

This is the error message:
01-Feb 14:00 serverbacula-dir JobId 0: Fatal error: Unable to 
authenticate with File daemon at "10.128.50.10:9102". Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up (restart daemon).
Please see 
http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000
 
for help.

What's wrong here?
-- 
Cheers and thx in advance
ReynierPM

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to