Monday, June 2, 2014

OBIEE 11g : START/STOP OBIEE Services from Console

In my case, I am using Red hat linux x86/64 server for OBIEE 11g installation.
To connect with server from Windows I am using NX client application.
Below are the steps we need to follow to start/stop BI services from console using linux commands.

1. STOP OBIEE SERVICES

1.1 STOP OPMN COMPONENTS :
  1. Log on to server using NX.
  2. Open terminal Window
  3. Go to the path mentioned below.
  4. U01/app/Middleware/instances/instance1/bin
  5. ./opmnctl stopall
  6. ./opmnctl status


1.2 STOP WEBLOGIC
  1. Log on to server using NX.
  2. Open terminal Window
  3. Go to the path mentioned below.
  4. U01/app/Middleware/user_projects/domians/bifoundation_domain/bin
  5. ./stopWebLogic.sh



1.3 STOP BI_SERVER1
  1. From EM (http://<SERVER>:7001/em)
  2. Stop All BI Services


2. START OBIEE SERVICES

2.1 START WEBLOGIC
  1. Log on to server using NX.
  2. Open terminal Window
  3. Go to the path mentioned below.
  4. U01/app/Middleware/user_projects/domians/bifoundation_domain/bin
  5. ./startWebLogic.sh


2.2 START NODE MANAGER
  1. Log on to server using NX.
  2. Open terminal Window
  3. Go to the path mentioned below.
  4. U01/app/Middleware/wlserver_10.3/server/bin
  5. ./startNodeManager.sh


2.3 STARTUP OPMN COMPONENTS :
  1. Log on to server using NX.
  2. Open terminal Window
  3. Go to the path mentioned below.
  4. U01/app/Middleware/instances/instance1/bin
  5. ./opmnctl startall
  6. ./opmnctl status


2.4 START BI_SERVER1
  1. From EM (http://<SERVER>:7001/em)
  2. Start All BI  Services





No comments:

Post a Comment