Bacula-users

[Bacula-users] Unknown Error on Windows Director

2008-05-18 12:34:56
Subject: [Bacula-users] Unknown Error on Windows Director
From: David Justus <djustus AT contraxsystems DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 18 May 2008 12:34:44 -0400
I have been trying to set up a bacula install to backup our various 
systems. Most of our systems run OpenSuse 10.x except for an exchange 
server which runs Windows Server 2003(this also happens to be the server 
with the Tape Drive). I have installed Bacula 2.2.9-b6 on the Windows 
Server, the Linux Servers are all running 2.2.8-1 installed from the 
su102.i586 rpm. I have successfully gotten the windows director to 
connect to the Linux file daemons. However when i attempt to execute a 
backup its returns with the following error report.

18-May 11:32 vader JobId 49: Fatal error: Network error with FD during 
Backup: ERR=Unknown error
18-May 11:32 vader JobId 49: Job Yoda-backup.2008-05-18_11.27.22 marked 
to be canceled.
18-May 11:32 vader JobId 49: Job write elapsed time = 00:05:02, Transfer 
rate = 180.1 K bytes/second
18-May 11:32 vader JobId 49: Fatal error: No Job status returned from FD.
18-May 11:32 vader JobId 49: Error: Bacula vader 2.2.10-b1 (15Apr08): 
18-May-2008 11:32:54
  Build OS:               Linux Cross-compile Win32
  JobId:                  49
  Job:                    Yoda-backup.2008-05-18_11.27.22
  Backup Level:           Full
  Client:                 "yoda-fd" 2.2.8 (26Jan08) 
i686-suse-linux-gnu,suse,10.2
  FileSet:                "yoda-srv" 2008-05-17 16:30:26
  Pool:                   "Default" (From Job resource)
  Storage:                "File" (From Job resource)
  Scheduled time:         18-May-2008 11:27:45
  Start time:             18-May-2008 11:27:49
  End time:               18-May-2008 11:32:54
  Elapsed time:           5 mins 5 secs
  Priority:               10
  FD Files Written:       0
  SD Files Written:       1,171
  FD Bytes Written:       0 (0 B)
  SD Bytes Written:       54,406,389 (54.40 MB)
  Rate:                   0.0 KB/s
  Software Compression:   None
  VSS:                    no
  Storage Encryption:     no
  Volume name(s):         TestVol002
  Volume Session Id:      4
  Volume Session Time:    1211056773
  Last Volume Bytes:      54,577,152 (54.57 MB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  Error
  SD termination status:  Canceled
  Termination:            *** Backup Error ***

When i watch the status of the FD it appears to be iterating through the 
files on the client end, but dies either during that or after that. I 
went through the user manuels and forms to try and find similar problems 
but have been unable to find any information. Below are the relative 
config files, any help or advice would be appreciated.

JobDefs {
  Name = "yoda"
  Type = Backup
  Level = Full
  Client = yoda-fd
  FileSet = "yoda-srv"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
}

Job {
  Name = "Yoda-backup"
  JobDefs = "yoda"
  Write Bootstrap = "C:\\Documents and Settings\\All Users\\Application 
Data\\Bacula\\Work\\yoda.bsr"
}
FileSet{
  Name = "yoda-srv"
  Include {
    Options {
      signature = MD5
      ignore case = yes
    }
    File = "/srv"
    File = "/etc/apache2"
    File = "/var/log"
    File = "/etc/mysql.cnf"
 
  }
}
Client {
  Name = yoda-fd
  Address = <omitted>
  FDPort = 9102
  Catalog = MyCatalog
  Password = "g3n35151.1"     # password for FileDaemon 2
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}
Storage {
  Name = File
  Address =<omitted>
  SDPort = 9103
  Password = "j0TJFeIcfKlzJWqhMps4ImdNGMvBOa9pF6XJs6Y9bkvG"
  Device = TapeDrive
  Media Type = DLT-8000
}


David.
--


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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>