Pages

Friday 16 November 2012

Oracle BI 11g – Port Numbers and staticports.ini


Which default ports OBIEE 11g standard installation uses ? What is the option if one would like to change the default ports ?

This blog is an attempt to list down default port and along with the description about how to other ports can be assigned than the defaults.


Default Port Numbers

By default Oracle BI 11g uses the following default ports for the communication between clients

WebLogic Server
Domain Port No = 7001
Oracle WLS BIEE Managed Server Port No = 9704
Oracle WLS BIEE Managed Server SSL Port No = 9804

OPMN Process Control
Oracle Process Manager Local Port No = 6100
Oracle Process Manager Remote Port No = 6200
Oracle Process Manager Request Port No = 6003

BI 11g BI-Foundation
Oracle BI Server Port No = 9703
Oracle BI Server Monitor Port No = 9701
Oracle BI Presentation Services Port No = 9710
Oracle BI Scheduler Port No = 9705
Oracle BI Scheduler Monitor Port No = 9708
Oracle BI Scheduler Script RPC Port No = 9707
Oracle BI ClusterController Port No = 9706
Oracle BI ClusterController Monitor Port No = 9700
Oracle BI JavaHost Port No = 9810

Defining other ports than the defaults

During the installation other ports can be assigned than the defaults. To do that a file “staticports.ini” must be used. You need to supply this in the following format:

staticports.ini

01
[WEBLOGIC]
02
03
#The Domain port no. This is the listen port of Weblogic Adminserver for the domain.
04
Domain Port No = 7001
05
06
# The "content" port for the BIEE apps. This is the Weblogic Managed Server port on which BIEE applications are deployed.
07
Oracle WLS BIEE Managed Server Port No = 9704
08
09
#The SSL port for the Weblogic Managed Server
10
Oracle WLS BIEE Managed Server SSL Port No = 9804
11
12
[OPMN]
13
14 #Process Manager Local port no
15
Oracle Process Manager Local Port No = 6700
16
17
#Process Manager Remote port no
18
Oracle Process Manager Remote Port No = 6701
19
20
#Process Manager Request port no
21
Oracle Process Manager Request Port No = 6702
22
23
[BIFOUNDATION]
24
25
#The listen port for OracleBIServer component
26
Oracle BI Server Port No = 9703
27
28
#The monitor port for OracleBIServer component
29
Oracle BI Server Monitor Port No = 9701
30
31
#The listen port for OracleBIPresentationServices component
32
Oracle BI Presentation Services Port No = 9710
33
34
#The listen port for OracleBIScheduler component
35
Oracle BI Scheduler Port No = 9705
36
37
#The monitor port for OracleBIScheduler component
38
Oracle BI Scheduler Monitor Port No = 9708
39
40
#The script RPC port for OracleBIScheduler component
41 Oracle BI Scheduler Script RPC Port No = 9707
42
43
# The listen port for OracleBIClusterController component
44 Oracle BI ClusterController Port No = 9706
45
46
# The monitor port for OracleBIClusterController component
47 Oracle BI ClusterController Monitor Port No = 9700
48
49
# The listen port for OracleBIJavaHost component
50 Oracle BI JavaHost Port No = 9810

No comments:

Post a Comment