Hi everyone,

I'm running bacula 1.36.2 on a debian sarge box. I have a Dell 
PowerVault 124T tape library.
Bacula recognizes the tape drive and read and write from it. The bacula 
mtx scripts are running properly.

btest worked for both the drive and the changer.

bacula just won't acknowledge that there is a tape changer.

bacula-dir snippet:
Storage {
  Name = TapeStorage1
  #Do not use "localhost" here
  Address = mainbackup                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = ""          # password for Storage daemon
  Device = Drive1                   # must be same as Device in Storage 
daemon
  Media Type = LTO-2                  # must be same as MediaType in 
Storage daemon
}

snippet from bacula-sd.conf:
Device {
  Name = Drive1                        #
  Media Type = LTO-2
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
 Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
 Changer Device = /dev/sg3
 AutoChanger = yes
 Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

Any help is appreciated.

thanks,
Jason Edgecombe


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to