Bacula-users

Re: [Bacula-users] FD error

2009-10-22 12:59:12
Subject: Re: [Bacula-users] FD error
From: John Drescher <drescherjm AT gmail DOT com>
To: gilberto.nunes AT selbetti.com DOT br
Date: Thu, 22 Oct 2009 12:54:18 -0400
On Thu, Oct 22, 2009 at 12:50 PM, Gilberto Nunes Ferreira
<gilberto.nunes AT selbetti.com DOT br> wrote:
> Hi John
>
> Sorry
> Here I miss config file...
> I copy and past old config file...
>
> I alter the IP to 0.0.0.0 and I have absolute sure about connection...
> I make test with bconsole on server, with this command:
>
> *status
> Status available for:
>     1: Director
>     2: Storage
>     3: Client
>     4: All
> Select daemon type for status (1-4): 3
> The defined Client resources are:
>     1: eagle
>     2: ricoh
>     3: dlink
> Select Client (File daemon) resource (1-3): 1
> Connecting to Client eagle at 187.5.164.139:9102
>
> eagle-fd Version: 3.0.3 (18 October 2009)  i686-pc-linux-gnu ubuntu 9.04
> Daemon started 22-Out-09 14:49, 0 Jobs run since started.
>  Heap: heap=135,168 smbytes=8,931 max_bytes=9,053 bufs=47 max_bufs=48
>  Sizeof: boffset_t=8 size_t=4 debug=0 trace=0
>
> Running Jobs:
> Director connected at: 22-Out-09 14:49
> No Jobs running.
> ====
>
> Terminated Jobs:
> ====
> *
>
> Thanks
>
>
> Em Qui, 2009-10-22 às 12:40 -0400, John Drescher escreveu:
>> On Thu, Oct 22, 2009 at 12:26 PM, Gilberto Nunes Ferreira
>> <gilberto.nunes AT selbetti.com DOT br> wrote:
>> > Hi all
>> >
>> > I have here a schema that bit complicate....
>> >
>> > I deply bacula 3.0.2 for server.
>> > It's back up two server on my infrastructure and it's done very well...
>> > This two servers is Windows servers 2003.
>> > But I need make a backup from remote hosts.
>> > So, I install bacula 3.0.3 with --client-only compilation flag...
>> > I has compile, make and install bacula-fd perfectly...
>> > I configure bacula-cf.conf and set properly password for my bacula
>> > directory, like this:
>> >
>> > Director {
>> >  Name = zebra-dir
>> >  Password = "bacula123"
>> > }
>> >
>> > #
>> > # Restricted Director, used by tray-monitor to get the
>> > #   status of the file daemon
>> > #
>> > Director {
>> >  Name = zebra-mon
>> >  Password = "bacula123"
>> >  Monitor = yes
>> > }
>> >
>> > #
>> > # "Global" File daemon configuration specifications
>> > #
>> > FileDaemon {                          # this is me
>> >  Name = eagle-fd
>> >  FDAddress = 192.168.1.2
>> >  FDport = 9102                  # where we listen for the director
>> >  WorkingDirectory = /var/bacula/working
>> >  Pid Directory = /var/run
>> >  Maximum Concurrent Jobs = 20
>> > }
>> >
>> > # Send all messages except skipped files back to Director
>> > Messages {
>> >  Name = Standard
>> >  director = zebra-dir = all, !skipped, !restored
>> > }
>> >
>> > I also open the apropriate port on firewall here:
>> > 9101
>> > 9102
>> > 9103
>> >
>> > And, yes, I also configure bacula-dir.conf to set job, pools, storage
>> > and schedule to backup this remote host
>> >
>> > Then, my bacula directory and remote client can communication
>> > perfectly...
>> >
>> > But, and this is most  strange, when  attempt run a Job, I get this
>> > error from bconsole:
>> >
>> > 107 Full    eagle-full.2009-10-22_10.41.19_21 is waiting for Client
>> > eagle to connect to Storage eagle-full
>> >
>> > And this too:
>> >
>> > 22-Out 11:15 eagle-fd JobId 107: Fatal error: Failed to connect to
>> > Storage daemon: 192.168.200.139:9103
>> > 22-Out 11:11 zebra-dir JobId 107: Fatal error: Bad response to Storage
>> > command: wanted 2000 OK storage
>> >
>> > I do not know what is going on here!!!
>> >
>> > May be wrong version????
>> >
>> > I run bacula 3.0.2 as a server and bacula 3.0.3 as a client!
>> >
>> > Thanks for any help and sorry about my *BAD* English ( and long long
>> > post!)
>> >
>>

This does not test the FD to SD communication. Remember the FD is what
makes the connection not the SD.

John

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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>