Sunday, October 18, 2015

What is OPMN and it's functions ?

OPMN stands for Oracle Process Management and Notification System that acts as a management service for different oracle components. In an OBIEE instance, the OPMN is responsible for controlling the different Oracle BI 11g components.

Functions of OPMN are the following
  • Start and stop the OBIEE components separately or at once. 
Oracle BI 11g system components
  • Restart an OBIEE component upon failure.
The different Oracle BI components that OPMN works on are the following
  1. BI Presentation Services
  2. BI Server
  3. BI Schedulers
  4. BI Cluster Control
  5. BI JavaHosts
The OPMN batch file can be accessed from the below location from the Middleware Home folder.
FMW_HOME/instances/instance1/opmnctl.bat
You perform the following operations using the opmnctl batch file,
  1. Start All
  2. Stop All
  3. Start Procedure
  4. Restart Procedure 
  5. Stop Procedure
  6. Status
eg CMD scripts:

  • Start all - opmnctl startall
  • Stop all - opmnctl stopall
  • Startproc - opmnctl startproc ias-component=OracleBIServerComponent
  • Restart process - opmnctl restartproc ias-component=OracleBIServerComponent
  • Stop process - opmnctl stopproc ias-component=OracleBIServerComponent
  • Status - opmnctl status You can also invoke the OPMN services from Enterprise Manager.

No comments:

Post a Comment