Try OpenEdge Now
skip to main content
Installation and Configuration
Installation : Performing an OpenEdge Installation on UNIX or Linux : OpenEdge Silent installation overview : Performing a rolling upgrade of OpenEdge Management : Making port updates
 
Making port updates
To avoid port conflicts between multiple installations, you will need to change some port settings. The following table illustrates default port numbers used by OpenEdge and OpenEdge Management.
Table 25. Port defaults
Component
Symbol
Comment
AdminServer
20931
AdminServer
adminport
7844
adminport
Nameserver and unified broker
5162
Nameserver and unified broker
Database agent
8839
Database agent
Fathom Web Server
9090
Fathom Web Server
Fathom remote monitoring
6835
Fathom remote monitoring
When performing a rolling upgrade, make the following port updates:
*In PluginPolicy.Progress.AdminServer, change the AdminServer port and the adminport in $DLC/properties/AdminServerPlugins.properties to the following:
adminserver port=20955
adminport=7901
*Change the NameServer and Unified broker ports in the $DLC/properties/ubroker.properites file; specify any port number other than the default values.
*Change the database agent port in $DLC/properties/agent.properties to the following:
database agent port=8839
*Change the Fathom Web server port in FATHOM/config/fathom.properties by modifying the [webserver] section to include the following:
httpport=9095
*Execute the fmconfig -enable -port <value> command to enable monitoring for the Fathom remote port.