Pages

Thursday, January 24, 2013

Starting Services in OBIEE 11g

Before you complete the steps below the following Windows Services should **not** be running.

a. Oracle Process Manager (instance1)
b. Oracle Weblogic NodeManager

1) Start NodeManager from the Command Prompt

Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin

startNodeManager.cmd

Wait till you see message "Secure socket listener start at port"

2) Start Admin server from command prompt

Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin

startWebLogic.cmd

It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install

Wait till you see message Admin server is in running mode.

3) Now start Managed server from GUI

Access WebLogic console from a browser

http://<machinename>:7001/console

Login, Environment > servers > Control > select bi_server1 > click on start

It would take some time for Managed server to start. Wait till you see Running status.

4) Now start the OBIEE components from command prompt

Cd C:\OBIEE\instances\instance1\bin

opmnctl startall


How to stop / start individual OBIEE 11g System Components from the OPMN

 

BI Service:

opmnctl stopproc ias-component=coreapplication_obis1
opmnctl startproc ias-component=coreapplication_obis1

Javahost:

opmnctl stopproc ias-component=coreapplication_obijh1
opmnctl startproc ias-component=coreapplication_obijh1

Presentation Service:

opmnctl stopproc ias-component=coreapplication_obips1
opmnctl startproc ias-component=coreapplication_obips1

Scheduler Service:

opmnctl stopproc ias-component=coreapplication_obisch1
opmnctl startproc ias-component=coreapplication_obisch1

Cluster Service:

opmnctl startproc ias-component=coreapplication_obiccs1
opmnctl stopproc ias-component=coreapplication_obiccs1


Sometimes I have a configuration change to make or need to restart a specific system component in one of my servers, here is a list of stop / start commands for each of the system components...

1 comment:

  1. Is there any way to start the process from Background like nohup in unix. If i close the command prompt, the service stops..

    ReplyDelete