I forgot to mention the error in previous email:
18-Apr 22:00 director-di: hl72.2007-04-18_22.00.07 Fatal error: bnet.c:775
Unable to connect to File daemon on 123.123.123.12:9102. ERR=No route to
host

Here is the information you requested.

Directives on Bacula.Dir.conf:
Client {             
  Name = hl72      
  Address = 123.123.123.12
  FDPort = 9102       
  Catalog = MyCatalog
  Password = "passwd"          # password for FileDaemon
  File Retention = 14 days     # 14 days
  Job Retention = 3 months     # 3 months
  AutoPrune = yes              # Prune expired Jobs/Files
}

Pool {
        Name = hl72_Full
        Pool Type = Backup
        Recycle = yes
        AutoPrune = yes
        Volume Retention = 1 months
        Maximum Volume Jobs = 1
        Label Format = "${Job}_${Level}"
        Maximum Volumes = 12
}

Job {
  Name = "hl72"
  JobDefs = "hl72"
  Write Bootstrap = "/var/lib/bacula/bootstrap/hl72.bsr"
  }

JobDefs {
  Name = "hl72"
  Type = Backup
  Client = hl72
  FileSet = "Linux"
  Schedule = "WedCycle"
  Storage = hl72_Storage
  messages = Standard
  Pool = Default
  Full Backup Pool = hl72_Full
  Incremental Backup Pool = hl72_Inc
  Priority = 5
}

Storage {
  Name = hl72_Storage
  # Do not use "localhost" here    
  Address = dir.mach.qual.name                # N.B. Use a fully qualified
name here
  SDPort = 9103
  Password = "passwd"
  Device = Backup_hl72
  Media Type = File
  Autochanger = no
}

Schedule {
  Name = "WedCycle"
  Run = Level=Full 1st wed at 10:00pm
  Run = Level=Incremental 2nd-5th wed at 10:00pm
}

The bacula-sd.conf
Device {
  Name = Backup_hl72 
  Media Type = File
  Archive Device = /var/spool/backup/wed
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}


The bacula-fd.conf on hl72
Director {
  Name = director-dir
  Password = "passwd"
}

Director {
  Name = director-mon
  Password = "passwd"
  Monitor = yes
}

  FileDaemon {                          # this is me
  Name = hl72
  FDport = 9102                     # where we listen for the director
  WorkingDirectory = /var/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20
}

Thanks for your help again.  I hope this is the information you need.
I have another question but I will put that in another thread.  I am new to
bacula so your help is kindly appreciated.  I have read the documentation
but some of it does not make complete sense.  I wish they had more samples.

Mike


Arno Lehmann wrote:
> 
> Hi,
> 
> On 4/18/2007 10:49 PM, Mike Vasquez wrote:
>> I keep getting the following error, waiting for Client machine1 to
>> connect to
>> Storage TueStorage_machine1.  In the log it says there was "No route to
>> host"
> 
> Which daemon prints this message?
> 
>>  I copied the bacula-fd.conf from another machine that works and just
>> changed the name in the directive to the proper name of the machine.  I
>> can't understand why this is happening.
> 
> I think noone here can, too, because we don't know your setup and you 
> don't provide much information.
> 
> Arno
> 
>> Any suggestions.  I have put the director's machine name and IP address
>> in
>> machine1's hosts file.  The storage director does have a fully qualified
>> name.  I even ssh'ed into machine1 and was able to ping the bacula-dir
>> machine.
>> 
>> TIA
>> 
>> Mike
> 
> -- 
> IT-Service Lehmann                    [EMAIL PROTECTED]
> Arno Lehmann                  http://www.its-lehmann.de
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Connection-to-storage-daemon-error-tf3603241.html#a10078345
Sent from the Bacula - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to