Tuesday, April 7, 2015

[OBIEE11g] Find port numbers of EM, Console, Analytics and XMLPServer

 
Here is how to find port numbers of Enterprise Manager, Console and Analytics from an OBIEE installed server.

  1. Go to OBIEE Middleware Home folder (Say MW_HOME)
  2.  Go to MW_HOME/Oracle_BI1/Install
  3. Open ports.properties file -
BISCHEDULER_SCRIPT_RPC_PORT=9707
OPMN_LOCAL_PORT=9500
BISERVER_PORT=9703
WLS_BIFOUNDATION_SSL_PORT=9804
BISCHEDULER_PORT=9705
BICLUSTERCONTROLLER_MONITOR_PORT=9700
BIJAVAHOST_PORT=9810
WLS_BIFOUNDATION_PORT=9704
BISERVER_MONITOR_PORT=9701
OPMN_REMOTE_PORT=9501
OPMN_REQUEST_PORT=9502
DOMAIN_PORT=7001
BISCHEDULER_MONITOR_PORT=9708
NODE_MANAGER_PORT=9556
BIPRESENTATIONSERVICES_PORT=9710
BICLUSTERCONTROLLER_PORT=9706
WLS_BIFOUNDATION_PORT = 9704 is the port number for Analytics. DOMAIN_PORT=7001 is the port number for Enterprise Manager installation.

You can also open up setupinfo.txt file to get the installation details.

Configure Components
        WebLogic Console
            http://HOSTNAME:7001/console
        Oracle Enterprise Manager
            http://HOSTNAME:7001/em
        Business Intelligence Enterprise Edition
            http://HOSTNAME:9704/analytics
        Business Intelligence Publisher
            http://HOSTNAME:9704/xmlpserver

By default 9704, 7001 and 9804 are the port numbers for Analytics, EM and SSL.

No comments:

Post a Comment