Hello,
I'm trying to set "Reschedule On Error" up.
I've tried the following:
Created a job to backup a client which is NOT connected.
I would expect the job would be rescheduled until the client get connected.
I understand the following timeout values are low, but the are just for test purposes.
First, on the director resource,I've added the line:
     FD Connect Timeout = 1 minutes
And on the Job resource:
    Reschedule On Error = yes
    Reschedule Interval = 2 minutes
    Reschedule Times = 0
The job is scheduled to run like the following line:
   Run = Level=Incremental hourly at 0:50

In the bacula manual says about "Reschedule Times":
«This directive specifies the maximum number of times to reschedule the job. If it is set to zero (the default) the job will be rescheduled an indefinite number of times.»

But I cant only get it work, unless i use a number greater than 0, for instance:
Reschedule Times = 1

So, when "Reschedule Times = 1", my job is rescheduled:
Job Job.jtgv.gsi.2006-05-19_16.50.00 waiting 120 seconds for scheduled start time.
Job.jtgv.gsi.2006-05-19_16.50.00 is waiting for its start time

When the "start time" reaches, the job is restarted, but now it never reaches timeout (FD Connect Timeout = 1 minutes).
I've waited so long that a new instance of the job was started:

Running Jobs:
JobId Level   Name                       Status
======================================================================
114 Increme Job.jtgv.gsi.2006-05-19_16.50.00 is waiting for Client jtgv.gsi-fd to connect to Storage FileUSERS
 115 Increme  Job.jtgv.gsi.2006-05-19_17.50.00 is waiting execution

Since the job was initially scheduled to run every hour, the first instance of the job was waiting almost an hour. And it stays this way, even if i connect the client


Does anyone can help me?
I'm using version 1.38.9 (02 May 2006), on a redhat enterprise linux 4 x86_64
Thanks
  Jaime


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