Previous Topic: LocalControllerNext Topic: Delivery Service


Generic Executor

All of the components in a cluster share a common set of functions for communication and execution. The Generic Executor (GE) creates, starts, and assumes the role of the required component.

The Generic Executor starts at system startup and listens on a specific TCP port. When a component like the MultiController needs to start, the CA Mediation Manager Control Utility, cammCtrl, sends a MultiController XML configuration file to the Generic Executor. When the Generic Executor receives this data, it identifies and starts the MultiController component using the information in the configuration file.