Use PASMAN to start and stop an instance
- Last Updated: October 8, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To start or stop a PAS for OpenEdge instance using the PASMAN command-line
utility:
- Run the Proenv utility.
- Run the
pasman pasoestartcommand:pasman pasoestart -I instance-name -timeout 200The
pasoestartcommand produces a more stable and predictable startup process by performing the start actions, and then the error checking and process validation. It executes until the instance starts without any fatal errors, or until a timeout limit is reached and the startup process is stopped. - Run the
pasman envcommand to retrieve system information such as the HTTP port:pasman env -I instance-name - Test that the server is running by entering the following URL
into a web
browser:
http://localhost:portThe port is the HTTP port that you set when creating the instance and is listed by the
pasman envcommand. Uselocalhostfor local instances, or enter the name of the remote host. - Shut down the server by running the
pasman stopcommand:pasman stop -I instance-name