Modifying OPMN for an Additional Instance of Essbase

If you configured more than one instance of Essbase Server on a single machine, each instance has its own OPMN, its own start scripts, and its own log files. You must update each instance's copy of opmn.xml so that each OPMN has unique ports for communication.

  To modify OPMN for an additional instance of Essbase:

  1. Open MIDDLEWARE_HOME/user_projects/instanceName/config/OPMN/opmn/opmn.xml in a text editor.

  2. In the <notification-server interface> section of the file, update the two port values (port local="portNumber and remote="portNumber") for this instance of OPMN so it does not conflict with other instances, and then save the file. For example:

    <notification-server interface="any">
         <ipaddr remote="hostName" />
         <port local="portNumber" remote="portNumber" />
         <ssl enabled="false" wallet-file="\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\wallet"/>
    </notification-server>
    
  3. Perform this step on each instance of opmn.xml.