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:
  1. Run the proenv utility.
  2. 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 -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 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.