Configuring the mm-tools.tra File

The mm-tools.tra file is used to reference the cluster’s site topology file.

Procedure

  1. Open the following file for editing:
    BE_HOME/mm/bin/mm-tools.tra
  2. In the following property, specify the path to the site topology file used for cluster deployment:
    be.mm.topology.file <path to the site topology file>
  3. For remote start, if the start-pu-method in the site topology file is Hawk, and you use non-default values, uncomment and specify the following Hawk properties. Use the values that are configured for the Hawk agent running on the remote machine:
    #be.mm.tools.Domain=TIBCO Hawk Domain
    #be.mm.tools.TIBHawkService=Rendezvous daemon used by Hawk
    #be.mm.tools.TIBHawkNetwork=Rendezvous network used by Hawk
    #be.mm.tools.TIBHawkDaemon=Rendezvous service used by Hawk

    If TIBCO Hawk is also used for machine level metrics, the values specified would be the same as those specified in the MM.cdd.

    See TIBCO Hawk Configuration for Machine Level Metrics.

  4. Save the file.