Consultor Eletrônico



Kbase P25403: How to setup UDP broadcasting with two NameServers?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/03/2009
Status: Verified

GOAL:

How to setup UDP broadcasting with two NameServers?

GOAL:

How to setup NameServer replication with two NameServers?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

Let's assume machine-A has the WebSpeed messenger, the WebSpeed broker and the NameServer, and machine-B only has the NameServer.

Section of the ubroker.properties file from Machine-A:

[NameServer.NS1]
location=local
portNumber=5162
hostName=<network's broadcast IP>

Section of the ubroker.properties file from Machine-B:

[NameServer.NS1]
location=local
portNumber=5162
hostName=<host name or IP address>

The WebSpeed broker(s) and the messenger should have the NS1 as a controlling NameServer for the above example.