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
- BI Presentation Services
- BI Server
- BI Schedulers
- BI Cluster Control
- 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,
- Start All
- Stop All
- Start Procedure
- Restart Procedure
- Stop Procedure
- 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