Monday, February 25, 2013

Ports that come in handy in the Hyperion ecosystem


Ports are very important in the use of any application, especially the complex systems such as the EPM System. For example, if you had to type in the URL to access a Workspace, you are typing in the Port as well apart from the Server where the Workspace resides. The concept of Port is even more important if you are doing an EPM installation/configuration. Because we use several different Ports during EPM deployment, knowledge about what Port the different products in the EPM family use becomes very handy.

I have provided the following information regarding the Ports in accordance to system 11.1.2.1. Even though it may hold true to other versions as well, please do refer to manuals as per the version you are using for accuracy.

WebLogic Administration Server Port     7001

Foundation Services

  1. Listen Port                                  28080
  1. SSL Listen Port                          28443
Web Server Ports
  1. Oracle HTTP Server                  19000
  1. IIS                                              80
Performance Management Architecture Web Application
  1. Listen Port                 19091
  1. SSL Listen Port         19047
Performance Management Architecture Server         5251
Default Web Server Port           80 (HTTP) or 443 (IIS)
Essbase Ports

  1. Essbase Agent                                                 1423
  1. Essbase Server Applications                            32768 - 33768
  1. Essbase SSL Agent                                         6423
  1. Oracle Essbase Integration Services Server      3388
Administration Services Web Application
  1. Listen Port               10080
  1. SSL Listen Port       10083
Provider Services
  1. Listen Port              13080
  1. SSL Listen Port      13083

Essbase Studio Ports

  1. Listen                     5300
  1. HTTP Listen Port   9080
Reporting and Analysis Framework Web Application Ports
  1. Listen Port              4500
  1. SSL Listen Port      4504
Reporting and Analysis Framework Agent             6860
Reporting and Analysis Framework Services         6800-6805
Financial Reporting Ports

  1. Listen Port               8200
  1. SSL Listen Port       8243
Financial Reporting Print Service                 8297
Financial Reporting Scheduler Service          8299
Web Analysis Ports

  1. Listen Port                     16000
  1. SSL Listen Port             16045
Planning Ports
  1. Listen Port                   8300
  1. SSL Listen Port           8343

When an application is accessible via a network it means that it is using a TCP/IP port. When a port is used by an application, it cannot be used by another one. Even during installation/deployment, we will get an error message stating that a particular port is being used by another application. Therefore, the skill to find out what port is being used by what application comes in very handy.
If you want to find out what is using a specific Port, you can open the COMMAND PROPMT and type in

"netstat -aon | more"

or if you know the Port number, you can type in something liek "netstat -aon findstr "6800""

This way you will be able to find out what is being used, whether a particular port is listening, etc. 


No comments: