Bacula-users

[Bacula-users] Problem with tape drive waiting for tape in another drive

2008-05-14 14:53:57
Subject: [Bacula-users] Problem with tape drive waiting for tape in another drive
From: "Gustavo Fukao" <gustavofukao AT gmail DOT com>
To: bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Wed, 14 May 2008 15:53:46 -0300
I have a problem when the tape drive waiting for tape in another drive.
Is this a configuration problem or bacula bug ?


Device status:
Autochanger "PV132T" with devices:
   "ULTRIUM-TD1-1" (/dev/nst1)
   "ULTRIUM-TD1-2" (/dev/nst2)
Device "FileStorage" (/tmp) is not open.
Device "ULTRIUM-TD1-1" (/dev/nst1) is mounted with:
    Volume:      NS0003L1
    Pool:        *unknown*
    Media type:  LTO1
    Device is BLOCKED waiting for mount of volume "NS0061L1",
       Pool:        Default
       Media type:  LTO1
    Slot 22 is loaded in drive 0.
    Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512
    Positioned at File=0 Block=0
Device "ULTRIUM-TD1-2" (/dev/nst2) is mounted with:
    Volume:      NS0061L1
    Pool:        *unknown*
    Media type:  LTO1
    Slot 21 is loaded in drive 1.
    Total Bytes Read=129,024 Blocks Read=2 Bytes/block=64,512
    Positioned at File=0 Block=0



===== bacula-dir.conf ============
Storage {
  Name = Autochanger
  Address = bkpsrv01
  SDPort = 9103
  Password = "xxxxxxxxxxxxxxxxxxxxxx"
  Device = PV132T
  Media Type = LTO1
  Autochanger = yes
  Maximum Concurrent Jobs = 8
}
=============================



===== bacula-sd.conf ============
Autochanger {
  Name = PV132T
  Device = ULTRIUM-TD1-1
  Device = ULTRIUM-TD1-2
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg3
}

Device {
  Name = ULTRIUM-TD1-1
  Drive Index = 0
  AutoSelect = yes;
  Media Type = LTO1
  Archive Device = /dev/nst1
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Spool Directory = /data/spool/ULTRIUM-TD1-1
  Alert Command = "sh -c 'tapeinfo -f %c | grep TapeAlert | cat '"
}

Device {
  Name = ULTRIUM-TD1-2
  Drive Index = 1
  AutoSelect = yes;
  Media Type = LTO1
  Archive Device = /dev/nst2
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Spool Directory = /data/spool/ULTRIUM-TD1-2
  Alert Command = "sh -c 'tapeinfo -f %c | grep TapeAlert | cat '"
}
=============================




Thanks
-- 
---------------------------------------------------------------------------------------------
Gustavo Fukao Engenheiro da Computacao
CEL: 11 7679 9700
FreeBSD user: 51175
ICQ: 51266435 MSN: gustavofukao [at] hotmail [dot] com
---------------------------------------------------------------------------------------------

-------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>