Use PASMAN to create an instance
- Last Updated: August 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
OpenEdge is shipped with a default PAS for OpenEdge development instance
located in your OpenEdge/WRK directory named oepas1 . In the production version of PAS for OpenEdge, no
default instance is provided automatically and you must create one.
To use the
PASMAN command-line utility
to create a new PAS for OpenEdge instance, perform the following steps: - Run the proenv utility.
- Create an instance. For
example:
pasman.[bat|sh] create -Z prod -p 9910 -P 9911 -s 9912 instance-path / instance-name- The only required parameters on UNIX are the filepath and instance name.
- On Windows, a shutdown port, set by the
-soption is also required. - The
-Z prodswitch defines the security model as production. - The
-poption specifies the HTTP port. The default is 8810. - The
-Poption specifies the HTTPS port. The default is 8811. - The defaults can be set during the OpenEdge installation. You can find additional configuration parameters in the TCMAN Reference in PAS for OpenEdge Administration Tools Reference and the PASMAN Reference.