Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Scope

JobScheduler and Agent

  • The architecture for JobScheduler and Agents forces some prerequisites.
  • Make sure that the JobScheduler can communicate with the Agent JobScheduler and vice versa.

JobScheduler Agent configuration

For this, edit the ./config/scheduler.xml of the Main JobScheduler:

...

Process Class configuration

Now you need a Process Class and a Job in the Hot Folder (./config/live) of the JobScheduler to test the JobScheduler Agent.

...

Code Block
languagexml
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <process_class max_processes="30" remote_scheduler="wilma:4410"/>

 

Job configuration

  • Create the job that uses the above process class.
  • Click on Jobs in the left tree of the JobScheduler elements.
  • With New Standalone Jobs on the right hand side you create a new job in the list of the jobs and in the left tree. Select it to open an empty job configuration element.

...