I'm using Bacula 5.0.2 (as packaged in Debian Squeeze)
with "Tandberg LTO-4 FH" tape drive (that's IBM ULTRIUM-TD4 platform).
This is a single-tape drive without changer capabilities.

The problem I'm experiencing with my setup is this: when a job starts
requiring particular volume and there's no tape cartridge in the drive,
Bacula just waits on the storage without sending any "intervention
required" mail to operators.  The "status director" command run in the
console would show the "waiting on the storage tape" status for the
stalled job.  On the other hand, if there's a mounted tape cartridge in
the drive, Bacula properly generates the expected e-mail message about
what volume is required to be mounted instead of current.

Hence the question: how do I make Bacula send an "intervention required"
message if there's no cartridge in the drive?

Here are relevant bits of the bacula-sd configuration:

Device {
  Name = tape
  Media Type = LTO-4
  Archive Device = /dev/nst0
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Maximum File Size = 5GB
  AutoChanger = no
}

Messages {
  Name = Standard
  director = aquinas-dir = all
}

The relevant bit of the Director's config (regarding the "Standard"
profile for messages; subjects in commands are elided for brevity):

Messages {
  Name = Standard
  mailcommand = "/usr/lib/bacula/bsmtp -f bacula -s '...'"
  operatorcommand = "/usr/lib/bacula/bsmtp -f bacula -s '...'"
  mail = bacula-adm@domain.local = all, !skipped
  operator = bacula-ops@domain.local = mount
  console = all, !skipped, !
  saved append = "/var/lib/bacula/log" = all, !skipped
  catalog = all
}

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to