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, a default instance is not provided, and you must create one.

To use the PASMAN command-line utility to create a new PAS for OpenEdge instance:
  1. Run the Proenv utility.
  2. Create an instance. For example:
    pasman create -Z prod -p 9910 -P 9911 -s 9912 instance-path/instance-name
    • On UNIX, the only required parameters are the filepath and instance name.
    • On Windows, a shutdown port, set by the -s option, is also required.
    • The -Z prod switch defines the security model as production.
    • The -p option specifies the HTTP port. The default is 8810.
    • The -P option specifies the HTTPS port. The default is 8811.
    • The name of the instance should not be more than 50 characters.
    • The defaults can be set during the OpenEdge installation.

      You can find additional configuration parameters in the TCMAN Reference and PASMAN.