Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Question:

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

Answer:

  • For

...

  • operations of JobScheduler in

...

  • fail-over mode, i.e. for a Primary JobScheduler and Backup

...

  • JobSchedulers, the only requirement is
      Both
      • both JobScheduler instances, Primary
      + Backup should share same Database Instance
      • and Backup instance, have to share the same database.
      • both JobScheduler instances should share the same configuration files and configuration objects such as jobs, job chains, orders etc.
    • Our recommendation for shared JobScheduler configurations is to use
      • a JobScheduler Supervisor instance for remote configuration service that sends the configuration objects from the Primary JobScheduler to the Backup JobScheduler,
      • a shared files ystem,
      • rsync or similar tools that would synchronize files between Primary and Backup JobScheduler
      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.