>>>>> On Wed, 18 Jan 2006 16:27:14 -0400, javier rojas <[EMAIL PROTECTED]> said:

  Javier> i've installed successfully bacula server on my machine and i'm
  Javier> tryying to add a second client, so i installed the client on another
  Javier> machine, but so far i haven't been able to establish a connection
  Javier> between the two machines, this is my bacula-dir.conf (server)

  Javier> i can do a ping MACHINE from my server and its ok, iptables is
  Javier> stopped. (on the server)

  Javier> #
  Javier> # Second Client (File Services) to backup
  Javier> #  You should change Name, Address, and Password before using
  Javier> #
  Javier> Client {
  Javier>   Name = MACHINE-fd
  Javier>   Address = MACHINE
  Javier>   FDPort = 9102
  Javier>   Catalog = MyCatalog
  Javier>   Password = "Y/2EfpcMgOz0mz2GVoNR/6n+XtvO3BPWyK9Tb54n1wh+"         #
  Javier> password for FileDaemon 2
  Javier>   File Retention = 30 days            # 30 days
  Javier>   Job Retention = 6 months            # six months
  Javier>   AutoPrune = yes                     # Prune expired Jobs/Files
  Javier> }

  Javier> and this is the bacula-fd.conf on MACHINE

  Javier> Director {
  Javier>   Name = virtual10-dir
  Javier>   Password = "Y/2EfpcMgOz0mz2GVoNR/6n+XtvO3BPWyK9Tb54n1wh+"
  Javier> }


  Javier> if i do a tcpdump on the port 9102 on machine i see the packages
  Javier> comming from server but i get this messages on the bconsole on server:

  Javier> Select Client (File daemon) resource (1-2): 2
  Javier> Connecting to Client MACHINE-fd at MACHINE:9102
  Javier> Failed to connect to Client MACHINE-fd.
  Javier> ====
  Javier> You have messages.
  Javier> *
  Javier> 18-Jan 16:11 server-dir: *Console*.2006-01-18_16.11.38 Fatal error:

The problem may be the name on the Director.  In the above message, it says
"server-dir" but that doesn't match the name "virtual10-dir" in your
bacula-fd.conf on MACHINE.  Also check that the Name in the Director's Client
resource for MACHINE matches the Name in MACHINE's Client resource.

__Martin


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to