Question
Areteans Technology Solutions
IN
Last activity: 19 Apr 2023 9:53 EDT
Pega 8.8.2 Hazelcast Configuration
I have installed Pega 8.8.2 on WebSphere Application Server. There are four application servers running on four different hosts:
App Server devServer01 running on PServNode01 node on Proprietary information hidden
App Server devServer02 running on PServNode02 node on Proprietary information hidden
App Server devServer03 running on PServNode03 node on Proprietary information hidden
App Server devServer04 running on PServNode04 node on Proprietary information hidden
Please inform,
1. if I should add the below JVM arguments for App Server devServer01 only or for all four App Servers?
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.ibm.lang.management.internal=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
2. Will Pega select devServer01 as the hazelcast server if the above JVM arguments are added to devServer01only?
3. Should I add the below lines in prconfig.xml (externalized) of App Server devServer01 only?
<env name = "cluster/hazelcast/v4/enabled" value = "true" type = "java.lang.string" />
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
I have installed Pega 8.8.2 on WebSphere Application Server. There are four application servers running on four different hosts:
App Server devServer01 running on PServNode01 node on Proprietary information hidden
App Server devServer02 running on PServNode02 node on Proprietary information hidden
App Server devServer03 running on PServNode03 node on Proprietary information hidden
App Server devServer04 running on PServNode04 node on Proprietary information hidden
Please inform,
1. if I should add the below JVM arguments for App Server devServer01 only or for all four App Servers?
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.ibm.lang.management.internal=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
2. Will Pega select devServer01 as the hazelcast server if the above JVM arguments are added to devServer01only?
3. Should I add the below lines in prconfig.xml (externalized) of App Server devServer01 only?
<env name = "cluster/hazelcast/v4/enabled" value = "true" type = "java.lang.string" />
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
4. Should I place prconfig.xml (externalized) in all four application servers and add the below lines to prconfig.xml files in all four servers?
<env name = "cluster/hazelcast/v4/enabled" value = "true" type = "java.lang.string" />
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
<env name="cluster/hazelcast/interface" value=" Proprietary information hidden"/>
Please inform.