Bacula-users

Re: [Bacula-users] Restore client problems

2009-06-09 09:15:13
Subject: Re: [Bacula-users] Restore client problems
From: John Kennedy <John.Kennedy AT PublishingTechnology DOT com>
To: Kevin Keane <subscription AT kkeane DOT com>, Bacula Users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 09 Jun 2009 13:09:54 +0100
Kevin Keane wrote:
> 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
>>   
> 
> 
Client:/etc/bacula# netstat -ltunp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State       PID/Program name
tcp        0      0 0.0.0.0:2049            0.0.0.0:*
LISTEN      -
tcp        0      0 0.0.0.0:59242           0.0.0.0:*
LISTEN      1737/rpc.statd
tcp        0      0 0.0.0.0:57807           0.0.0.0:*
LISTEN      2042/rpc.mountd
tcp        0      0 0.0.0.0:111             0.0.0.0:*
LISTEN      1725/portmap
tcp        0      0 0.0.0.0:59253           0.0.0.0:*
LISTEN      -
tcp        0      0 0.0.0.0:22              0.0.0.0:*
LISTEN      1996/sshd
tcp6       0      0 :::22                   :::*
LISTEN      1996/sshd
udp        0      0 0.0.0.0:2049            0.0.0.0:*
        -
udp        0      0 0.0.0.0:641             0.0.0.0:*
        1737/rpc.statd
udp        0      0 0.0.0.0:51993           0.0.0.0:*
        1737/rpc.statd
udp        0      0 0.0.0.0:42532           0.0.0.0:*
        2042/rpc.mountd
udp        0      0 0.0.0.0:42688           0.0.0.0:*
        -
udp        0      0 0.0.0.0:111             0.0.0.0:*
        1725/portmap
Client:/etc/bacula# ps -ef | grep bacula
root      2478     1  0 13:06 ?        00:00:00 /usr/sbin/bacula-fd -c
/etc/bacula/bacula-fd.conf

I can ping the server from the client.
For some reason the client is running but not listening on port 9102.
Any idea why that might be?
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

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