ImageVerifierCode 换一换
格式:DOCX , 页数:58 ,大小:1,006.31KB ,
资源ID:9072219      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/9072219.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Linux环境下搭建WebLogic1036集群服务十步曲.docx)为本站会员(b****7)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

Linux环境下搭建WebLogic1036集群服务十步曲.docx

1、Linux环境下搭建WebLogic1036集群服务十步曲Linux环境下搭建WebLogic 10.3.6集群服务十步曲(console模式)版本说明版本日期作者说明V1.02017-03-26王林财初稿概要描述WebLogicwls1036_generic.jarJDKjrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.binDataBase11gOSLinux Redhat 6.5 64位1. 安装前准备篇1.1. 主机资源规划主机IP主机名称管理服务器及端口被管理服务器及端口10.140.30.51po9kcfap901AdminServer/700

2、1Server1/808010.140.30.52po9kcfap902Server2/8080双主机,配置为集群服务,其中管理服务器配置在第一个节点上,节点管理器使用默认的名称及端口。1.2. 安装介质准备JDK,使用jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.binWeblogic,使用wls1036_generic.jar1.3. 安装路径规划JDK安装路径,/app/jrockit-jdkWeblogic安装路径,/app/Oracle/Middleware域安装路径,/app/Oracle/Middleware/user_projects/

3、domains/base_domain2. 平台基础配置篇(双节点)-以下三点,均通过root用户配置2.1. hosts文件配置双节点主机hosts文件,都加上两台主机名称与IP对应关系weblogicpo9kcfap901 $ cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4:1 localhost localhost.localdomain localhost6 localhost6.localdomain610.140.30.51 po9kcfap9011

4、0.140.30.52 po9kcfap902 weblogicpo9kcfap901 $2.2. ulimit参数配置-在limits.conf文件中增加nofile、nproc参数配置vi /etc/security/limits.conf* soft nofile 102400* hard nofile 102400* soft nproc 102400 * hard nproc 102400-注释90-nproc.conf文件里面*用户nproc参数配置vi /etc/security/limits.d/90-nproc.conf#* soft nproc 1024002.3. Tcp

5、默认连接超时时间配置rootpo9kcfap901 # sysctl -w net.ipv4.tcp_fin_timeout=30net.ipv4.tcp_fin_timeout = 30 rootpo9kcfap901 #3. 用户及权限配置篇(双节点)3.1. 新增weblogic组及用户rootpo9kcfap901 # groupadd weblogicrootpo9kcfap901 # useradd -g weblogic weblogic3.2. 修改目录所有者权限rootpo9kcfap901 /# chown -R weblogic:weblogic /approotpo9k

6、cfap901 /# chown -R weblogic:weblogic /msscpmis_app4. 节点1安装篇4.1. 安装jrockit jdk4.1.1. 修改文件执行权限chmod a+x /home/weblogic/software/jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin4.1.2. 执行安装文件weblogicpo9kcfap901 software$ ./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.binExtracting 0%.100%Unable to instan

7、tiate GUI, defaulting to console mode.Welcome:-This installer will guide you through the installation of Oracle JRockit JDK R28.2.7 for Java SE 6 with JRMC 4.1. Type Next or enter to proceed to the next prompt. If you want to change data entered previously, type Previous. You may quit the installer

8、at any time by typing Exit. Enter ExitNext4.1.3. 设置jrockit-jdk安装目录Choose Product Installation Directory:- Product Installation Directory = /app/jrockit-jdkUse above value or select another option: 1 - Enter new Product Installation Directory 2 - Change to default /home/weblogic/jrockit-jdk1.6.0_45-R

9、28.2.7-4.1.0 Enter option number to select OR ExitPreviousNext4.1.4. 确认安装Installing JRE to /app/jrockit-jdk/jre.0% 25% 50% 75% 100%-|-|-|-*Installation CompleteCongratulations! Oracle JRockit JDK R28.2.7 for Java SE 6 with JRMC 4.1 has been successfully installed to /app/jrockit-jdk.Press Enter to c

10、ontinue or type Exit Clean up process in progress . weblogicpo9kcfap901 software$4.1.5. 验证是否已安装成功weblogicpo9kcfap901 bin$ /app/jrockit-jdk/bin/java -versionjava version 1.6.0_45Java(TM) SE Runtime Environment (build 1.6.0_45-b06)Oracle JRockit(R) (build R28.2.7-7-155314-1.6.0_45-20130329-0641-linux-

11、x86_64, compiled mode) weblogicpo9kcfap901 bin$4.2. 安装Weblogic4.2.1. 执行安装文件weblogicpo9kcfap901 software$ java -jar wls1036_generic.jar4.2.2. 设置中间件安装主目录Choose Middleware Home Directory:- Middleware Home = /app/Oracle/MiddlewareUse above value or select another option: 1 - Enter new Middleware Home 2

12、- Change to default /home/weblogic/Oracle/Middleware Enter option number to select OR ExitPreviousNext Next4.2.3. 设置是否接收安全更新(不接收)-注:输入3,回车;再输入No,回车;最后再输入Yes,确认不接收,回车Register for Security Updates:-Provide your email address for security updates and to initiate configuration manager. 1|Email: 2|Suppor

13、t Password: 3|Receive Security Update:Yes Enter index number to select OR ExitPreviousNext 34.2.4. 选择安装内容(只安装Weblogic Server)-注:输入2,回车;再输入2,回车;最后再输入Next,只安装WeLogic ServerChoose Install Type:-Select the type of installation you wish to perform. -1|Typical | Install the following product(s) and compon

14、ent(s): | - WebLogic Server | - Oracle Coherence 2|Custom | Choose software products and components to install and perform optional |configuration.Enter index number to select OR ExitPreviousNext 2Choose Products and Components:- Release 10.3.6.0 |_WebLogic Server 1 x | |_Core Application Server 1.1

15、 x | |_Administration Console 1.2 x | |_Configuration Wizard and Upgrade Framework 1.3 x | |_Web 2.0 HTTP Pub-Sub Server 1.4 x | |_WebLogic SCA 1.5 x | |_WebLogic JDBC Drivers 1.6 x | |_Third Party JDBC Drivers 1.7 x | |_WebLogic Server Clients 1.8 x | |_WebLogic Web Server Plugins 1.9 x | |_UDDI an

16、d Xquery Support 1.10 x | |_Server Examples 1.11 | |_Evaluation Database 1.12 x |_Oracle Coherence 2 x |_Coherence Product Files 2.1 x |_Coherence Examples 2.2 *Estimated size of installation: 690.2 MB Enter number exactly as it appears in brackets to toggle selection OR ExitPreviousNextChoose Produ

17、cts and Components:- Release 10.3.6.0 |_WebLogic Server 1 x | |_Core Application Server 1.1 x | |_Administration Console 1.2 x | |_Configuration Wizard and Upgrade Framework 1.3 x | |_Web 2.0 HTTP Pub-Sub Server 1.4 x | |_WebLogic SCA 1.5 x | |_WebLogic JDBC Drivers 1.6 x | |_Third Party JDBC Driver

18、s 1.7 x | |_WebLogic Server Clients 1.8 x | |_WebLogic Web Server Plugins 1.9 x | |_UDDI and Xquery Support 1.10 x | |_Server Examples 1.11 x | |_Evaluation Database 1.12 x |_Oracle Coherence 2 |_Coherence Product Files 2.1 |_Coherence Examples 2.2 *Estimated size of installation: 744.7 MB Enter num

19、ber exactly as it appears in brackets to toggle selection OR ExitPreviousNext4.2.5. 选择JDK-注:输入1,回车;输入/app/jrockit-jdk,回车;再输入2,把操作系统默认安装的JDK取消勾选JDK Selection (Any * indicates Oracle Supplied VM):-JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed. 1|Add

20、Local Jdk 2|/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64 3|/app/jrockit-jdkx *Estimated size of installation: 744.7 MB Enter 1 to add or = 2 to toggle selection OR ExitPreviousNext Next4.2.6. 确认WebLogic安装目录Choose Product Installation Directories:-Middleware Home Directory: /app/Oracle/MiddlewareP

21、roduct Installation Directories: WebLogic Server = Enter new value or use default /app/Oracle/Middleware/wlserver_10.3Enter new WebLogic Server OR ExitPreviousNext NextThe following Products and JDKs will be installed:- WebLogic Platform 10.3.6.0 |_WebLogic Server |_Core Application Server |_Adminis

22、tration Console |_Configuration Wizard and Upgrade Framework |_Web 2.0 HTTP Pub-Sub Server |_WebLogic SCA |_WebLogic JDBC Drivers |_Third Party JDBC Drivers |_WebLogic Server Clients |_WebLogic Web Server Plugins |_UDDI and Xquery Support |_Server Examples |_Evaluation Database *Estimated size of installation: 744.8 MB Enter ExitPreviousNext NextMar 26, 2017 12:11:03 PM java.util.prefs.FileSystemPreferences$1 runINFO: Created user preferences directory.Installing files.0% 25% 50% 75% 100%-|-|-|-*Perfor

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1