OpenEdge Management provides the auto-discovery feature for automatically discovering the remote Adminservers. You can enable this feature by configuring the auto-discovery properties on the systems hosting OpenEdge Management and the remote AdminServer.
Note: Configuring the auto-discovery properties enables UDP and multicast communications, which can increase security risks on your network. Progress recommends you configure these properties in a controlled environment and conduct a risk assessment before enabling this feature.
  1. Configure the auto-discovery property on the system hosting OpenEdge Management.
    1. Stop OpenEdge Management if it is running.
    2. Navigate to the catalina.properties file at the $oemgmt/conf location.
    3. Open the file and add the following auto-discovery property:
      fathom.acceptDiscovery=true
      The following table describes the auto-discovery property:
      Property Description Default Value
      fathom.acceptDiscovery

      Enables or disables the auto-discovery feature at the OpenEdge Management side.

      Valid values are true or false.

      false
    4. Save the changes and start OpenEdge Management.
  2. Configure the auto-discovery properties on the system hosting the remote AdminServer.
    1. Stop the remote AdminServer if it is running.
    2. Navigate to the management.properties file at the %DLC%\properties location.
    3. Open the file and change the default value of the allowDiscovery property from false to true.
      allowDiscovery=true
    4. Edit the additional auto-discovery properties if required to customize the discovery process. Otherwise, the default values will be used.
      The following table describes the auto-discovery properties in the management.properties file:
      Property Description Default Value
      allowDiscovery

      Enables or disables the auto-discovery feature at the remote AdminServer side.

      Valid values are true or false

      false
      discoveryAddress Specifies the network address that the remote AdminServer uses to send and receive UDP packets during the discovery process. 239.2.2.4
      discoveryPort Specifies the UDP port that the remote AdminServer uses during the discovery process. 6840
      discoveryNotifyInterval Defines the time interval, measured in seconds, for discovery notifications that the remote AdminServer sends to OpenEdge Management. 10 seconds
    5. Save the changes and start the remote AdminServer.