Kbase P95865: How can I delete the NameServer NS1 after creating a new NameServer?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/10/2004 |
|
Status: Unverified
GOAL:
How can I delete the NameServer NS1 ?
GOAL:
How can I make a new NameServer the main NameServer ?
FACT(s) (Environment):
Progress 9.1D
FIX:
These are the steps to perform:
1. Create a new 2. NameServer for example NS2 for a different port number with autostart true.
2. Shutdown the AdminServer and make a backup copy of your properties directory inclusive its contents.
3. Modify ubroker.properties and comment out the [NameServer.NS1] section.
Example:
#[NameServer.NS1]
# autoStart=0
# environment=NS1
# portNumber=5163
# srvrLogFile=e:\WorkPath\NS1.ns.log
4. Within the new NameServer.<name> section comment out the line for
the neighborNameServers.
Example:
[NameServer.NS2]
#neighborNameServers=NS1
autoStart=1
portNumber=5165
srvrLogFile=e:\WorkPath\NS2.ns.log