Question
Bank Of America
US
Last activity: 27 Apr 2020 21:42 EDT
Agent configuration in prconfig file
Hi,
We are planning to switch over to contingency environment from production environment. We want to keep all agents disable when we move to contingency env.
If we just make below setting to false in prconfig file of Contingency env, will it suffice to stop all agents from running in Contingency env.
prconfig/agent/enable/Agents: false
Is there any impact on this setting in case systemname or hostname changes? Is there a chance that agents can abruptly starts running event after providing a setting in prconfig.xml?
Hi Saurabh,
You can use the below setting to have all the agents disabled when you move to a new environment.
<env name="agent/enable" value="false" />
This setting is checked during node startup and impacts all the Pega related agents so you might have a lot of issues, but ensure to remove the setting as soon as you configure your agents properly.
Let me know if that clarifies.