Monday, January 17, 2011

Steps for starting the services manually in OBIEE 11g

ORACLE_OBIEE_HOME = This is your root folder where you installed OBIEE 11g, Please note that by default "instance1" is created but if you tried to install multiple times you might have different name (ex: instance2).If your instance name is different replace the instance1 with your correct instance name
  1. ORACLE_BIEE_HOME/user_projects/domains/bifoundation_domain/bin/startWebLogic.cmd
  2. ORACLE_BIEE_HOME /wlserver_10.3/server/bin/startNodeManager.cmd
  3. ORACLE_BIEE_HOME/user_projects/domains/bifoundation_domain/bin/startManagedWebLogic.cmd bi_server1
ORACLE_OBIEE_HOME/instances/instance1/bin/opmnctl startall

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
regards,
Pasupuleti