Kbase P100817: How to start and stop the Admin Server from a DOS command window.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/6/2010 |
|
Status: Unverified
GOAL:
How to start and stop the Admin Server from a DOS command window.
GOAL:
Which commands can be used in a DOS .bat file to start the AdminServer ?
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
FIX:
To start the Admin Server:
proadsv -start [-port xxxxx] [-adminport xxxx]
To check if a broker has started use:
proadsv -q [-port xxxxx]
To stop the Admin Server:
proadsv -stop [-port xxxxx] [-adminport xxxx]
Example:
proadsv -start -port 2755
proadsv -q -port 2755
proadsv -stop -port 2755