Pages

Thursday, November 25, 2010

OBIEE11g - Stopping and Starting Services from Command Line

In the previous post I showed how to stop/start OBIEE 11g services using Fusion Middleware Control. This post shows how to achieve same using command line.

OBIEE 11g installer creates opmnctl.bat file for each instance. To manage services start command prompt and go to the bin folder of the instance \{MWH}\instances\instance1\bin

Run following command to check the status of all the services running under the instance.

opmnctl status




You can use ias-component name in the output to stop/start individual service.

For example, following command stops presentation service.

opmnctl stopproc ias-component=coreapplication_obips1


And following command starts presentation service

opmnctl startproc ias-component=coreapplication_obips1




Following commands can be used to stop/start all services in the instance.

opmnctl stopall
 
opmnctl startall


No comments:

Post a Comment