Ensuring that the AdminServer is running
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In Windows, the AdminServer automatically starts up as a service. To ensure that the AdminServer is running, start the Windows Task Manager and select the Services tab. The status of Progress OpenEdge AdminServer Service should be Running. In case the service is not running, right-click the service and then click Start Service.
In UNIX, you use the PROADSV utility to start, stop, and query the AdminServer. You must have root or super user privileges to execute this command. The syntax for using PROADSV is:
proadsv –start|-stop|-query –port port-number|port-name
Where:
| The number of the port on which the AdminServer is running.The default port number is 20931. |
| The name of the port on which the AdminServer is running. |
Suppose you want to start the AdminServer in UNIX. Enter:
proadsv –start –port 20931
To determine if the AdminServer is running, enter:
proadsv –query –port 20931