Hi,

I have the following Error, after the tape filled. The job stopped with an
Error! All following Jobs also terminated with an Error.

Is ther an Error in my config (see below)? Should I upgrade to 1.38.2 ? 

Any hints are welcome....

I configured the storage to wait 8h if Tape is full/offline. But all jobs
stopped after 5min

Version 1.38.1
OS: Solaris 10


13-Dec 20:00 merkur-dir: sql_find.c:126 No Job record found: ERR=
CMD=SELECT StartTime FROM Job WHERE JobStatus='T' AND Type='B' AND Level='F'
AND Name='saturn' AND ClientId=5 AND FileSetId=17 ORDER BY StartTime DESC
LIMIT 1
13-Dec 20:00 merkur-dir: No prior or suitable Full backup found. Doing FULL
backup.
13-Dec 20:00 merkur-dir: Start Backup JobId 98,
Job=saturn.2005-12-13_20.00.00
14-Dec 01:40 merkur-sd: End of Volume "BACKUP-2005-12-13_90" at 268:376 on
device "SDLTTape0" (/dev/rmt/0cbn). Write of 262144 bytes got 0.
14-Dec 01:40 merkur-sd: Re-read of last block succeeded.
14-Dec 01:40 merkur-sd: End of medium on Volume "BACKUP-2005-12-13_90"
Bytes=265,358,163,086 Blocks=1,012,263 at 14-Dec-2005 01:40.
14-Dec 01:43 merkur-dir: Pruned 13 Jobs on Volume "BACKUP-2005-11-29_1" from
catalog.
14-Dec 01:43 merkur-dir: Created new Volume "BACKUP-2005-12-14_98" in
catalog.
14-Dec 01:43 merkur-sd: Please mount Volume "BACKUP-2005-12-14_98" on
Storage Device "SDLTTape0" (/dev/rmt/0cbn) for Job
saturn.2005-12-13_20.00.00
14-Dec 01:49 merkur-sd: saturn.2005-12-13_20.00.00 Fatal error: dev.c:387
dev.c:381 Unable to open device "SDLTTape0" (/dev/rmt/0cbn): ERR=I/O error
14-Dec 01:49 merkur-sd: saturn.2005-12-13_20.00.00 Fatal error: Job 98
canceled.
14-Dec 01:49 merkur-sd: saturn.2005-12-13_20.00.00 Fatal error: append.c:197
Fatal append error on device "SDLTTape0" (/dev/rmt/0cbn): ERR=dev.c:381
Unable to open device "SDLTTape0" (/dev/rmt/0cbn): ERR=I/O error

14-Dec 01:50 saturn-fd: saturn.2005-12-13_20.00.00 Fatal error: backup.c:498
Network send error to SD. ERR=Broken pipe
14-Dec 01:50 saturn-fd: saturn.2005-12-13_20.00.00 Error: bnet.c:425 Write
error sending 32768 bytes to Storage daemon:merkur:9103: ERR=Broken pipe
14-Dec 01:50 merkur-dir: saturn.2005-12-13_20.00.00 Error: Bacula 1.38.1
(14Nov05): 14-Dec-2005 01:50:13

My Config:

part of bacula-sd.conf:
Device {
    Name = SDLTTape0
    Media Type = SDLT
    Archive Device = /dev/rmt/0cbn
    LabelMedia = yes;
    Random Access = no;
    AutomaticMount = yes;
    RemovableMedia = yes;
    AlwaysOpen = yes;
    Maximum Block size = 262144
    Maximum Spool Size = 20Gb
    Spool Directory = /u00/bacula/backupspool
    Maximum Network Buffer Size = 65536
    Volume Poll Interval = 5 min
    Close on Poll = yes
    Offline on Unmount = yes
    Maximum Open Wait = 8 h  # should wait or not???
}


Jobs in bacula-dir.conf:

JobDefs {
    Name = "BasicJob"
    Type = Backup
    Level = Differential
    Schedule = "WeeklyCycle"
    Messages = Standard
    Storage = Tandberg
    Pool = "Backup"
    Priority = 10
    Max Wait Time = 13 Hours
}

JobDefs {
    Name = "SaturnDbCold"
    Type = Backup
    Level = Full 
    Schedule= "SchedSaturnDbCold"
    Messages = Standard
    Storage = Tandberg
    Pool = "Backup"
    Priority = 10
    Max Wait Time = 13 Hours
}

Job {
  Name = "saturn"
  JobDefs = "BasicJob"
  Write Bootstrap = "/u00/bacula/bootstraps/saturn.bsr"
  Client = saturn-fd
  FileSet = "SaturnFull"
  SpoolData = no 
  Priority = 11
  ClientRunBeforeJob = "/etc/bacula/scripts/ClientRunBeforeJob.sh '%c' '%d'
'%i'
 '%e' '%j' '%l' '%n' '%t' '%v'"
  ClientRunAfterJob = "/etc/bacula/scripts/ClientRunAfterJob.sh '%c' '%d'
'%i' '
%e' '%j' '%l' '%n' '%t' '%v'"
}

Client {
  Name = saturn-fd
  Address = saturn.braunvieh.ch
  FDPort = 9102
  Catalog = MyCatalog
  Password = ".........."
  File Retention = 1 month 
  Job Retention = 2 month
  AutoPrune = yes
}


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to