On 7/27/07, Martin Schmid <[EMAIL PROTECTED]> wrote:
> It seems - on one server so far - that I must set 'always open' to 'No'.
> It seems that automatic mount is only working when the tape was closed
> before. I do not understand why 'close on poll' is not sufficient. It
> seems to have no effect.
>
Here is what I have in my working config for a DLT-IV drive:

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;
  Maximum block size = 262144;
  Minimum block size = 262144;
  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 hope this is useful.
John


-- 
John M. Drescher

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to