Im running into a problem when the tape fills up with Bacula
1.38.11.   Im running Redhat ES v4.  I have been running bacula for
about 4 months now with almost no problems until my full backups
started overrunning the tape.    I use the same Job for Incrementals
and I dont see the problem with those,  only on Full backups.

  The problem is when the tape fills up it doesnt wait on me to label
and mount a new tape.  The job gets cancelled within 2 mins.   When I
do an incremental it waits for the specified amount of time and
allows me to insert a new tape, but not on full backups.

  Here is the output of the log:

  21306 04-Dec 19:52 csreal2-sd: Writing spooled data to Volume.
Despooling 2,854,025,527 bytes ...
  21307 04-Dec 19:55 csreal2-sd: End of Volume "CS-45-Full" at
110:6730 on device "SDX-700V" (/dev/nst0). Write of         64512
bytes got -1.
  21308 04-Dec 19:56 csreal2-sd: Re-read of last block succeeded.
  21309 04-Dec 19:56 csreal2-sd: End of medium on Volume "CS-45-Full"
Bytes=110,427,122,055 Blocks=1,711,730 at 04-        Dec-2006 19:56.
  21310 04-Dec 19:57 csreal2-sd: Job CS-Client.2006-12-04_14.12.48
waiting. Cannot find any appendable volumes.
  21311 Please use the "label"  command to create a new Volume for:
  21312     Storage:      "SDX-700V" (/dev/nst0)
  21313     Media type:   AIT-3
  21314     Pool:         CS-Full-Pool
  21315 04-Dec 20:01 cs-fd: CS-Client.2006-12-04_14.12.48 Fatal
error: backup.c:500 Network send error to SD. ERR=Input/output error
  21316 04-Dec 19:58 csreal2-sd: Job CS-Client.2006-12-04_14.12.48
canceled while waiting for mount on Storage Device ""SDX-700V"
(/dev/nst0)".
  21317 04-Dec 19:58 csreal2-sd: CS-Client.2006-12-04_14.12.48 Fatal
error: spool.c:249 Fatal append error on device "SDX-700V"
(/dev/nst0): ERR=Job CS-Client.2006-12-04_14.12.48 canceled while
waiting for mount on Storage         Device ""SDX-700V" (/dev/nst0)".
  21318
  21319 04-Dec 19:58 csreal2-sd: CS-Client.2006-12-04_14.12.48 Fatal
error: append.c:207 Fatal append error on devi        ce "SDX-700V"
(/dev/nst0): ERR=Job CS-Client.2006-12-04_14.12.48 canceled while
waiting for mount on Storag        e Device ""SDX-700V" (/dev/nst0)".
 

  I see that Im getting a fatal error but dont have a clue why.   Any
ideas appreciated....ill also attach the Job Defs  so they are more
readable.

  thanks!

  darryl


JobDefs {
  Name = "CS-DefaultJob"
  Type = Backup
  Level = Full
  FileSet = "CS-Fileset"
  Schedule = "CS-WeeklyCycle"
  Storage = LIB-81
  Messages = Standard
  Pool = CS-Inc-Pool
  Priority = 10
  Max Wait Time = 1h
  Incremental Max Wait Time = 1h
  Differential Max Wait Time = 1h
  Write Bootstrap = "/usr/local/bacula/working/cs-fd.bsr"
}

Job {
  Name = "CS-Client"
  JobDefs = "CS-DefaultJob"
  Client = cs-fd
  Type = Backup
  Pool = Default
  FileSet = "CS-Fileset"
  Full Backup Pool = CS-Full-Pool
  Incremental Backup Pool = CS-Inc-Pool
  Differential Backup Pool = CS-Inc-Pool
  Messages = Standard
  Storage = LIB-81
  Schedule = "CS-WeeklyCycle"
  Max Start Delay = 0
  Spool Data = yes                                         # spool data first
  Max Wait Time = 10h
  Incremental Max Wait Time = 1h
  Differential Max Wait Time = 1h
  Write Bootstrap = "/usr/local/bacula/working/cs-fd.bsr"
  Priority = 10
}


Schedule {
  Name = "CS-WeeklyCycle"
  Run = Full 1st sun at 1:05
  Run = Differential 2nd-5th sun at 1:05
  Run = Incremental mon-sat at 1:05
}

# Pool for CS Full backups    
Pool {
  Name = CS-Full-Pool
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # one year
  Accept Any Volume = yes             # write on any volume in the pool
  Maximum Volume Jobs = 3             # only 2 months per tape max.
}
    
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to