On Fri, 11 Aug 2006, Jaime Ventura wrote:

> Here they are.

You haven't defined the autochanger in your -dir file - you are addressing 
the tape drive directly.

I'd advise you generate new passwords too - you just posted your existing 
ones to the list.

>
> # Definition of file storage device
> Storage {
> Name = "IBM Ultrium 3"

Name = "IBM-Ultrium-3"

> # Do not use "localhost" here
> Address = XX                # N.B. Use a fully qualified name here
> SDPort = 9103
> Password = "XX"
> Device = "IBM Ultrium 3"

Device = "IBM-Ultrium-3"

> Autochanger = yes
> Media Type = "Ultrium-3"
> }

Add (tune to suit local names)

Storage {
   Name = TapeLoader124T
   Autochanger = yes
   Address = xxx     # N.B. Use a fully qualified name here
   SDPort = 9103
   Password = "YYYYYYY"
   Device = TapeLoader124T     # must be same as Device in Storage daemon
   Media Type = Ultrium-3        #  must be same as MediaType in Storage daemon
#  Maximum Concurrent Jobs = 5 #only use this with spooling
}


> Job {
> Name = "jtgv-gsi"
> Client = jtgv-fd
> Type = Backup
> Pool = TapePoolForSERVERS
> Storage = "IBM Ultrium 3"

Storage = "TapeLoader124T"

> Messages = Standard
> Fileset = "FileSetForjtgv"
> Write Bootstrap = "/var/bacula/jtgv-gsi.bsr"
> Reschedule On Error = yes
> Reschedule Interval = 2 minutes
> Reschedule Times = 10
>
> }

After making the changes, run bacula-dir -t to confirm there are no syntax 
errors and then "reload" in bconsole.

>
> I've made the changes you suggested. Since I'm testing backup to tape on a 
> test environment (I was already doing backups to disk for a while),
> I've canceled the job, deleted the volumes on bacula, initialized 
> tapes(rewind, weof...) and now I'll do the same tests again: first without 
> using a recycled tape, and then use a recycled one.
>
> By the way, I've run a job without adding the volumes to the pool. So, job 
> status is "waiting for an appendable volume". I've added the tapes to the 
> pool and I think bacula will "wake up" and search again for an appendable 
> volume (and this time it will find one).

It will

> Is there any way to force the job to retry estead of wainting for it to "wake 
> up" and retry itself ?

In bconsole: "update slots", then "mount"


AB


-------------------------------------------------------------------------
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