]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/autochangers/Sun-desktop-20Gb-4mm-autoloader
15Jan06
[bacula/bacula] / bacula / examples / autochangers / Sun-desktop-20Gb-4mm-autoloader
1 From: Lucas Mingarro <lucas@easytech.com.ar>
2 To: <bacula-users@lists.sourceforge.net>
3 Subject: [Bacula-users] Sun Desktop 20Gb 4mm autoloader
4 Date: Mon, 2 Dec 2002 15:42:43 -0300 (ART)
5
6 Hi,
7   If you have an old Sun Desktop 20Gb 4mm autoloader (Archive Python
8 29279) and you want to make it work on Linux with Bacula here are my conf
9 files.
10
11 I'm using Redhat Linux 7.1 with Bacula 1.26a.
12
13 First add these lines to your stini.def
14
15 manufacturer=ARCHIVE modepl = "Python 29279" {
16 scsi2logical=0 can-bsr can-partitions auto-lock
17 mode1 blocksize=0    compression=0 density=0x13 # /dev/nst0 DDS (61000 bpi)
18 mode2 blocksize=1024 compression=0 density=0x13 # /dev/nst0l DDS (61000 bpi)
19 mode3 blocksize=0    compression=1 density=0x24 # /dev/nst0m DDS-2
20 mode4 blocksize=1024 compression=1 density=0x24 # /dev/nst0a DDS-2
21 }
22
23 and Python29279-autoloader.conf
24
25 #
26 # This is the definition Lucas uses for a
27 # Sun Desktop 20Gb 4mm autoloader (Archive Python 29279)
28 #
29 Device {
30   Name = "Python 29279"
31   Media Type = "4mm"
32   Archive Device = /dev/nst0a
33   Auto Changer = Yes
34   Changer Device = /dev/sg0
35   Changer Command = "/usr/local/etc/mtx-changer %c %o %S %a"
36   AutomaticMount = yes;               # when device opened, read it
37   AlwaysOpen = no;
38 }
39
40 Thats all
41 Good Luck
42
43 Lucas Mingarro