设为首页 收藏本站
查看: 646|回复: 0

[经验分享] linux服务器安装weblogic实战

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2016-12-1 09:03:08 | 显示全部楼层 |阅读模式
1、修改控制参数
  root账户登录
  vi  /etc/security/limits.conf中追加:
  * soft nofile 8192 or high
  weblogic soft nofile 65535
  weblogic hard nofile 65536
  weblogic soft nproc 16384
  weblogic hard nproc 16384
2、创建安装目录
mkdir -p  /ghca/weblogic
3、创建用户/组;用户名和密码:weblogic/weblogic123
groupadd weblogic
useradd -g weblogic   weblogic
passwd weblogic ---设置密码 weblogic123
4、修改/u02/weblogic/所属组
chown -R weblogic:weblogic /u02/weblogic
5、修改weblogic的安装文件的所属阻
chown weblogic:weblogic weblogic103.bin
--修改weblogic的安装文件的执行权限
chmod 750 weblogic103.bin
6、安装
./weblogic103.bin  -mode=console

<---------------- Oracle Installer - WebLogic Platform 10.3.0.0 ---------------------->
Welcome:
--------

This installer will guide you through the installation of WebLogic Platform 10.3.0.0. 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 at any time by typing "Exit".


Enter [Exit][Next]>


<--------- --- Oracle Installer - WebLogic Platform 10.3.0.0 ------------------------>

Choose BEA Home Directory:
--------------------------

    "BEA Home" = [Enter new value or use default "/home/operation/bea"]


Enter new BEA Home OR [Exit][Previous][Next]> /ghca/weblogic

<----------------------------------------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------------------------------->

Choose BEA Home Directory:
--------------------------

    "BEA Home" = [/ghca/weblogic]

Use above value or select another option:
    1 - Enter new BEA Home
    2 - Change to default [/home/operation/bea]

Enter option number to select OR [Exit][Previous][Next]> 1

<------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------->

Choose BEA Home Directory:
--------------------------

    "BEA Home" = [/ghca/weblogic]

Enter new BEA Home OR [Exit][Previous][Next]>

<-------------- Oracle Installer - WebLogic Platform 10.3.0.0 ---------------------->

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

->1|Complete
    |  Install the following software products and examples:
    | - WebLogic Server
    | - Workshop

   2|Custom
    |  Choose software products and components to install and perform optional configuration.

Enter index number to select OR [Exit][Previous][Next]> 2

<----------- Oracle Installer - WebLogic Platform 10.3.0.0 ------------------>

Choose Products and Components:
-------------------------------

    Release 10.3.0.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 JDBC Drivers [1.5] x
    |    |_____Third Party JDBC Drivers [1.6] x
    |    |_____WebLogic Server Clients [1.7] x
    |    |_____WebLogic Web Server Plugins [1.8] x
    |    |_____UDDI and Xquery Support [1.9] x
    |    |_____Server Examples [1.10] x
    |_____Workshop [2] x
         |_____Workshop for WebLogic [2.1] x
         |_____Workshop Runtime Framework [2.2] x

    *Estimated size of installation: 788.3 MB


Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>

<----------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------->

JDK Selection (Any * indicates BEA Supplied VM):
------------------------------------------------

JDK(s) chosen for use with this product installation will be installed. Supported defaults if not deselected will be used in script string-substitution.

   1|Add Local Jdk
   2|/ghca/weblogic/jdk160_05[x]*
   3|/ghca/weblogic/jrockit_160_05[x]*



   *Estimated size of installation:  1,141.1 MB


Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]> 2

<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 ------------->

JDK Selection (Any * indicates BEA Supplied VM):
------------------------------------------------

JDK(s) chosen for use with this product installation will be installed. Supported defaults if not deselected will be used in script string-substitution.

   1|Add Local Jdk
   2|/ghca/weblogic/jdk160_05[ ]*
   3|/ghca/weblogic/jrockit_160_05[x]*

   *Estimated size of installation:  981.0 MB

Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]>

<------------- Oracle Installer - WebLogic Platform 10.3.0.0 ---------------->

Install Eclipse Options:
------------------------

Install Oracle installer bundled Eclipse or use the existing Eclispe.

->1|Install Eclipse
    |
    |  Installer will use the Oracle installer bundled
    |Eclipse kit and installs it to:
    |"/ghca/weblogic/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse"

   2|Use Existing Eclipse
    |
    |  Do not install the installer bundled Eclipse.
    |I will specify Eclipse Home to use.

Enter index number to select OR [Exit][Previous][Next]>


<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------->

Choose Product Installation Directories:
----------------------------------------

BEA Home Directory: [/ghca/weblogic]

Product Installation Directories:


   1|WebLogic Server: [/ghca/weblogic/wlserver_10.3]
   2|Workshop: [/ghca/weblogic/workshop_10.3]

Enter index number to select OR [Exit][Previous][Next]>

<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 ------------->

The following Products and JDKs will be installed:
--------------------------------------------------

    WebLogic Platform 10.3.0.0
    |_____WebLogic Server
    |    |_____Core Application Server
    |    |_____Administration Console
    |    |_____Configuration Wizard and Upgrade Framework
    |    |_____Web 2.0 HTTP Pub-Sub Server
    |    |_____WebLogic JDBC Drivers
    |    |_____Third Party JDBC Drivers
    |    |_____WebLogic Server Clients
    |    |_____WebLogic Web Server Plugins
    |    |_____UDDI and Xquery Support
    |    |_____Server Examples
    |_____Workshop
    |    |_____Workshop for WebLogic
    |    |_____Workshop Runtime Framework
    |_____JDKs
         |_____BEA JRockit 1.6.0_05 SDK

    *Estimated size of installation: 969.8 MB

Enter [Exit][Previous][Next]>
2016-11-30 10:23:22 java.util.prefs.FileSystemPreferences$2 run
信息: Created user preferences directory.

<----------------------------------------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------------------------------->

Installing files..

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]

<----------------------------------------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------------------------------->

Installing JDK....

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]

Performing String Substitutions...

Creating Domains...

<----------------------------------------------- Oracle Installer - WebLogic Platform 10.3.0.0 ----------------------------------------------->

Installation Complete

Congratulations! Installation is complete.

Press [Enter] to continue or type [Exit]>

7、软件安装中遇到的问题整理

linux x86 安装weblogic 32bit 报错 ./weblogic103.bin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
安装glibc-2.12-1.132.el6.i686 nss-softokn-freebl-3.14.3-9.el6.i686

<Nov 29, 2016 5:29:49 PM CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3  Fri Jul 25 16:30:05 EDT 2008 1137967 >   启动到这个位置,程序就不动了

解决方法:
在当前域里面setDomainEnv.sh文件中增加以下内容

JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.security.egd=file:/dev/./urandom"
export JAVA_OPTIONS



运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-307970-1-1.html 上篇帖子: LINUX运维之Weblogic无密码启动 下篇帖子: linux系统中安装部署weblogic12.1.3 服务器 linux
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表