Does the prconfig/agent/enable setting has impact to system agents?
We have a cluster with couple of servers, some of the servers are used as web application servers for end users, and one server is used as AGENT server.
Agents of ourselves need to run at AGENT server only, meanwhile system agents (such as Pega-RulesEngine) need to run at all servers.
We're planning to use the node classification and system stetting to control our agents to be ran at AGENT server only:
prconfig.xml:
<env name="initialization/nodeclassification" value="Agents"/>
Dynamic System Settings:
prconfig/agent/enable/default: false
prconfig/agent/enable/Agents: true
Question is that we have no idea whether the Dynamic System Settings has impact to system agents or not.
Since system agents (such as Pega-RulesEngine) need to run at all servers, instead of the AGENT server only.
Or, is there any better way to maintain the agents?
Appreciated a lot.
***Updated by Moderator: Marissa. Removed user added Ask the Expert group tag. Apologies for confusion, shouldn't have been an end-user option; updated categories***