Kbase P433: How to start/stop/query the Adminserver via the command line?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to start the adminserver via the command line?
GOAL:
How to stop the adminserver via the command line?
GOAL:
How to query the adminserver via the command line?
GOAL:
Quick reference commands used for the Progress AdminServer
GOAL:
Quick reference commands for proadsv
GOAL:
What commands can be used with proadsv (Progress AdminServer)?
FACT(s) (Environment):
Progress 9.x
FIX:
AdminServer:
- Start or stop the AdminServer on Windows NT:
Choose Settings, Control Panel, Services.
Choose the AdminService for Progress 9.1x
Select either Start or Stop
- Start or stop the AdminServer on Windows 2000:
Choose Settings, Control Panel, Administrative Tools, Services.
Choose the AdminService for Progress 9.1x
Select either Start or Stop
- Start/Stop the AdminServer via command line:
proadsv -start
proadsv -stop
- Start/Stop the AdminServer using -port:
proadsv -port <port-number> -start
proadsv -port <port-number> -stop
The -port specifies the listening port number. If a port number is not specified, the port defaults to 20931.
- Start/Stop the AdminServer using -port and -adminport:
proadsv -port <port-number> -adminport <port-number> -start
The -adminport specifies the port number used by the AdminServer for the database broker communication. If the port is not specified, the adminport defaults to 7832. The port numbers specified with the -port and -adminport options must be different.
- Query the AdminServer remotely via command line:
proadsv -host <host-name> -user <user-name> -query
**If you are running multiple AdminServers you need to override both the default port and the default adminport settings.