Editing asg_core.cdd File To Set Discover URL (using text editor)

To edit the discover URL and listen URL.

Procedure

  1. Open the ASG_HOME/bin/asg_core.cdd file for editing.
  2. Edit the following properties and set the value to the actual IP addresses of the machines in a cluster, and an unused port.

    For example, if the Core Engine instance 1 is running on Machine C, Core Engine instance 2 is running on Machine D, Cache Agent instance 1 is running on Machine C, Cache Agent instance 2 is running on Machine D, Cache Cleanup Agent instance 1 is running on Machine C, cleanup agent instance 2 is running on Machine D, Global Throttle Manager instance 1 is running on Machine E, Global Throttle Manager instance 2 is running on Machine F, then set the URL as follows, where port1 is an unused port:

    <property-group comment="" name="cluster">
    <property name="be.engine.cluster.as.discover.url"
    value="tcp://10.0.0.1:6000;10.0.0.2:6000;;10.0.0.2:6000;10.0.0.2:6000/"/>
    <property name="be.engine.cluster.as.listen.url"
    value="tcp://10.0.0.1:6000;10.0.0.2:6000;10.0.0.2:6000;10.0.0.2:6000/"/>
    <property name="be.mm.cluster.as.listen.url"
    value="tcp://10.0.0.1:6000;10.0.0.2:6000;;10.0.0.2:6000; 10.0.0.2:6000/"/>
    </property-group>
  3. Save the changes to asg_core.cdd file.