Bacula-users

[Bacula-users] Single Client Failing

2009-04-14 12:41:54
Subject: [Bacula-users] Single Client Failing
From: Steve OBrien <steve.obrien AT hdesd DOT org>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 14 Apr 2009 09:34:36 -0700
Let me try posting this again and see if anyone can give me a clue....

I have one Client that has started failing since the install of Oracle.
I am not trying to backup the live database but I am trying to backup
the snapshot.  It seems to fail on the this file every time.  I have
tried upgrading the intel e1000e driver and tried using the Heartbeat
Interval = 15 sec directive (although I am not certain that I have the
placement correct on this directive)

the debug contains 1000's of lines of this (with no heartbeat
lines ?!?):
db-fd: backup.c:895-0 Send data to SD len=65536
db-fd: backup.c:895-0 Send data to SD len=65536


Followed by this error output:

db-fd: backup.c:895-0 Send data to SD len=65536
db-fd: heartbeat.c:90-0 Got BNET_SIG 0 from SD
db-fd: heartbeat.c:95-0 wait_intr=1 stop=1
db-fd: heartbeat.c:139-0 Send kill to heartbeat id
db-fd: backup.c:197-0 end blast_data ok=0
db-fd: job.c:1447-0 Error in blast_data.
db-fd: job.c:1517-0 End FD msg: 2800 End Job TermCode=102 JobFiles=4394
Rea
dBytes=6317461236 JobBytes=6318326933 Errors=0 VSS=0 Encrypt=0

db-fd: job.c:252-0 Quit command loop. Canceled=1
db-fd: pythonlib.c:237-0 No startup module.
db-fd: job.c:343-0 Calling term_find_files
db-fd: job.c:346-0 Done with term_find_files
db-fd: job.c:348-0 Done with free_jcr


This is a snip of the bacula-sd.conf:

Storage {
  Name = "backup01-sd"
  SDAddress = 10.128.5.5
  SDPort = 9103
  WorkingDirectory = "/local/bacula/work"
  PidDirectory = "/var/run"
  MaximumConcurrentJobs = 20
  Heartbeat Interval = 15 sec
}


This is the client portion from the bacula-dir.conf

Client {
  Name = "db-fd"
  Address = "db"
  FDPort = 9102
  Catalog = "MyCatalog"
  Password = "XXXXXXXXX"
  FileRetention = 30 days
  JobRetention = 2 months
  AutoPrune = yes
  Heartbeat Interval = 15 sec
}


Is there anywhere else I need the heartbeat interval or anything else I
am missing?

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] Single Client Failing, Steve OBrien <=