Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 16 Basic Deployment : Configuring for TIBCO BusinessEvents DataGrid WKA Discovery

Configuring for TIBCO BusinessEvents DataGrid WKA Discovery
If you are using the TIBCO BusinessEvents DataGrid cache provider, and you have configured ASG_DefaultImplementation project to discover cluster members using well-known addresses (WKA) then you must make some additional changes to the ASG_DefaultImplementation project CDD so that MM can monitor and manage the cluster.
For more details about WKA discovery in a TIBCO BusinessEvents DataGrid cluster refer to the sections Configuring the TIBCO BusinessEvents DataGrid Discover URL and Configuring Cluster Discovery and Internal Communication.
To Configure ASG_DefaultImplementation Project’s CDD
1.
2.
Open the ASGDefaultImplementaion project.
3.
Open the asg_core.cdd CDD file in the CDD editor.
4.
   be.mm.cluster.as.listen.url MMHostIP: Port
Specify the IP of the computer hosting the MM server, and an unused port.
5.
Add the value of the be.mm.cluster.as.listen.url property to the list of addresses in the be.engine.cluster.as.discover.url property. The discovery property should be set at the cluster level (so the value is identical for all potential cluster members).
The discovery URL for well-known address configuration uses the following format:
   tcp://ip:port[;ip:port]*
6.
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved