- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Oralce weblogic11g集群部署for linux
============================================================Oracle?WebLogic?Server?11g?集群部署On Linux============================================================
本文环境
平台:【RedHat?AS?5】,?8G?RAM
软件:WebLogic?Server?11gR1
硬件:HpBL460刀片服务器
配置集群应用的必要条件
集群中的所有?Server?必须位于同一网段,并且必须是?IP?广播(UDP)可到达的;
集群中的所有?Server?必须使用相同的版本,包括?Service?Pack;
集群中的?Server?必须使用永久的静态?IP?地址。动态?IP?地址分配不能用于集群环境。如果服务器位于防火墙后面,而客户机位于防火墙外面,那么服务器必须有公共的静态?IP?地址,只有这样,客户端才能访问服务器;
要以?CLUSTER?方式运行,必须有包含?CLUSTER?许可的?LICENSE?才行;
集群规划
操作系统 网络配置 角色 备注 TurboLinux IP:?01 proxy apache服务器 TurboLinux IP:?02 proxy apache服务器 TurboLinux IP:?03?PORT:7001 Administrator?Server 管理服务器 TurboLinux IP:?03?PORT:7005 Managed?Server 受管理服务器1 TurboLinux IP:?04?PORT:7005 Managed?Server 受管理服务器2 TurboLinux IP:?05?PORT:7005 Managed?Server 受管理服务器3 安装Weblogic11gr1
使用?Configuration?Wizard?配置域
[wls@node1?bin]$?hostname
[wls@node1?bin]$?pwd
/u01/wls/weblogic10/10.3/common/bin
[wls@node1?bin]$?who?am?i
wls??????pts/0????????2010-07-01?13:06?()
[wls@node1?bin]$?
[wls@node1?bin]$?./config.sh?
Unable?to?instantiate?GUI,?defaulting?to?console?mode.
---------------------------------------------?Fusion?Middleware?Configuration?Wizard?--------------------------------------------
Welcome:
--------
Choose?between?creating?and?extending?a?domain.?Based?on?your?selection,?the?Configuration?Wizard?guides?you?through?the?steps?
to?generate?a?new?or?extend?an?existing?domain.
?-1|Create?a?new?WebLogic?domain
????|????Create?a?WebLogic?domain?in?your?projects?directory.??
???2|Extend?an?existing?WebLogic?domain
????|????Use?this?option?to?add?new?components?to?an?existing?domain?and?modify?configuration?settings.?
Enter?index?number?to?select?OR?[Exit][Next]?1
---------------------------------------------?Fusion?Middleware?Configuration?Wizard?--------------------------------------------
Select?Domain?Source:
---------------------
Select?the?source?from?which?the?domain?will?be?created.?You?can?create?the?domain?by?selecting?from?the?required?componen
文档评论(0)