On Tue, Feb 26, 2008 at 12:55 PM, Francisco Munoz Perez
<[EMAIL PROTECTED]> wrote:
> Con fecha 26/2/2008, "John Drescher" <[EMAIL PROTECTED]> escribió:
>
>
>
> >>  Load the tape in the slot in the powervault (this does not have
>  >>  autocharger).
>  >>
>  >>  So I did not make tests autocharger as it has no autocharger.
>  >>
>  >>  You understand me?
>  >>
>  >Yes, I do. Your english is fine.  The error message I saw it looked
>  >like you had an autochanger. Can you post your bacula-sd.conf
>  >
>  >John
>
>
>  ok... this is...
>
>  #
>  # Default Bacula Storage Daemon Configuration file
>  #
>  #  For Bacula release 2.0.3 (06 March 2007) -- redhat Enterprise release
>  #
>  # You may need to change the name of your tape drive
>  #   on the "Archive Device" directive in the Device
>  #   resource.  If you change the Name and/or the
>  #   "Media Type" in the Device resource, please ensure
>  #   that dird.conf has corresponding changes.
>  #
>
>  Storage {                             # definition of myself
>   Name = bacula-sd
>   SDPort = 9103                  # Director's port
>   WorkingDirectory = "/var/spool/bacula"
>   Pid Directory = "/var/run"
>   Maximum Concurrent Jobs = 20
>   SDAddress = 192.168.11.158
>  }
>
>  #
>  # List Directors who are permitted to contact Storage daemon
>  #
>  Director {
>   Name = backup
>   Password = "123456"
>  }
>
>  #
>  # Restricted Director, used by tray-monitor to get the
>  #   status of the storage daemon
>  #
>  Director {
>   Name = backup-mon
>   Password = "123456"
>   Monitor = yes
>  }
>
>  Device {
>   Name = LTO2-0
>   Media Type = LTO-2
>   Drive Index = 0
>   Archive Device = /dev/nst0
>   Autochanger=yes
>   AutomaticMount = yes;               # when device opened, read it
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   Spool Directory = /var/spool/bacula/tape
>   Maximum Job Spool Size = 2G
>   LabelMedia = Yes
>   Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
>  }
>

Delete the lines Autochanger=yes and Drive Index = 0 from your config
file. These are for autochangers/libraries only. Then restart
bacula-sd   .


John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to