`
zhzhiqun2005
  • 浏览: 220155 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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.


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics