Install and configure Pro2 on Linux
- Last Updated: April 3, 2025
- 2 minute read
- OpenEdge Pro2
- Version 6.5
- Documentation
Install Pro2
To install Pro2 for Linux:
- Locate and execute the Pro2.bin file.
There can be a numeric value in the file name that indicates the version of Pro2, for example,
Pro2-6.5.0.bin.Note: Starting with Pro2 6.5.2, after locating the Pro2.bin file, run the following command from the command prompt:
The supported Java version is Java 11 and Java 17.sh ./Pro2.bin LAX_VM "/<JAVA_HOME>/bin/java" - In the Pro2 installer, click Next to start the installation process.
- Specify the install folder path, for example, USER_INSTALL_DIR=/pro2inst.
- In the Choose OpenEdge window,
specify the path or select Choose
to browse and set the OpenEdge home directory.
The directory is based on the version of OpenEdge that is installed on your machine, for example,
OE_INSTALL_DIR=/_linuxx86_64/build/dlc. - On the PAS for OpenEdge Ports screen, enter the port information for your
PAS for OpenEdge instance and designate the instance name. For
example:
HTTP Port 9991 HTTPS Port 9992 Shut Down Port 9993 Instance Name Pro2Web - Click Next and review the options you chose for this installation in the Pre-Installation Summary page.
- Click Install.
- Click Done.
Silent Pro2 installation
To silently install Pro2 on a Linux machine:
- Copy the
response.properties.examplefile from<Pro2_HOME>\Docs\response.properties.exampleto your Linux machine. - Choose the Pro2 root folder by updating
USER_INSTALL_DIRpath inresponse.properties.example. - Choose the OpenEdge install location by updating the
OE_INSTALL_DIRpath inresponse.properties.example. - Update PAS for OpenEdge instance name and ports in
response.properties.example. - Run the command:
sh ./Pro2.bin -i Silent -f response.properties.exampleNote: Starting with Pro2 6.5.2, after locating the Pro2.bin file, run the following command from the command prompt:sh ./Pro2.bin LAX_VM "/<JAVA_HOME>/bin/java" -i Silent -f response.properties.example
Note: The same procedure can be
followed for installing Pro2 Enterprise View (Pro2-ent.bin)
on a Linux platform.
For more in formation about installing Pro2 Enterprise view, see Pro2 Enterprise View.