Hello!

I have a rather odd issue. I have added a tape drive to a Bacula 
installation. I labelled the tape in to the default pool and ran a job 
successfully.

When I try to run another job, it thinks it should be a file store 
rather than tape.

09-May 11:34 tig-dir: Start Backup JobId 396, 
Job=server3.2007-05-09_11.34.53
09-May 11:34 tig-sd: server3.2007-05-09_11.34.53 Warning: Volume "TEST" 
not on device "FileStorage" (/backups).
09-May 11:34 tig-sd: Marking Volume "TEST" in Error in Catalog.
09-May 11:34 tig-sd: server3.2007-05-09_11.34.53 Warning: Volume "TEST" 
not on device "FileStorage" (/backups).
09-May 11:34 tig-sd: Marking Volume "TEST" in Error in Catalog.
09-May 11:34 tig-sd: server3.2007-05-09_11.34.53 Error: Could not open 
device "FileStorage" (/backups): ERR=dev.c:483 Could not open: 
/backups/TEST, ERR=No such file or directory


I definitely selected 'tape' as the storage device to use. The volume 
has now been marked as error.

+---------+------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+
| MediaId | VolumeName | VolStatus | Enabled | VolBytes       | VolFiles 
| VolRetention | Recycle | Slot | InChanger | MediaType | 
LastWritten         |
+---------+------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+
|   1,228 | TEST       | Error     |       1 | 12,936,784,896 |       13 
|      604,800 |       1 |    0 |         1 | Tape      | 2007-05-09 
11:34:57 |
+---------+------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+

Here is the tape definition.

Device {
  Name = LTO
  Media Type = Tape
  Archive Device = /dev/nst0;
  AutomaticMount = yes;
  LabelMedia = yes;
  AlwaysOpen = no;
  RemovableMedia = yes;
  RandomAccess = no;
  SpoolDirectory = /backups/spooldir/;
  Maximum Spool Size = 42949672960; #40gb in bytes
}

Any thoughts on what could be causing this?

Thanks
Tim


-- 
UKS Ltd, Birmingham Road, Studley, Warwickshire, B80 7BG
Tel: 08700 681 333  -  Fax: 01527 851 301
[EMAIL PROTECTED]  -  www.uksolutions.co.uk 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to