Hi people,
        I have a HP DAT 72x6 autochanger external tape drive.  After reading 
the most recent Bacula Manual, I am a bit confused as to whether I need to put 
an Autochanger resource definition in the SD conf file.  

The example that I have modified is this, is it sufficient?:

# A Linux or Solaris tape drive
#
Device {
  Name = DAT-72                        #
  Media Type = DAT-72
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
 Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
 Changer Device = /dev/sg4
 AutoChanger = yes
# Enable the Alert command only if you have the mtx package loaded
 Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}


Could anyone tell me if I still need to put the autochanger resource directive 
in?

Thanx V much, Veronica.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to