linux服务器安装weblogic实战

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

时间: 2024-07-30 13:44:20

linux服务器安装weblogic实战的相关文章

linux之磁盘阵列实战

linux之磁盘阵列实战 一.磁盘阵列概述 磁盘阵列(Redundant Arrays of Independent Disks,RAID),有"独立磁盘构成的具有冗余能力的阵列"之意.是防止硬盘突然损坏导致数据丢失的一种冗余备份机制. 磁盘阵列有三种形式:外接式磁盘阵列柜.内接式磁盘阵列卡,利用软件来仿真. 二.常见磁盘阵列RAID类型: 1.RAID 0 RAID 0(也称条带模式)是组建磁盘阵列中最简单的一种形式,只需要2块以上的硬盘即可,成本低,可以提高整个磁盘的性能和吞吐量.

linux运维实战练习-正则表达式

一.linux运维实战练习题及解答 1.显示/etc/passwd文件中以bash结尾的行 2.显示/etc/passwd文件中的两位数或三位数 3.显示`netstat -tan`命令结果中以'LISTEN'后跟0个.1个或者多个空白字符结尾的行 4.添加用户bash.testbash.basher以及nologin用户(nologin用户的shell为/sbin/nologin):而后找出/etc/passwd文件中用户名与其shell名相同的行 5.显示当前系统上root.centos或者

阿里云linux服务器安装Apache

发布时间:2013-06-18   编辑:thatboy 本文介绍下,在阿里云的linux服务器上,安装apache的简单方法,供大家参考. 随着阿里云主机的火热推出,很多的站长朋友,也开始使用阿里云服务器了. php程序,大多还是要跑在linux系统的主机上的. 今天,介绍下在阿里云的linux主机上安装apache的方法. 云服务器操作系统:CentOS 6.2 64位 客户端操作环境:Mac OSX Teminal 操作步骤: 1. 运行 Terminal,输入命令: 复制代码代码示例:

Linux安装weblogic服务

Linux安装weblogic服务 一.环境准备: Linux系统 jdk-7u75-linux-x64.tar.gz(http://pan.baidu.com/s/1kTh5Vx1) wls1212_dev.zip(http://pan.baidu.com/s/1nttDkq1) 二.安装步骤: 1.首先创建weblogic用户.用户组并设置主目录 [[email protected] ~]# useradd -d /weblogic weblogic [[email protected] ~

《高性能Linux服务器构建实战Ⅱ》一书纠错汇总(10月17日更新)

以下是<高性能Linux服务器构建实战Ⅱ>一书的编写或者排版错误说明,如果发现有相关错误信息,我会陆续在这里发布出来,也希望大家能把自己发现的错误留言给我,谢谢读者们的支持!你们的支持是我完善此书的最大动力! 1.第30页 第二小段:2.安装chkrootkit 将 [[email protected] ~]# make sense 修改为: [[email protected] chkrootkit-0.50]# make sense 将 [[email protected] ~]# cd 

可购买了:《高性能Linux服务器构建实战Ⅱ》已正式发行!

由国内著名技术社区51CTO鼎力推荐.华章图书出品.2014年南非蚂蚁(高俊峰)最新技术力作:<高性能Linux服务器构建实战----系统安全.故障排查.自动化运维与集群架构>,已经上架发行,此书是<高性能Linux服务器构建实战---运维监控.性能调优.集群应用>的姊妹篇,仍然沿用了实战.实用.通俗.易懂的写作特点,在内容上更加实战化,从运维的多个方面以近似真实的环境介绍运维工作中的各个方方面面,此书新增加了运维中很容易忽略但是又是非常重要的安全章节,这部分内容是本书的一大亮点,

Linux Shell 编程实战技巧

目前,越来越多的企业应用会部署在 Linux 系统上的,而 Linux Shell 脚本可以极大地帮助我们完成这些应用的运维任务.这使得 Linux Shell 开发技能成为开发人员的一项重要的.有竞争力的技能.本文就笔者的实际开发经验,以 Korn Shell 为例分享了脚本开发中的常见问题及相关技巧. 避免定时任务脚本的常见问题 很多脚本在实际使用的时候往往是以定时任务的方式运行,而非手工运行.但是实现同样功能的脚本在这两种运行方式下可能遇到的问题不尽相同. 以定时任务方式运行的脚本往往会遇

千呼万唤始出来!《高性能Linux服务器构建实战Ⅱ》出版在即

经过近2年的酝酿,几个月的修正,<高性能Linux服务器构建实战Ⅱ----系统安全.故障排查.自动化运维与集群架构>一书出版在即,马上就要与读者见面了. <高性能Linux服务器构建实战Ⅱ----系统安全.故障排查.自动化运维与集群架构>仍 然沿用了<高性能Linux服务器构建实战---运维监控.性能调优.集群应用>的写作特点:实战.实用.通俗.易懂的特点,而在内容上更加实战化,从运 维的多个方面以近似真实的环境介绍运维工作中的各个方方面面,与第一本书不同的是,此书新增

嵌入式Linux驱动开发实战视频教程

嵌入式Linux驱动开发实战教程(内核驱动.看门狗技术.触摸屏.视频采集系统)适合人群:高级课时数量:109课时用到技术:嵌入式 Linux涉及项目:驱动开发.看门狗技术.触摸屏.视频采集咨询qq:1840215592 课程介绍:本课程即是针对有兴趣学习嵌入式linux驱动开发又不知道从何处着实开始学习嵌入式linux驱动开发的在校同学以及社会在职人员.本课程采用理论教学与实验相结合的方式,软件与硬件相结合的方式,重点给大家讲解嵌入式linux驱动开发的方法,系统地介绍嵌入式linux驱动开发的