Versions Compared

Key

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

...

The JS7 - Agent Cluster brings horizontal scalability and fail-over capabilities for Agents. A single Agent can execute thousands of jobs in parallel tasks, however, for a number of use cases it is preferable to distribute server load. This applies particularly to applications that require horizontal scaling across a number of server nodes instead of vertical scaling on a more powerful single server node. Also when a server node in the scheduling environment fails then jobs are executed with the Agents on the remaining server nodes.

  • A number of Subagents operated for different servers share the job execution load in an Agent Cluster (active-active cluster).
  • Automated fail-over guarantees high availability and restart capabilities of an Agent Cluster (active-passive cluster).

...

...

  1. Login to the JOC Cockpit and navigate to the Manage Controllers/Agents view from the the Image Added Administration button icon.



  2. The page displays existing Standalone Agents and Cluster Agents:



  3. To add a new Agent Cluster click the Controller's action menu and click the Add Agent Cluster menu item:



  4. A popup window will appear to add an Agent Cluster:

    • Fill out mandatory input fields: Agent ID and Agent Name of the Agent Cluster.
      • The Agent ID is a unique string that identifies the Agent Cluster and that cannot be changed later on.
      • The Agent Name is a unique string that identifies the Agent Cluster and that can be changed later on.
    • Add the Primary Director Agent with its Subagent ID and URL.
      • The Primary Director Agent works as an interface between Controller and Subagents in a cluster.
      • The Primary Director Agent manages the Agent Cluster and distributes orders to Subagents. Preferably it is not used for job execution.
      • The Subagent ID is a unique string that identifies the Primary Director Agent and that cannot be changed later on.
      • The URL specifies the protocol, host and port for which the Primary Director Agent is available.
    • The Secondary Director Agent is used as a fallback should the Primary Director Agent not be available.
      Display feature availability
      StartingFromRelease2.5.0





  5. After submitting the Agent Cluster add a number of Subagents. Click the action menu of the recently created Agent Cluster and click the Add Subagent menu item:



  6. A popup window will appear. Add the Subagent ID and the URL.

    • The Subagent ID is a unique string that identifies the Subagent and that cannot be changed later on.
    • The URL specifies the protocol, host and port for which the Subagent is available.



  7. Repeat the above steps to add a number of more Subagents to the Agent Cluster.
  8. In this example two Subagents are added to the Agent Cluster.



  9. Once all Subagents are added then select the Agent Cluster action menu and click the Deploy menu item.


...