Bacula-users

[Bacula-users] Bacula 3.0.2 and Windows 2003 Server connection problem

2010-03-15 16:45:28
Subject: [Bacula-users] Bacula 3.0.2 and Windows 2003 Server connection problem
From: daveb93 <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 14 Mar 2010 13:55:29 -0400
Hello All ...
This is my first post here (but likely not the last  :D ) I manage several 
bacula installs all with shall we say issues ... 
Here is my PITA for today.

Bacula Director on Ubuntu Server:
Version: 3.0.2 (18 July 2009) x86_64-pc-linux-gnu ubuntu 10.04 (<-- not sure 
why 10.04 but I digress) 
It is up and running correctly 

I attempt to connect to the client (the windows 2003 server) I get the 
following error from bconsole 

JobId 0&#58; Fatal error&#58; Unable to authenticate with File daemon at 
"xxx.xxx.xxx.xxx&#58;9102". Possible causes&#58;
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up &#40;restart daemon&#41;.
Please see 
http&#58;//www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000
 for help.


I can telnet to the client with success on port 9102 

turning tracing on from bconsole gives me this nugget 

JobId 0&#58; Fatal error&#58; Error sending Hello to File daemon at 
"xxx.xxx.xxx.xxx&#58;9102". ERR=Connection reset by peer
14-Mar 12&#58;08 server-dir JobId 0&#58; Error&#58; bsock.c&#58;374 Write error 
sending 45 bytes to Client&#58; client-fd&#58;xxx.xxx.xxx.xxx&#58;9102&#58; 
ERR=Connection reset by peer

The client fd.conf looks like this (pretty standard) 

# "Global" File daemon configuration specifications
#
FileDaemon &#123;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # this is me
&nbsp; Name = client-fd
&nbsp; FDport = 9102&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # 
where we listen for the director
&nbsp; WorkingDirectory = "C&#58;\\Documents and Settings\\All 
Users\\Application Data\\Bacula\\work"
&nbsp; Pid Directory = "C&#58;\\Documents and Settings\\All Users\\Application 
Data\\Bacula\\work"
&nbsp; #Plugin Directory = "C&#58;\\Program Files\\Bacula\\bin\\fdplugins"
&nbsp; Maximum Concurrent Jobs = 20
&#125;

#
# List Directors who are permitted to contact this File daemon
#
Director &#123;
&nbsp; Name = server-fd
&nbsp; Password = "std-password"
&#125;

#
# Restricted Director, used by tray-monitor to get the
#&nbsp; &nbsp;status of the file daemon
#
Director &#123;
&nbsp; Name = 2650server-mon
&nbsp; Password = "std-password"
&nbsp; Monitor = yes
&#125;

# Send all messages except skipped files back to Director
Messages &#123;
&nbsp; Name = Standard
&nbsp; director = server-fd = all, !skipped, !restored
&#125;


And the client section on the server bacula-dir.conf  looks like this:

 Client &#123;
&nbsp; Name = client-fd
&nbsp; Password = "std-password"
&nbsp; Address = xxx.xxx.xxx.xxx
&nbsp; FDPort = 9102
&nbsp; Catalog = MyCatalog
&nbsp; File Retention = 21 days
&nbsp; Job Retention = 6 months
&#125;


Everything "looks" right to me ... but I cannot get the darn thing to connect 
... and no google joy on any similar issues 

any ideas ??
Thanks

+----------------------------------------------------------------------
|This was sent by daveb93_2000 AT yahoo DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>