BIEE的端口更改及服务启动顺序

BIEE11.1.1.6安装完企业版本以后,analytics的访问地址为:http://host:9704/analytics ,常常这个端口不太好记。若能把端口换成80就好记一些。
第一步:
访问后台 console
http://host:7001/console


更改端口号: 把原来的9704更改为 80



第二步,更改计算机配制
点击“环境”>>“计算机”


查看用户及用户组
$ id
uid=300(oracle) gid=301(oinstall)



完成更改

Starting up the stack to listen on port 80
You don’t need to run all of the components with root privilege, only those that are binding to port 80. In addition, in an Enterprise installation you have the Node Manager component which is responsible for invoking Managed Servers, and since we need the Managed Server bi_server1 to be run with root privileges, Node Manager must be too.
‘Simple’ installation
1. Start WebLogic, as root
2. Start OPMN and BI Components (not as root)
‘Enterprise’ installation
1. Start NodeManager, as root
o If you don’t start this as root, you won’t be able to start up the Managed Server bi_server1 from within Web Logic Admin Console
o #nohup ./opt/obiee11/wlserver_10.3/server/bin/startNodeManager.sh &
检查是否起来 ps -ef | grep Node|grep nodemanager|cut -c10-15
2. Start WebLogic (AdminServer) (not as root)
$ nohup ./opt/obiee11/user_projects/domains/bifoundation_domain/bin/startWebLogic.sh &
3. Start WebLogic Managed Server (bi_server1), as root
#nohup ./opt/obiee11/user_projects/domains/bifoundation_domain/bin/startManagedWebLogic.sh bi_server1 &
4. Start OPMN and BI Components (not as root)


停止顺序
Stopping the OBIEE 11g Domain Components
1. Oracle BI System Components (started using OPMN)
Open a new Terminal window and execute the following command line:
$OBIEE11g_MW_HOME/instances/instance1/bin/opmnctl stopall
2. Managed Server
In the same Terminal window execute the following command line:
$OBIEE11g_MW_HOME/user_projects/domains/bifoundation_domain/bin/stopManagedWebLogic.sh bi_server1
Insert the credentials for the WebLogic administrator (weblogic/Admin123) when prompted.
This will complete the execution of Managed Server that was open in a Terminal window since the process was started. You may close this Terminal window now.
3. Node Manager
In the same Terminal window execute the following command line:
ps -ef |grep Node|grep nodemanager |cut -c10-15
This will show the Node Manager process. Write down its PID. Then execute:
kill <NodeManager_PID>
Note that <NodeManager_PID> should be replaced by the PID found in the previous step.
This will complete the execution of Node Manager that was open in a Terminal window since the process was started. You may close this Terminal window now.
4. WebLogic Domain
In the same Terminal window execute the following command line:
$OBIEE11g_MW_HOME/user_projects/domains/bifoundation_domain/bin/stopWebLogic.sh
This will complete the execution of WebLogic Domain that was open in a Terminal window since the process was started. You may close this Terminal window now.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值