Identity Portal cluster replication not working
search cancel

Identity Portal cluster replication not working

book

Article ID: 231936

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Portal

Issue/Introduction

Using Identity Portal, the creation of an application (on the Access Rights tab) on the main IP server is not replicated instantly (as it was) to the other redundant server.

 

Environment

Release : 14.x

Component : SIGMA-Identity Suite

On Premise / JBoss Application Server

Cause

Incorrect cluster configuration

Resolution

In the standalone.xml we require to make the following changes:

        <property name="jgroups.bind_addr" value="xx.xx.xx.xx"/> - replace localhost with the actual IP of the host
        <property name="sigma.portal.cache.infinispan.jgroups_cfg" value=Full path to "sigma-portal-jgroups-multicast.xml"/> (ie "C:\IdentityPortal\3rd-party-config-files\jgroups-cluster\sigma-portal-jgroups-multicast.xml") 
        <property name="sigma.hibernate.cache.infinispan.jgroups_cfg" value=Full path to "sigma-hibernate-jgroups-multicast.xml"/> (ie "C:\IdentityPortal\3rd-party-config-files\jgroups-cluster\sigma-hibernate-jgroups-multicast.xml") 

Additional Information

https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-portal/14-3/installing/installing-ca-identity-portal/ca-identity-portal-installation/installing-ca-identity-portal-in-a-cluster.html