This document describes how to install Weblogic 12.1.3 in enterprise linux 6
1. Assumptions
2. Download required Software
3. Prerequisites
4. Installation
1. Assumption:
This article assumes that we have already installed Linux 6. If not please follow below document to install it.
Please Click Here to know how to install Linux 6 - 64 bit in virtual box.
2. Download Required Software
2a. Click Here to download JDK. (In my case I have downloaded jdk 1.8.0_161)
2b. Click Here to download Weblogic 12.1.3
3. Prerequisites:
3a. Create user and group using root user.
[root@silver ~]# groupadd dba
[root@silver ~]# useradd -g dba -G oinstall,dba oracle
[root@silver ~]# passwd oracle
3b. Create below directory structure install weblogic as oracle user. and change the ownership and give proper permissions using root user.
[oracle@silver ~]$ mkdir -p /u02/app/oracle/production/fmw12.1.3
[root@silver ~]# chown -R oracle:dba /u02/
[root@silver ~]# chmod -R 777 /u02/
Install JDK
Unzip above downloaded JDK and export it as JAVA_HOME
[oracle@silver jdk1.8.0_161]$ export JAVA_HOME=/u01/software/jdk1.8.0_161
Install Weblogic
Export ORACLE_HOME to above create directory structure to install oracle software.
[oracle@silver fmw12.1.3]$ export ORACLE_HOME=/u02/app/oracle/production/fmw12.1.3
Go to software location and install weblogic using below command.
[oracle@silver weblogic]$ $JAVA_HOME/bin/java -jar fmw_12.1.3.0.0_wls.jar
Launcher log file is /tmp/OraInstall2018-11-20_10-28-40AM/launcher2018-11-20_10-28-40AM.log.
Extracting files........
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual 2904.002 MHz Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Checking swap space: must be greater than 512 MB. Actual 7167996 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 4556 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-11-20_10-28-40AM
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Log: /tmp/OraInstall2018-11-20_10-28-40AM/install2018-11-20_10-28-40AM.log
Click "Next"
Enter the oracle home location.
Click "Next"
Click "Next" Install weblogic
Click "Next"
Uncheck for Oracle software updates and click "Next"
Click "Yes"
Click on "Install"
Click "Next"
Click on "Finish".
Domain Installation:
Note: If you uncheck the "Automatically launch configuration wizard" you need run config.sh to configure domain as below. Otherwise configuration wizard automatically starts when you click on "Next" in above screen.
Ex: To install domain
[oracle@silver bin]$ pwd
/u02/app/oracle/production/fmw12.1.3/oracle_common/common/bin
[oracle@silver bin]$ ./config.sh
Click "Next"
Click "Next".
Provide weblogic password and click "Next"
Select "Production" option and click "Next"
Select "Admini Server", "Node Manager" and click "Next"
Provide Node Manager username and password.
Click "Next"
Click "Next"
Click on "Create" to configure domain.
Click "Next"
Click "Finish"
No comments:
Post a Comment