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://Machine C_IP_address:port1;Machine D_IP_address:port1;

                            Machine E_IP_address:port1; Machine F_IP_address:port1/"/>

       </property-group>

  3. Save the changes to asg_core.cdd file.