Sunday, January 13, 2019

how to find portpool.lst ? or how to find port list file in linux?

How to find portpool.lst?
How to find port list file in linux?

Oracle ebs port pool list
Oracle ebs port list


According to my system I'm showing the path where you'll get the portpool.lst file. This is the file where all port's are listed. So, follow my linux command and find the portpool.lst file in your system.

cd /u01/APPS/fs1/inst/apps/NEW_reyaz/admin/out 
now use command "ls"

Here you can see the file portpool.lst

Now view the file by using one of the following commands 
vi portpool.lst
or
cat portpool.lst


 in my system the output is coming like below.....

=====================================
*****  List of ports allocated based on port pool 1  *****
Node Manager Port  :  5557
WLS Admin Server Port  :  7002
WLS OACORE Application Port  :  7202
WLS FORMS Application Port  :  7402
WLS OAFM Application Port  :  7602
WLS FORMS-C4WS Application Port  :  7802
WLS OAEA Application Port  :  6802
OHS Administration Proxy Port  :  10000
Database Port  :  1522  (EXT_PORT)
RPC Port  :  1627
Web SSL Port  :  4444
ONS Local Port  :  6101
ONS Remote Port  :  6201
ONS Request Port  :  6501
Web Listener Port  :  8001
Active Web Port  :  8001  (DUP_PORT)
Forms Port  :  9001
Metrics Server Data Port  :  9101
Metrics Server Request Port  :  9201
JTF Fulfillment Server Port  :  9301
MSCA Server Port  :  10206-10211
MCSA Telnet Server Port  :  10206,10208,10210  (DUP_PORT)
MSCA Dispatcher Port  :  10803
Java Object Cache Port  :  12346

======================================




Follow the same .....

cd /u01/DB/12.1.0/appsutil/temp/ 
 vi portpool.lst
or 
cat portpool.lst


 in my system the output is coming like below.....
==============================
*****  List of ports allocated based on port pool 1  *****
Database Port  :  1522
DB ONS Local Port  :  6301
DB ONS Remote Port  :  6401
Oracle Connection Manager Port  :  1522  (EXT_PORT)

===============================




Thank You. 

 

You can find me on Fiverr & LinkedIn 

No comments:

Post a Comment