CENTOS7 installation weblogic12.2.1.3.0 (production environment)

Source: Internet
Author: User

Download the compressed package

Fmw_12.2.1.3.0_wls_disk1_1of1.zip

Create user groups and users

Groupadd WebLogic

Useradd-g WEBLOGIC01 WebLogic

Create the installation directory

Cd

mkdir weblogic12c

Configuring the installation Environment

VI ~/.bash_profile

Export java_home=/home/arvin/app/jdk/jdk1.8.0_171

Export path= $JAVA _home/bin: $PATH

Export MW_HOME=/HOME/WEBLOGIC01/WEBLOGIC12C

Make configuration effective

SOURCE ~/.bash_profile Create Orainst.loc file

Unpack the Tarball

Fmw_12.2.1.3.0_wls_disk1_1of1.zip

For Linux users, if this is the first time an Oracle product is installed, you must first create a Orainst.loc file

VI Orainst.loc

Inventory_loc=/home/weblogic01/orainventory

Inst_group=weblogic

Create a response file Wls.rsp

VI WLS.RSP

[ENGINE]

#DO not.

Response File version=1.0.0.0.0

[GENERIC]

#The Oracle Home location. This can is an existing Oracle home or a new Oracle home

oracle_home=/home/weblogic01/weblogic12c

#Set this variable value to the installation Type selected. e.g. WebLogic Server, Coherence, complete with Examples.

Install_type=weblogic Server

#Provide the My Oracle support Username. If you wish to ignore the Oracle configuration Manager configuration provide empty string for user name.

Myoraclesupport_username=

#Provide the My Oracle support Password

Myoraclesupport_password=<secure value>

#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle support username would ignore the Oracle Configuration Manage R Configuration

Decline_security_updates=true

#Set this to true if My Oracle support Password is specified

Security_updates_via_myoraclesupport=false

#Provide the Proxy Host

proxy_host=

#Provide the Proxy Port

proxy_port=

#Provide the Proxy Username

Proxy_user=

#Provide the Proxy Password

Proxy_pwd=<secure value>

#Type String (URL format) indicates the OCM Repeater URL which should be of the format [Scheme[http/https]]://[repeater ho St]:[repeater Port]

Collector_supporthub_url=

Perform a silent install command

java-jar/home/weblogic01/fmw_12.2.1.3.0_wls.jar-silent-responsefile/home/weblogic01/wls.rsp-invptrloc/home/ Weblogic01/orainst.loc

Create a domain

The next operation is consistent with the development environment installation steps

CENTOS7 installation weblogic12.2.1.3.0 (production environment)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.