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

To set the discover URL for a cluster containing the machines where the Central Logger instances are running, you must edit the ASG_HOME/bin/asg_cl.cdd file on each machine.

Procedure

  1. Open the ASG_HOME/bin/asg_cl.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 Central Logger instance 1 is running on Machine E, Central Logger instance 2 is running on Machine F, then set the URL as follows:

       <property-group comment="" name="cluster">

       <property name="be.engine.cluster.as.discover.url"

       value="tcp://Machine E_IP_address:port2;Machine F_IP_address:port2/"/>

       </property-group>

  3. Save the changes to the asg_cl.cdd file.
    Note: To edit the asg_core.cdd and asg_cl.cdd files using the Studio to set the discover URL, See Editing CDD File using Studio.