Thursday, October 20, 2016

how to know ports of appTier services in EBS R12

How to know ports of appTier services in ebusiness suite R12



Using the context file grep for s_wls and pipe grep port to list all weblogic (Admin & Managed) server ports. 

-bash-3.2$ egrep 'port_pool|s_wls' $CONTEXT_FILE |grep port

egrep 'port_pool|s_wls' $CONTEXT_FILE |grep port


If you look at the context file for an existing Oracle E-Business Suite Release 12.2 system,, you will see each WebLogic server has a base port number. For example, the oacore server has a base port of 7201. During installation of Oracle E-Business Suite, you can if desired specify a port pool. 

The run and patch file systems for a Release 12.2 system must each use a different port pool. And if you install two separate Oracle E-Business Suite Release 2.2 environments on the same server, they also must use different port pools.

Note: Be aware that the same web ports are used for both fs1 and fs2, so the entry points for users will also remain the same. However, different ports are used for WLS administration activities on the patch file system while the run file system is in use. You may find it useful to make a note of the WLS Admin ports.

No comments: