Bug 793688 (JBEPP-764)

Summary: Leverage the EAP parameters -g, -u, -m to enable cluster isolation
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Martin Weiler <mweiler>
Component: PortalAssignee: hfnukal <hfnukal>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.GACC: mweiler
Target Milestone: ---   
Target Release: 5.1.1.DEV01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-764
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-30 12:51:32 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 793657    

Description Martin Weiler 2010-12-21 14:55:02 UTC
Help Desk Ticket Reference: https://na7.salesforce.com/500A0000005f3sf
project_key: JBEPP

To isolate multiple clusters running on the same network, for EAP it is sufficient to specify a unique partition name (-g) and multicast address (-u) for each cluster.

The JBoss Cache and JGroups configuration files used in EPP should contain the same properties. For instance, the picketlink cluster configuration would then look like
<clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-cluster">

and the same should apply to the other cache instances.

Comment 2 hfnukal@redhat.com 2011-03-29 10:19:36 UTC
Link: Added: This issue is a dependency of JBEPP-735


Comment 4 Scott Mumford 2011-08-09 02:52:30 UTC
Release Notes Docs Status: Added: Needs More Info
Release Notes Text: Added: To isolate multiple clusters running on the same network, the JBoss Cache and JGroups configuration files used in JBoss Enterprise Portal Platform have been updated to include partition name (-g) and multicast address (-u) properties used in JBoss Enterprise Application Platform.


Comment 5 Thomas Heute 2011-08-24 13:11:08 UTC
Release Notes Docs Status: Removed: Needs More Info Added: Documented as Resolved Issue
Release Notes Text: Removed: To isolate multiple clusters running on the same network, the JBoss Cache and JGroups configuration files used in JBoss Enterprise Portal Platform have been updated to include partition name (-g) and multicast address (-u) properties used in JBoss Enterprise Application Platform. Added: To isolate multiple clusters running on the same network, the JBoss Cache and JGroups configuration files used in JBoss Enterprise Portal Platform have been updated to take advantage of the partition name (-g) and multicast address (-u) properties used in JBoss Enterprise Application Platform.