Good day,

I installed Bacula application on a Linux (CentOS) server.
Below is the list of information of my server.

Operating System: Linux (CentOS)
Bacula Version: bacula-1.38.11.tar
Error Encountered:

16-Nov 15:10 bacula-dir: *Console*.2006-11-16_15.10.27 Fatal error: bnet.c:859 
Unable to connect to File daemon on 192.168.100.216:9102. ERR=Connection refused

Bacula Director configuration: this is only a segment.

Job {
  Name = "ofa1"
  Client = ofa1-fd
#  JobDefs = "DefaultJob"
  Type = Backup
  Messages = Standard
  Storage = File
  Pool = Default
  Fileset = "ofa1 backup"
  Write Bootstrap = "/root/bacula/bacula-1.38.11/working/Client2.bsr"
}

Client {
  Name = ofa1-fd                
  Address = 192.168.100.216
#  Address = ofa1
  FDPort = 9102
  Catalog = MyCatalog
  Password = "ofa1"         # password for FileDaemon 2
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

FileSet {
  Name = "ofa1 backup"
  Include {
    Options {
      signature = MD5
    }
    File = /home/abbey/sms.sh 
  }

CONTENTS ofa1-fd.conf:

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = bacula-dir
  Password = "ofa1"
}

FileDaemon {                          # this is me
  Name = ofa1-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /home/abbey 
  Pid Directory = /home/abbey 
  Maximum Concurrent Jobs = 20
}


I'm going to add a client named (ofa1), and I configured the FileDaemon.
Upon running Bacula with command, status client, I encountered the error stated 
above.
Please help me in this problem.

Immediate response will be greatly appreciated.

Thanks.

Abraham Lapuz, ECE


 
____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows. 
$420k for $1,399/mo. Calculate new payment! 
www.LowerMyBills.com/lre
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to