Question
SberTech
RU
Last activity: 24 Jul 2019 23:14 EDT
Pega nodes are not seen in cluster management
Hello. I've got pega cluster with 5 separated nodes and 4 nodes of it are not visible in "Cluster management" tab but they exist in "System Node" tab. If i manually set in prconfig options:
<env name="identification/cluster/protocol" value="Hazelcast" />
<env name="cluster/Hazelcast/interface" value="IP address of this node" />
<env name="cluster/Hazelcast/ports" value="port range" />
<env name="cluster/Hazelcast/members" value="members IP of the clusters" />
<env name="indexing/distributed/network/host" value="IP address of this node" />
for each of them my problem dissapear and all nodes become visible. What should i check/do to solve this problem without editing prconfig ?
Without manual configuration all of nodes are using Proprietary information hidden ip-adress.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
JPMorgan Chase & Company
US
Hi,
Have you tried clearing the entries in pr_sys_statusnodes and start nodes one by one.
SberTech
RU
Hello. Tried. It didn't help.
JPMorgan Chase & Company
US
Virtusa Ltd
IN
I am new to PEGA. I can see the same issue. I don't see all nodes in cluter management and I have cleared the statusnodes tables. How to configure through DSS. Could you please help me out?
thanks
Pegasystems Inc.
IN
Hi, Do you have multiple IPs assigned to your servers?
Virtusa Ltd
IN
I see some of the servers IP changed. How to clear those entries?
SberTech
RU
Hey. Just add on each node in procnfig file this line, replacing with your ip-adresses: <env name="cluster/Hazelcast/members" value=" Proprietary information hidden, Proprietary information hidden, Proprietary information hidden, Proprietary information hidden, Proprietary information hidden" />
-
Lakshmi Swathi Chinni
Virtusa Ltd
IN
One of my environment using ignite. 3 node ignite cluster.
In Ingite Server - prconfig.xml (prcluster_service.war)
<env name="identification/cluster/protocol" value="ignite" />
<env name="identification/cluster/public/address" value="XXXX-ignite server IP" />
And on Pega Node:
- Added below lines to prcofig.xml (prweb/web-inf/classes) to enable to client mode.
<env name="cluster/clientserver/clientmode" value="true" />
<env name="identification/cluster/protocol" value="ignite" />
- Restarted the Tomcat
--- My Question is - As I have 3 Ignite Servers, Can I mention three Node IPs like below for prconfig.xml (prcluster_service)
Will below entry work for Ignite also?
Ex : <env name="cluster/ignite/members" value=" Proprietary information hidden, Proprietary information hidden, Proprietary information hidden, Proprietary information hidden, Proprietary information hidden" />
Thanks
SberTech
RU
Hey. It should work.
-
Mariane Ammar Elie Rahal
Coforge DPA private limited
AU
Please try to restart the node and that should work.