Stop and Start OBIEE 11g Services in Linux

To start the Oracle Business Intelligence system, you start:

  • the Node Manager(It is by default windows service in Enterprise Installation of OBIEE 11G)
  • the Administration Server (It is weblogic Admin Server)
  • the Managed Servers(Comes with Enterprise Installation of OBIEE 11G)
  • and then you start the system components.(All OBIEE Components : BI Server,Presentation Server,Schedular,Java Host,Cluster Services.


Stop Services:

===============

1.Stop opmnctl

Navigate to <MiddlewareHome>/instances/instance1/bin

./opmnctl stopall

2.Stop Managed Server (bi_server1)

Navigate to <MiddlewareHome>/user_projects/domains/bifoundation_domain/bin

./stopManagedWebLogic.sh bi_server1

3.Stop Admin Server (weblogic)

in the same above location

./stopWebLogic.sh

4.Stop Node manger

Just kill the Node Manager process

ps -ef|grep node  (–to find nodemanger pid)

kill -9 <nodemanager_pid>

Note: If Managed and Admin server not stopped properly ,you can kill same way like above

ps -ef|grep weblogic

kill -9 <pid>

Start Services:

======================

1.Start Node Manager

Navigate to <MiddlewareHome>/wlserver_10.3/server/bin

nohup sh startNodeManager.sh &

2.Start Admin Server

Navigate to <MiddlewareHome>/user_projects/domains/bifoundation_domain/bin

nohup sh startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic123 > admin_server.log &

Tip: you can check log using tail command

tail -f admin_server.log

ctrl-z or ctrl-c to exit log window

3.Start Managed Server (bi_server1)

In the same above location

nohup sh startManagedWebLogic.sh bi_server1 http://<host_name&gt;:7001 > managed_server.log &

4. Start opmnctl

Navigate to <MiddlewareHome>/instances/instance1/bin

./opmnctl startall

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值