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

Compare with Current View Page History

« Previous Version 5 Next »

The components installed and the methods used to start jobs depend on the architecture that is being installed:

remote execution

A JobScheduler Agent without its own configuration or a JobScheduler instance can be installed. Processes on the agent or the instance of JobScheduler are remotely controlled by another JobScheduler.

Jobs are sent to the client according to their planned starting times.
See also external job processing with agents in the JobScheduler documentation.

remote configuration service (rcs)

A JobScheduler instance is installed, which then receives its configuration from a JobScheduler supervisor.
The configurations of all the remotely configured JobSchedulers in a network are centrally administered by a so-called Supervisor and which distributes the configurations to the remotely configured "workload" JobSchedulers.
If the Supervisor is temporarily not available, the Workload JobSchedulers will continue to work using their local configurations.
See also: How does a supervisor scheduler distribute the 'central configuration directory'?

SSH execution

It is not always necessary to install a JobScheduler instance on a client to execute jobs remotely.
The JobScheduler can start Jobs (scripts) per SSH.
See also: What is the difference between SSH-Job execution and remote JS-Agents? and category__SSH.

  • No labels