Created
October 30, 2013 13:28
-
-
Save rmoff/7232684 to your computer and use it in GitHub Desktop.
OBIEE 11.1.1.7.0 static-ports.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Note that if ports are not defined in this file they will be autoallocated starting at port 9500 | |
| # It is recommended that ports 9500-9520 are left unassigned for this auto-allocation | |
| [WEBLOGIC] | |
| #The Domain port no. This is the listen port of Weblogic Adminserver for the domain. | |
| #Domain Port No = 7001 | |
| #The "content" port for the BIEE apps. This is the Weblogic Managed Server port on which BIEE applications are deployed. | |
| #Oracle WLS BIEE Managed Server Port No = 9704 | |
| #The SSL port for the Weblogic Managed Server | |
| #Oracle WLS BIEE Managed Server SSL Port No = 9804 | |
| #The Weblogic node manager port | |
| #Node Manager Port No = 9556 | |
| [OPMN] | |
| #Process Manager Local port no | |
| #Oracle Process Manager Local Port No = 6700 | |
| #Process Manager Remote port no | |
| #Oracle Process Manager Remote Port No = 6701 | |
| #Process Manager Request port no | |
| #Oracle Process Manager Request Port No = 6702 | |
| [BIFOUNDATION] | |
| #The listen port for OracleBIServer component | |
| #Oracle BI Server Port No = 9703 | |
| #The monitor port for OracleBIServer component | |
| #Oracle BI Server Monitor Port No = 9701 | |
| #The listen port for OracleBIPresentationServices component | |
| #Oracle BI Presentation Services Port No = 9710 | |
| #The listen port for OracleBIScheduler component | |
| #Oracle BI Scheduler Port No = 9705 | |
| #The monitor port for OracleBIScheduler component | |
| #Oracle BI Scheduler Monitor Port No = 9708 | |
| #The script RPC port for OracleBIScheduler component | |
| #Oracle BI Scheduler Script RPC Port No = 9707 | |
| #The listen port for OracleBIClusterController component | |
| #Oracle BI ClusterController Port No = 9706 | |
| #The monitor port for OracleBIClusterController component | |
| #Oracle BI ClusterController Monitor Port No = 9700 | |
| #The listen port for OracleBIJavaHost component | |
| #Oracle BI JavaHost Port No = 9810 | |
| [ESSBASE] | |
| #The listen port for Essbase Agent | |
| #Essbase Agent Port No = 1423 | |
| #The listen port for Essbase Studio | |
| #Essbase Studio Port No = 5300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment