Basic MM Configuration : 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 the monitored project to discover cluster members using well-known addresses (WKA) then you must make some additional changes to the monitored project CDD so that MM can monitor and manage the cluster.
See Configuring a TIBCO BusinessEvents DataGrid Cluster for more details about WKA discovery.
To Configure the To-Be-Monitored Project’s CDD
1.
This CDD must be copied for use as the master CDD. See Project, Master, and Deployed Locations of CDD and EAR Files to understand the purpose of these copies of the CDD.
2.
   be.mm.cluster.as.listen.url MMHostIP: Port
Specify the IP of the computer hosting the MM server, and an unused port.
3.
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, which should be present and identical for all potential cluster members.
The discovery URL for well-known address configuration uses the following format:
   tcp://ip:port[;ip:port]*
4.