Question
NASCO
US
Last activity: 9 Aug 2024 14:08 EDT
Hazelcast
How large/small of a port range (how many Ports) needs to be available/reserved for Hazelcast for an application on each of the three VMs that host an application server instance?
There will be multiple/different applications running on the same 3 VM that host the JVMs for each unique application.
Does it need to be 99, 49, or can it be less....
Port range
By default, a Pega node uses port range 5701 to 5800 for Hazelcast. In an environment where a different range is required, use the prconfig.xml property cluster/hazelcast/ports to set the range.
prconfig.xml example
<env name="cluster/Hazelcast/ports" value="5701-5750" />
DSS example
Setting Purpose: prconfig/cluster/hazelcast/ports/default Value: 5701-5750 Owning Ruleset: Pega-Engine