Hi,

I have two tape drives.  One is a DLT-V4, the other is Dell Powervault 
124T with an LTO-3 drive.

I want to migrate everything from the DLT-V4 to the Dell.  Ultimately, I 
want to control two SDs (for reasons which aren't particularly relevant 
to this discussion) from bacula, so I'm trying that as well.

I don't know if this is by design, so please forgive me if this is a 
silly question.  Is it intended to be impossible to migrate jobs between 
storage daemons running on two different systems?

The reason I ask is I've got my migration jobs set up and two storage 
stanzas in my bacula-dir.conf, thus:

Storage {
  Name = Tape
  Address = gemini.sw.u4eatech.com
  SDPort = 9103
  Password = "k/4vLxXTDmep20nzgbOPOmPBRHLIXMxwyGm/Vm66yvHk"
  Device = "PowerVault-124T"
  Media Type = LTO-Tape
  Maximum Concurrent Jobs = 20
}

Storage {
  Name = "DLT-Tape"
  Address = restore.u4eatech.com
  SDPort = 9103
  Password = "3b127404d9db1ae9d5916138508bb3834775a45e"
  Device = "DLT-160"
  Media Type = "DLT-Tape"
  Maximum Concurrent Jobs = 20
}

Yet the migration fails with the following error:

23-Mar 11:28 gemini-sd: Failed command:
23-Mar 11:28 gemini-sd: migrate-annuals.2007-03-23_11.28.42 Fatal error:
     Device "DLT-160" with MediaType "DLT-Tape" requested by DIR not 
found in SD Device resources.
23-Mar 11:28 gemini-dir: migrate-annuals.2007-03-23_11.28.42 Fatal error:
     Storage daemon didn't accept Device "DLT-160" because:
     3924 Device "DLT-160" not in SD Device resources.


I note that the error is coming from the storage daemon on gemini, yet 
the director should be going to the storage director on 
restore.u4eatech.com.

-- 
U4EA Technologies
http://www.u4eatech.com


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

Reply via email to