Configuring the Project’s CDD for Cluster Management
If the monitored project is configured to discover cluster members using well-known addresses (WKA), you must make some additional changes to the monitored project CDD so that MM can monitor and manage the cluster.
Procedure
-
Open the project to be monitored in TIBCO BusinessEvents Studio and open its CDD file in the CDD editor.
-
Add the following property to the cluster properties sheet.
be.mm.cluster.as.listen.url
MMHostIP:Port
Specify the IP of the computer hosting the MM server, and an unused port.
-
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]*
-
Save.
Copyright © TIBCO Software Inc. All Rights Reserved.