Configuring a TIBCO BusinessEvents DataGrid Cluster (Metaspace)

Note: An active LAN connection (device enabled and network cable plugged in) is required for TIBCO BusinessEvents DataGrid to work.

Procedure

  1. Add a CDD file or open the CDD file you added.
  2. Select the Cluster tab Properties node on the left and on the right, add the following two properties, as needed:
    be.engine.cluster.as.discover.url
be.engine.cluster.as.listen.url
    Note: The properties can be omitted if you use PGM multicast with default values.

    See the following sections for details on configuring these properties:

  3. If you use unicast (well-known address) discovery, and you use TIBCO API Exchange Gateway Monitoring and Management server for monitoring and management, you must also do the following (in the asg_core.cdd CDD file):
    1. 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.

    2. 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 at the cluster level (so the value is identical for all potential cluster members).

      The discover URL for well-known address configuration uses the following format:

         tcp://ip:port[;ip:port]*