Configuring dynamic agent communications through a gateway
In some complex network topologies, the master domain manager or the dynamic domain manager are prevented from directly communicating with the dynamic agent.
Before you begin
About this task
For information about the gateway parameters available with the installation of a dynamic agent, see Agent installation parameters - twsinst script.
To configure an existing HCL Workload Automation version 9.2 or later dynamic agent to communicate to its master domain manager or dynamic domain manager through a local gateway, perform the following configuration steps:
Procedure
- Edit the JobManager.ini file on the dynamic agent workstation
that you want to configure to communicate through a gateway. Edit
the [ResourceAdvisorAgent] section so that the value of the ResourceAdvisorURL parameter
is
https://$(tdwb_server):$(tdwb_port)/ita/JobManagerGW/JobManagerRESTWeb/JobScheduler/resource
, where, $(tdwb_server) and $(tdwb_port) correspond to the host name and port of the gateway that you want to use for communication with the master domain manager or the dynamic domain manager. - Stop and start the dynamic agent to implement the changes.
Results
- If you have more than 100 dynamic agents that communicate
through one single gateway to the master domain manager or dynamic domain manager, in the
JobManagerGW.ini file on the dynamic agent workstation where the
gateway resides, set the
ActionPollers
parameter as described in Configuring general properties [ITA]. - Only for version 9.5 Fix Pack 4, if you install your agents so that they communicate with the master through a remote gateway, ensure that they can reach the master directly at installation time. For more information, see Dynamic agent gateway installation examples
Example
Dynamic Agent | Configuration File | Parameter | Value |
---|---|---|---|
Dynamic Agent 1 - Local gateway | JobManager.ini | Section |
where,
|
Dynamic Agent 2 - Remote gateway | JobManager.ini | Section |
where,
|
Dynamic Agent 3 - Local gateway | JobManager.ini | Section |
where,
|
What to do next
To see an example of the installation parameters that must be specified to configure a gateway when installing a dynamic agent, see Example installations and Dynamic agent gateway installation examples.