create broker server on UNIX ?

Hello !

I’m trying to create a broker server on a UNIX server. I try to use the

server_config create command and it seems to work but when I try to start it I have this warning :

Warning: Cannot make a connection to the local Broker Server Monitor:
Broker Not Running (101-1020): The host ‘host’ was found, but no Broker Server is running on port 6850 on that host.

Error: Cannot start Broker Server on port 6849: Broker Not Running (101-1020): The host ‘host’ was found, but no Broker Server is running on port 6850 on that host.

Warning: The Broker Server at “host:6849” did not seem to start.

I have created the broker server on port 6849 and I don’t understand why the port 6850 is specified in the warning message.

Thanks for your help

Loik.

Port 6850 refers to the Broker Monitor which must be started before you start a Broker Server. There is a section in the Broker Administrators guide on Starting Broker Monitor.