Oracle WebLogic Server 12c (12.2.1): Installing WebLogic Server Using the Generic Installer
Below tutorial shows you how to install Oracle WebLogic Server 12c (12.2.1) on a Linux system by using the generic installer. The generic installer requires a Java Developers Kit (JDK), so this tutorial first covers installing the JDK.
What Do You Need?
- Oracle WebLogic Server 12c (12.2.1) software
- A Linux machine with version 6 or greater of Oracle Linux or Red Hat Linux.(I prefer linux)
- Open a web browser and navigate to the Java SE Downloads: http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- In the Java Platform, Standard Edition page section, click JDK Download.
- Save the download file - this tutorial uses the jdk-8u65-linux-x64.tar.gz file. This tutorial uses the /scratch/u01/ location.
- In the web browser navigate to the Oracle Fusion Middleware Software Downloads: http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html.
- Click In the Accept License Agreement.
- Select the Generic Installer.
- Click Download File.
- Save the download file - this tutorial uses the fmw_12.2.1.0.0_wls_Disk1_1of1.zip file. This tutorial uses the /scratch/u01/ location.
- In a Terminal window, navigate to /scratch/u01.
- Execute the command to extract/install the JDK:
$ tar -xzvf jdk-8u65-linux-x64.gz
The JDK is installed in the location: /scratch/u01/jdk1.8.0_65.
- In the same Terminal window, execute the command to extract the WebLogic Server 12c (12.2.1) Generic Installer:
unzip fmw_12.2.1.0.0_wls_Disk1_1of1.zip.
The WebLogic Server 12c (12.2.1) Generic Installer, fmw_12.2.1.0.0_wls.jar is extracted. - Start the WebLogic Server 12c (12.2.1) Generic Installer:
jdk1.8.0_65/bin/java -jar fmw_12.2.1.0.0_wls.jar. - If the Installation Inventory Setup dialog box appears, click OK to accept the default inventory location.
- After the graphical wizard opens, use the guidelines in the following table to install WebLogic Server 12c (12.2.1):
Step Window/Page Description Choices or Values a. Step 1 of 9 - Welcome Click Next. b. Step 2 of 9 - Auto Updates Select Skip Auto Updates.
Click Next.c. Step 3 of 9 - Installation Location Enter /scratch/u01/app/fmwfor Oracle Home.
Click Next.d. Step 4 of 9 - Installation Type Select Complete with Examples.
Click Next.e. Step 5 of 9 - Prerequisite Checks Click Next. f. Step 6 of 9 - Security Updates Unselect I wish to receive security updates via My Oracle Support.
Click Next.g. My Oracle Support Username/Email Address Not Specified Click Yes. h. Step 7 of 9 - Installation Summary Click Install. i. Step 8 of 9 - Installation Progress Click Next. j. Step 9 of 9 - Installation Complete Click Finish. - When the Fusion Middleware Configuration Wizard Quick Start displays, use the guidelines in the following table to configure WebLogic Server 12c (12.2.1):
Step Window/Page Description Choices or Values a. Step 1 of 3 - Configuration For Name, enter weblogic.
For Password, enterwelcome1.
For Confirm Password, enterwelcome1.
Leave the other items as the default values.
Click Create.b. Step 2 of 3 - Configuration Progress Click Next. c. Step 3 of 3 - End of Configuration Click Finish.
WebLogic Server 12c (12.2.1) is installed and ready to use.
More to follow..............
Regards,Mineeketan
Comments
Post a Comment