Bacula-users

[Bacula-users] I have to mount tape manually every day

2008-08-29 10:15:59
Subject: [Bacula-users] I have to mount tape manually every day
From: Jeronimo Zucco <jczucco AT ucs DOT br>
To: bacula <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 29 Aug 2008 11:18:23 -0300
    Since I've upgraded from 2.2.8 to 2.4.2 (diretor, sd and fd), I have 
to mount manually the next tape that will be used in the schedule ( I 
have one pool for odd days and one pool for even days). Then since the 
day I've upgraded, my backups are delayed every day. because I have to 
mount the tape manually (all backups are made at night).

    When I ran manually backups, bacula mount the tape without problems. 
Somebody have a tip to debug this issue ?

    My bacula-sd.conf follow:

}

Autochanger {
  Name = autoloader1
  Device = Drive-1
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg1
}

Autochanger {
  Name = autoloader2
  Device = Drive-2
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg3
}

Device {
  Name = Drive-1
  Drive Index = 0
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Maximum Changer Wait = 3d
  Media Type = LTO
  Offline On Unmount = no
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

Device {
  Name = Drive-2
  Drive Index = 0
  Archive Device = /dev/nst1
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Maximum Changer Wait = 3d
  Media Type = LTO
  Offline On Unmount = no
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}


    Yes, I'm using two autoloaders. HP Ultrium 1016 with 16 tapes.

Thanks for help.
   

-- 
Jeronimo Zucco
LPIC-1 Linux Professional Institute Certified
Universidade de Caxias do Sul - NPDU

http://jczucco.blogspot.com


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] I have to mount tape manually every day, Jeronimo Zucco <=