0% found this document useful (0 votes)
135 views2 pages

OBIEE Linux Start Up

This document provides instructions for starting up the different components of an Oracle Business Intelligence installation, including: 1) Starting the Admin Server by running a start script and monitoring the output log. 2) Starting the Node Manager similarly. 3) Starting a Managed Server, setting the domain environment, and running startup scripts while monitoring the log. 4) Starting various Oracle BI components using opmnctl scripts and checking the status. 5) Locations are provided for diagnostic logs for the Oracle BI Server component and core application. 6) The log shows an error connecting to the authentication web service and various connection errors. 7) Instructions are given to copy shared library files to resolve

Uploaded by

vamsi.prasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
135 views2 pages

OBIEE Linux Start Up

This document provides instructions for starting up the different components of an Oracle Business Intelligence installation, including: 1) Starting the Admin Server by running a start script and monitoring the output log. 2) Starting the Node Manager similarly. 3) Starting a Managed Server, setting the domain environment, and running startup scripts while monitoring the log. 4) Starting various Oracle BI components using opmnctl scripts and checking the status. 5) Locations are provided for diagnostic logs for the Oracle BI Server component and core application. 6) The log shows an error connecting to the authentication web service and various connection errors. 7) Instructions are given to copy shared library files to resolve

Uploaded by

vamsi.prasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

OBIEE Startup;

Start Admin Server


cd /OBIEE/user_projects/domains/bifoundation_domain/bin
nohup ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.mana
gement.password=Admin123 &
tail -f nohup.out

Start Node Manager


cd /OBIEE/wlserver_10.3/server/bin
nohup ./startNodeManager.sh > NOD.out &
tail -f NOD.out
Start Managed Server
cd /OBIEE/wlserver_10.3/common/bin
./commEnv.sh
cd /OBIEE/user_projects/domains/bifoundation_domain/bin
./setDomainEnv.sh
nohup ./startManagedWebLogic.sh bi_server1 &
tail -f nohup.out
cd /OBIEE/instances/instance1/bin
./opmnctl startall
./opmnctl status

/OBIEE/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplicat
ion_obis1
/OBIEE/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setu
p

[2012-12-18T00:40:39.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] []


[ecid: 004oH0iWsDODwWWFLzmJOA0001nf000000] [tid: afef4b90] Could not connect to
the authentication web service (taking OBIS offline) 192.168.2.7: [nQSError: 12
002] Socket communication error at call=Connect: (Number=107) Transport endpoint
is not connected [[
[nQSError: 12010] Communication error connecting to remote end point: address =
192.168.2.7; port = 9704.
[nQSError: 46119] Failed to open HTTP connection to server 192.168.2.7 at port 9
704.
]]

cp /home/oracle/oracle/product/10.2.0/db_2/lib32/libclntsh.so /lib
cp /home/Inform_user/Informatica/PowerCenter8.6.1/server/bin/libpmora8.so /lib
Database driver event...Error occurred loading library [libclntsh.so.10.1: canno
t open shared object file: No such file or directory]Database driver event...Err
or occurred loading library [libpmora8.so]
cp /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.10.1 /lib

You might also like