SMA autodiscovery with multiple pega instances on a single host
Hi All
As per this article https://pdn.pega.com/managing-nodes-automatically-system-management-application-cluster/managing-nodes-automatically
There are ports that need to be configured for SMA auto node discovery
SMAAutoNodeDiscoveryPort=<PRPCport>
Hi All
As per this article https://pdn.pega.com/managing-nodes-automatically-system-management-application-cluster/managing-nodes-automatically
There are ports that need to be configured for SMA auto node discovery
SMAAutoNodeDiscoveryPort=<PRPCport>
SMAAutoNodeDiscoveryJMXPort=<JMXPort>
How do we configure auto node discovery if we have two pega instances running on the same host?
Ie Tomcat1 8080, Tomcat 2 8090
And we want sysmgmt to automatically see both nodes.
Have you tried the setup based on the pdn article? Are you only seeing one node from SMA? What if you configure two nodes in different ips? I know that is not what you want, but from code it seems that we only retrieve distinctive ips from within a prpc cluster.