Bacula-users

Re: [Bacula-users] Restore client problems

2009-06-09 07:55:13
Subject: Re: [Bacula-users] Restore client problems
From: Kevin Keane <subscription AT kkeane DOT com>
Date: Tue, 09 Jun 2009 04:51:39 -0700
Connection refused indicates that you can't even get a TCP connection to 
the FD. You can actually verify that with telnet. On the server, type:

telnet arabella-100.example.com 9102

The list of possible reasons for this is fairly short:

- The FD isn't running. Use netstat -ltunp to confirm that it is running 
and listening on port 9102, and on the correct ethernet interface.
- A firewall blocks access to the FD.
- The new machine isn't properly set up on the network (use ping to 
confirm that it works).

That's pretty much it.

John Kennedy wrote:
> We had a Bacula client machine die recently.
> I have reinstalled the machine with Debian - Lenny. I installed the
> bacula-client package from the Lenny repos. Our Bacula server is running
> version 2.2.6.
> I have edited /etc/bacula/bacula.conf (on the client) to have:
>
> FDAddress = <IP of Bacula server>
>
> but when trying to restore the Server connection is getting the following:
>
> 09-Jun 11:52 ceres-dir JobId 8555: Warning: bsock.c:123 Could not
> connect to Client: arabella-fd on arabella-100.example.com:9102.
> ERR=Connection refused
>
> (all one line and example.com is not the real domain)
>
> I am new to Bacula and can not find anything about setting up the client
> that makes any sense to me...
>
> Thanks,
> John
>
> The information in this message is intended solely for the addressee and 
> should be considered confidential.  Publishing Technology does not accept 
> legal responsibility for the contents of this message and any statements 
> contained herein which do not relate to the official business of Publishing 
> Technology are neither given nor endorsed by Publishing Technology and are 
> those of the individual and not of Publishing Technology. This message has 
> been scanned for viruses using the most current and reliable tools available 
> and Publishing Technology excludes all liability related to any viruses that 
> might exist in any attachment or which may have been acquired in transit.
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   


-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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>