Bacula-users

[Bacula-users] Backups are failing for one client

2009-04-08 22:30:17
Subject: [Bacula-users] Backups are failing for one client
From: Steve O'Brien <steve.obrien AT hdesd DOT org>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 8 Apr 2009 19:26:35 -0700
Hi all,
I have been trying to figure out why one of my clients cannot get a successful 
backup.  Here is the output:
08-Apr 13:17 backup01-dir JobId 6524: Start Backup JobId 6524, 
Job=esis-db.2009-04-08_13.17.10
08-Apr 13:17 backup01-dir JobId 6524: Using Device "LTO-2"
esis-db-fd JobId 6524:      Disallowed filesystem. Will not descend from / into 
/selinux
esis-db-fd JobId 6524:      Disallowed filesystem. Will not descend from / into 
/var/lib/nfs/rpc_pipefs
08-Apr 13:27 esis-db-fd JobId 6524: Fatal error: backup.c:892 Network send 
error to SD. ERR=Broken pipe
08-Apr 13:27 backup01-sd JobId 6524: Fatal error: append.c:259 Network error on 
data channel. ERR=Connection reset by peer
08-Apr 13:27 backup01-sd JobId 6524: Job write elapsed time = 00:09:51, 
Transfer rate = 7.579 M bytes/second
08-Apr 13:27 backup01-sd JobId 6524: Error: bsock.c:444 Read error from 
client:10.128.10.20:36643: ERR=Connection reset by peer
08-Apr 13:27 backup01-dir JobId 6524: Error: Bacula backup01-dir 2.4.3 
(10Oct08): 08-Apr-2009 13:27:14
  Build OS:               x86_64-unknown-linux-gnu redhat Enterprise release
  JobId:                  6524
  Job:                    esis-db.2009-04-08_13.17.10
  Backup Level:           Full
  Client:                 "esis-db-fd" 2.4.2 (26Jul08) 
x86_64-redhat-linux-gnu,redhat,
  FileSet:                "FullLinux-esis-db" 2009-04-08 09:59:00
  Pool:                   "Default" (From Job resource)
  Storage:                "PowerVault" (From Job resource)
  Scheduled time:         08-Apr-2009 13:17:09
  Start time:             08-Apr-2009 13:17:13
  End time:               08-Apr-2009 13:27:14
  Elapsed time:           10 mins 1 sec
  Priority:               10
  FD Files Written:       12,653
  SD Files Written:       12,653
  FD Bytes Written:       4,477,785,876 (4.477 GB)
  SD Bytes Written:       4,479,712,237 (4.479 GB)
  Rate:                   7450.6 KB/s
  Software Compression:   None
  VSS:                    no
  Storage Encryption:     no
  Volume name(s):         000026L2
  Volume Session Id:      3
  Volume Session Time:    1239209904
  Last Volume Bytes:      164,096,916,480 (164.0 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  Error
  SD termination status:  Error
  Termination:            *** Backup Error ***

Here is the fileset config:
FileSet {
  Name = "FullLinux-esis-db"
  Include {
    Options {
      Signature = MD5
      OneFS = no
      Sparse = yes
      ACLSupport = yes
      FSType = ext2
      Exclude = yes
         wildDir = "/proc"
         wildDir = "/sys"
         wildDir = "/var/run/*"
         wildDir = "/var/spool/clientmqueue/*"
         wildDir = "/lost+found/*"
         wildDir = "/DB/*"
    }
    File = "/"
  }
}

I tried upgrading the ethernet driver (e100e) with no luck.  I also changed the 
fileset config thinking that maybe it was getting hung up on the Oracle 
database in /DB and changed from an exclude { section to the wilddir.  It seems 
to fail almost at the same point every time.  Let me know if you need any other 
info.

TIA,
Steve
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
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>
  • [Bacula-users] Backups are failing for one client, Steve O'Brien <=