Configuring the Basic Settings in the MM.cdd File

In order to edit the CDD using the CDD editor, import the eMonitor project into TIBCO BusinessEvents Studio.

Procedure

  1. Import the emonitor project into your workspace and open the CDD file for editing. See Import the emonitor Project for CDD Editing for details.
  2. In the CDD editor, click the Agent Classes tab and select mm-class agent.
  3. In the properties sheet, complete the values as explained in MM Agent Basic Configuration Reference.

    To monitor engines running in memory mode, add the property, be.mm.monitor.in.mem, to the properties and set its value to true.

    To monitor engines running in cluster mode, set the value of the property to false.Alternately, you can remove the property from the properties sheet.

    You must also specify the host address in the tibco.clientVar.HTTPHost property, and specify the port as needed.

    Note: If you are running on AIX  you must add an additional property to the mm-agent class CDD properties. See Setting Property for Cache Based Object Management on AIX for details.
  4. The monitored cluster’s topology file must be located on the MM server under BE_HOME/mm/config. (see Site Topology). You can copy the file from its design-time location as needed.To monitor and manage other projects, ensure that the property be.mm.topology.file is either deleted from the MM.cdd file, or the property is set to “”(empty string).
  5. Save the CDD. If you imported it to your workspace, copy it to BE_HOME/mm/project/emonitor and to BE_HOME/mm/bin .
    Note: Whenever you change the MM.cdd file you must restart the BEMM server so that it uses the updated values.