Consultor Eletrônico



Kbase P432: How to start/stop/query the NameServer via the command line?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

GOAL:

How to start the NameServer through the command line?

GOAL:

How to stop the NameServer through the command line?

GOAL:

How to query the NameServer through the command line?

GOAL:

Quick reference commands for the Progress NameServer

GOAL:

Quick reference commands for nsman

GOAL:

What command can be used with nsman (Progress NameServer)?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.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:
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 <NameServer> -stop