Kbase P98656: Why -Mn is automatically incremented by one?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/09/2009 |
|
Status: Unverified
GOAL:
Why -Mn is automatically incremented by one?
GOAL:
Does -Mn need to include the primary login broker?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
Progress 9.x
FIX:
Progress database startup parameter -Mn specifies the maximum number of remote client servers and login brokers that can be started.
Progress automatically increments -Mn startup parameter value by one. For example, if you start database with "proserve <dbname> -Mn 10", your log file will report "Maximum number of Servers (-Mn) : 11".
This is expected behavior. The reason is to provide remote server for primary login broker. You can use Promon R&D option to see that first remote server (SvNo: 0) is reserved for the primary login broker. In Promon main menu, type "R&D", then select "1.Status Displays" and "3.Servers". Servers from SvNo 1 onwards are for remote clients and additional brokers.