Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : PROADSV
 

PROADSV

Starts, stops, and queries the status of the AdminServer on UNIX. In Windows, you start the AdminService as a Windows service using the Services applet in the Control Panel.

Syntax

Operating system
Syntax
UNIX
proadsv { -start | -stop | -query }
[ -port port-number]
[ -adminport port-number]
[ -help ]
-start
Starts the AdminServer.
-stop
Stops the AdminServer.
-query
Displays the AdminServer status.
-port port-number
Specifies the listening port number. If a port number is not specified, the port defaults to 20931.
-adminport port-number
Specifies the port number used by the AdminServer for database broker communication. If a port number is not specified, the adminport defaults to port 7844.
-help
Displays the command-line help.

Example

The following table shows several examples that use the NSCONFIG command. Assume the NameServer is NS1.
Table 103. PROADSV command examples
Task
Command
Start the AdminServer on UNIX
proadsv -start
Start the AdminServer on UNIX using a specified port
proadsv -port port-number -start
Query the AdminServer on UNIX
proadsv -host host-name -user
user-name -query
For more information on the PROADSV utility, see OpenEdge Getting Started: Installation and Configuration or OpenEdge Data Management: Database Administration.