Bacula-users

[Bacula-users] Failed to connect to Storage daemon: Bacula:9103

2008-07-16 15:47:53
Subject: [Bacula-users] Failed to connect to Storage daemon: Bacula:9103
From: "Ronna Mijares" <ronnamijares AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net, bacula-users-request AT lists.sourceforge DOT net
Date: Thu, 17 Jul 2008 15:17:45 +1930

what are the possible causes of this error

16-jul 14:59 hp-dx-2200-fd: Client1.2008-07-16_14.59.00 Fatal error: Failed to connect to Storage daemon: Bacula:9103

Because I have reviewed the configuration many times and I do not see the problem

the configuration file director is:

Schedule {
  Name = "WeeklyCycleAfterBackup"
  Run = Full sun-sat at 23:10
}

# This is the backup of the catalog
FileSet {
  Name = "Catalog"
  Include {
    Options {
      signature = MD5
    }
    File = /var/lib/bacula/bacula.sql
  }
}

# Client (File Services) to backup
Client {
  Name = hp-dx-2200-fd
  Address = 172.16.112.67
  FDPort = 9102
  Catalog = MyCatalog
  Password = "123456"          # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

#
# Second Client (File Services) to backup
#  You should change Name, Address, and Password before using
#
#Client {
#  Name = hp-dx-2200-fd               
#  Address = 172.16.112.67
#  FDPort = 9102
#  Catalog = MyCatalog
#  Password = "123456"         # password for FileDaemon 2
#  File Retention = 30 days            # 30 days
#  Job Retention = 6 months            # six months
#  AutoPrune = yes                     # Prune expired Jobs/Files
#}


# Definition of file storage device
Storage {
  Name = Bacula-sd
# Do not use "localhost" here   
  Address = Bacula                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "123456"
  Device = FileStorage
  Media Type = File
}
.
.
.
.



And the file storage is:


# Default Bacula Storage Daemon Configuration file
#
#  For Bacula release 1.38.11 (28 June 2006) -- debian 4.0
#
# You may need to change the name of your tape drive
#   on the "Archive Device" directive in the Device
#   resource.  If you change the Name and/or the
#   "Media Type" in the Device resource, please ensure
#   that dird.conf has corresponding changes.
#

Storage {                             # definition of myself
  Name = Bacula-sd
  SDPort = 9103                  # Director's port     
  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 3
### SE SUSTITUYE LOCALHOST POR EL NOMBRE DE LA MAQUINA####
#  SDAddress = 127.0.0.1
  SDAddress = Bacula
 
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = Bacula-dir
  Password = "123456"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = Bacula-mon
  Password = "123456"
  Monitor = yes
}

#
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
#  same Name and MediaType.
#

Device {
  Name = FileStorage
  Media Type = File
#  Archive Device = /tmp
  Archive Device = /home
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;
}


If someone can help me please,
thankyou!!!!
xD


--
Jober
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users