Configuring the Progress AppServer > Non-Windows OS Setup > Progress NameServer Setup
  
Progress NameServer Setup
The NameServers are configured in the ubroker.properties file. This file resides in the DLC/properties directory and contains all the configuration settings for all the NameServers and AppServers.The following example shows how to set up a NameServer instance. A port must be allocated to each NameServer instance:
[NameServer.NS1]
srvrLogFile=<Log DIR>/NS1.ns.log
environment=NS1
autoStart=1
portNumber=4091
host=<qxtendhost>
Set up the properties in the ubroker.properties file for the NameServer that will control the QXI AppServers.Verify NameServer settings by running:
$DLC/bin/nsconfig -f <property file> -i <NameServer>
Validate NameServer settings by running:
$DLC/bin/nsconfig -f <property file> -i <NameServer> -v