Configuring the heartbeat checking interval for z-centric agents and dynamic domain managers

You can configure the HCL Workload Automation for Z controller to check at intervals if all or specific attached z-centric agents and dynamic domain managers are running. Without the use of this mechanism the controller does not register, until the next job submission occurs, that a workstation has become unavailable. This may impact your scheduling plans.

The use of this feature is optional and configurable by adding the PULSEIVL keyword in the following HCL Workload Automation for Z initialization statements:
HTTPOPTS
The value for PULSEIVL is valid globally for all the attached z-centric agents and dynamic domain managers.
ROUTOPTS
PULSEIVL is featured as a parameter in the HTTP/HTTPS destination keyword and in this case defines the heartbeat checking interval of the specific agent defined in the destination. This option is useful when heartbeat checking is wanted only on the more strategic agents or when a different checking frequency is desired.

The pulse interval of a destination can be updated using the HTTP refresh destination command without having to stop the controller.

The value is expressed in minutes and can range from 0 to 1440. The value 0 means that the heartbeat checking:
  • Is not run for z-centric agents.
  • Is run for dynamic domain managers according to the policy established by the Z controller.
For example:
HTTPOPTS  ...
          PULSEIVL(60)
          ...

ROUTOPTS HTTPS(DDM1:’162.17.129.32’/65232/B/5) 
This configuration sets a heartbeat checking interval of 60 minutes for all z-centric agents and dynamic domain managers, but for DDM1 the interval is set to 5 minutes.