You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Question:

Can JobScheduler syncronize objects such as jobs or job chains between Primary and Faileover schedulers using https, rather then using the network filesystem?

Answer:

For running JobScheduler in Failover mode i.e. Primary and Backup JobScheduler, only requirement is

  • Both JobScheduler instances Primary + Backup should share same Database Instance
  • Both JobScheduler Instances should share same JobScheduler configuration XML files job, jobchain etc
    • Our recommended way to share JobScheduler configurations is to create an shared filesystem , but you can either use JobScheduler's internal remote configuration service to send the JobScheduler configuration from Primary to Backup JobScheduler, or use rsync etc. all in all there are multiple possibilities.
  • No labels