Showing posts with label Start and Stop Obiee servies in linux.. Show all posts
Showing posts with label Start and Stop Obiee servies in linux.. Show all posts

Wednesday, July 29, 2015

Starting and Stopping OBIEE Services on Linux Environment

Step1: Check whether the database services are in running mode, if not, start up the database

by following commands.

Open terminal.

Enter lsnrctl start

Open sql plus.

Login with user id: sys as sysdba

Enter password: <sys user password>

Enter Startup

Step2: Start Administration Server, Login with the user who owns the OBIEE installation.

a. Open terminal and Start Administration Server

b. Navigate to /OBIEE11g/user_projects/domains/bifoundation_domain/ using cd

command, enter following command.

./startWebLogic.sh

Step3: Start Node Manager by following command.

a. Navigate to /OBIEE11g/wlserver_10.3/server/bin/ using cd command, enter following

command.

./startNodeManager.sh

Step4: Start Managed Server by following command.

a. Navigate to /OBIEE11g/user_projects/domains/bifoundation_domain/bin/ using cd

command, enter following command.

./startManagedWebLogic.sh bi_server1 http://localhost:7001

Step5: Start opmnctl by following command.

a. Navigate to /OBIEE11g/instances/instance1/bin/ using cd command, enter following

command.

./opmnctl startall

Stopping OBIEE Services

Step1: Stop opmnctl by following command.

a. Navigate to /OBIEE11g/instances/instance1/bin/ using cd command, enter following

command.

./opmnctl stopall

 Step2: Stop Managed Server by following command.

a. Navigate to /OBIEE11g/user_projects/domains/bifoundation_domain/bin/ using cd

command, enter following command.

./stopManagedWebLogic.sh bi_server1 http://localhost:7001

 Step3: Stop Administration Server by following command.

a. Navigate to /OBIEE11g/user_projects/domains/bifoundation_domain/ using cd

command, enter following command.

./stopWebLogic.sh