Here they are.

# Definition of file storage device
Storage {
 Name = "IBM Ultrium 3"
# Do not use "localhost" here
 Address = 10.13.23.17                # N.B. Use a fully qualified name 
here
 SDPort = 9103
 Password = "nTy3L4vcT+FonGqepWbqvLY6h4pmyDBnCvsu+qaaQ44s"
 Device = "IBM Ultrium 3"
 Autochanger = yes
 Media Type = "Ultrium 3"
}

Pool {
 Name = TapePoolForSERVERS
 Pool Type = Backup
 Recycle = yes                       # Bacula can automatically recycle 
Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 365 days         # one year
 Accept Any Volume = yes             # write on any volume in the pool
}



Job {
 Name = "jtgv-gsi"
 Client = jtgv-fd
 Type = Backup
 Pool = TapePoolForSERVERS
 Storage = "IBM Ultrium 3"
 Messages = Standard
 Fileset = "FileSetForjtgv"
 Write Bootstrap = "/var/bacula/jtgv-gsi.bsr"
 Reschedule On Error = yes
 Reschedule Interval = 2 minutes
 Reschedule Times = 10

}

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).
Is there any way to force the job to retry estead of wainting for it to 
"wake up" and retry itself ?
Once again, thank you for your help.





 


Jaime Ventura
[Infra-estruturas e Comunicações]

Rua Dr. António Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail:         [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
url:    www.isep.ipp.pt <http://www.isep.ipp.pt>         

        





Alan Brown wrote:
> On Thu, 10 Aug 2006, Jaime Ventura wrote:
>
>> Thank you for reply.
>> Can you take a look on the sections you mentioned?
>> My autocharger is a Dell PowerVault 124T with only one drive.
>> I believe its correct.
>
> It looks mostly ok, but I would not use Whitespace in labels
>
>>
>> Thanks
>> #
>> Autochanger {
>> Name = TapeLoader124T
>> Device = "IBM Ultrium 3"
>
>  Device = "IBM-Ultrium-3"
>
>> Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
>> Changer Device = /dev/sg5
>> }
>>
>> Device {
>> Name = "IBM Ultrium 3"
>
> Name = "IBM-Ultrium-3"
>
>> Drive Index = 0
>> Media Type = "Ultrium 3"
>
> Media Type = "Ultrium-3"
>
>> Archive Device = /dev/nst0
>> AutomaticMount = yes;               # when device opened, read it
>> AlwaysOpen = yes;
>> RemovableMedia = yes;
>> RandomAccess = no;
>
> LabelMedia = yes;             # lets Bacula label unlabeled media
> Volume Poll Interval = 7200   # time between device rechecks
>
> Spool Directory = /var/bacula/spool/           # read spooling section
> Maximum Spool Size     = 200000000000 # 200Gb  # of manual.
> Maximum Job Spool Size = 20000000000 # 20Gb    #
>
>
>> AutoChanger = yes
>> # Enable the Alert command only if you have the mtx package loaded
>> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
>> }
>
> It looks mostly OK
>
> Because of the speed of LTO3 media, you should always use spooling for 
> everything - except possibly full backups - otherwise the tape spends 
> a lot of time "shoe-shining"
>
> What storage device are you calling in your -dir job{} entries?
>
> What are your bacula-dir storage{} entries?
>
>
>
>>
>>
>>
>>
>>
>> Jaime Ventura
>> [Infra-estruturas e Comunicações]
>>
>> Rua Dr. António Bernardino de Almeida, 431
>> 4200 - 072 Porto
>> Telef: +351 22 834 05 00 (04) - ext. 1641
>> Fax: +351 22 832 11 59
>>
>> e-mail:     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>> url:     www.isep.ipp.pt <http://www.isep.ipp.pt>
>>
>>
>>
>>
>> Alan Brown wrote:
>>> On Thu, 10 Aug 2006, Jaime Ventura wrote:
>>>
>>>> *mount
>>>> The defined Storage resources are:
>>>>    1: File
>>>>    2: IBM Ultrium 3
>>>
>>> Judging from this, you have malconfigured your autochanger resource.
>>>
>>> Please re-read the manual and ensure you have an autochanger section 
>>> AND
>>> a section for each tape drive in the autochanger.
>>>
>>> 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