On 2/27/07, Nexus Seven <[EMAIL PROTECTED]> wrote:
> What is the procedure to follow when a tape is full? I have a tape drive with 
> 40/80 DLT tape that fills up over 2-3 months. Then one night the tape gets 
> full, and the job running at the time is blocked. At this point, I unmount in 
> bconsole, physically eject the tape and put in a new or pre-labeled tape 
> (which is past the volume retention).

I use the following for my DLT drive that automatically ejects the
tape when it is full.

Device {
  Name = DLT-IV
  Media Type = DLT-IV
  Archive Device = /dev/nst0
  Autochanger=no
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Spool Directory = /var/spool/bacula/tape
  Maximum Job Spool Size = 2G
  Volume Poll Interval = 5 minutes
  Close on Poll = Yes
  Offline On Unmount = Yes
  LabelMedia = Yes
}

> I've tried various commands such as add, update, etc. and looked at the 
> User's Guide for hints, but I always end up rebooting to get past this point.

You never have to reboot. if the job will not cancel restarting the
storage daemon will do the trick. For me this is

/etc/init.d/bacula-sd restart

John

-------------------------------------------------------------------------
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