![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
You must also configure the MM.cdd to work with the cluster to be monitored, but the MM cluster itself does not use well-known address discoverySee Chapter 24, Cache OM and Cluster Configuration in TIBCO BusinessEvents Developer’s Guide for more details about WKA discovery.
Use unique ports — including for MM Server engine If any of the monitored cluster engines are configured to run on the same machine as the MM server, ensure that the values for localport are unique across the MM server and the monitored clusters on that machine.Cluster configuration is documented in TIBCO BusinessEvents Developer’s Guide.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. For each PU you will deploy to a WKA machine, add the be.engine.hostaddress property (in addition to the tangosol.coherence.localhost and tangosol.coherence.localport properties as needed for WKA configuration). Set it to the same value as the localhost property:tangosol.coherence.localhost HostIPtangosol.coherence.localport Hostportbe.engine.hostaddress HostIPtangosol.coherence.wka = IP_of_machine_hosting_MMServertangosol.coherence.wka.port = Unused_port_on_machine_hosting_MMserver
If the CDD has already been configured for WKA cluster discovery and either one or both of the properties, tangosol.coherence.wka and tangosol.coherence.wka.port, already exist in the CDD under the cluster level properties, you must rename such pair of properties to tangosol.coherence.wkan and tangosol.coherence.wkan.port, where n is the first unused integer in the WKA list. All the other WKA properties can remain as they are.Task B Configure the MM.CDD File
1. Set localhost to the IP of the host where the MM server will run and set the localport property to a different port than any used by any monitored cluster engines on this host machine.For all host machines with multiple network cards (NIC), add the following property to the be-engine.tra file on each host:The default value is localhost.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |