![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
The site topology editor is a canvas-based editor, which allows users to set the deployment configuration of the cluster by specifying its hosts and deployment mappings. See Working With Site Topology Editor.The Monitoring and Management Server requires a site topology file, which contains all the deployment time information. See Site Topology Overview for details on site topology file.ASG_HOME/mm/bin/asg_default.stJMX properties are provided in the shipped ASG_HOME/bin/asg-engine.tra file but are commented:
Ensure that the value of the port property is set to this literal value: %jmx_port%. The actual value is substituted at runtime. When you use the MM console to start the gateway engines remotely, MM reads the port number from the PU configuration settings in the site topology file.
java.property.be.engine.jmx.connector.authenticate=trueThe CDD file used by the MM server is the MM.cdd. In this file, you must specify the path to the site topology file. The MM.cdd file is a XML file and can be edited using any XML or text editor.
Before you make any changes to the MM.cdd file, make sure to make a back up of this file.
1. Navigate to the ASG_HOME/mm/bin directory.
2. Edit the MM.cdd file and change the value of be.mm.topology.file property, if required. This property must be set to the fully qualified path of the site topology file for the cluster to be monitored. Specify the location of the site topology file you want to be loaded by the MM server.ASG_HOME/mm/bin/asg_default.st
Whenever you make changes to the MM.cdd file you must restart the MM server so that it uses the updated values.For example, edit the following settings in the ASG_HOME/mm/bin/asg_default.st file for your deployment (if the default values are not correct):See Site Topology Reference for details on the XML elements defined in the topology file.
• ASG_HOME/mm/config/users.pwd
MM_ADMINISTRATOR Users with this role can execute methods, for example to deploy, start, and stop engines, and invoke method operations.MM_USER Users with this role can view MM Console, but cannot deploy, start, or stop engines, or invoke method operations.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |