Kbase 30432: NameServer - Quick Reference Guide
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/25/2001 |
|
Solution ID: P432
GOAL:
How to use the commands for Progress NameServer
FACT(s) (Environment):
WebSpeed 3.x
Progress 9.x
FIX:
NameServer:
- View a NameServer configuration in the ubroker.properties file:
nsconfig -name <Name-Server>
- Validate the syntax and view the configurations of all
NameServer instances defined within a specified property file:
nsconfig -propfile property-file-path -validate
- Start a local NameServer:
nsman -name <NameServer> -start
- Start a remote NameServer1, 2:
nsman -name <NameServer> -host <host-name> -port <port-
number>
-user <user-name> -start
- Query a local NameServer:
nsman -name <Name-Server> -query
- Query a remote NameServer1:
nsman -name <Name-Server> -host <host-name> -port <port-
number>
-user <user-name> -query
- Stop a local NameServer:
nsman -name <Name-Server> -stop
- Stop a remote NameServer1:
nsman -name <Name-Server> -host <host-name> -port <port-
number>
-user <user-name> -stop