Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 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