Prerequisite checks:
- check for jdk version installed
- $java -version
- If the version certified by Oracle is not available, please download it from the below link:
http://www.oracle.com/technetwork/es/java/javase/downloads/jdk7-downloads-1880260.html
- After downloading the JDK Software unzip it and set the JAVA_HOME
- In my example I downloaded the .gzip version of the jdk which you can see below:

- extract the gzip file for jdk by issuing command as below:

- After extracting the .gzip file for jdk, you will get a directory as shown underlined in below snap:

- Now, Setup .bash_profile file which is located at the home directory of the os user, It sets up the necessary environment variable which you need.

- Confirm the java home

Installing Weblogic Server 10.3.6:
Weblogic server installation modes:
GUI Mode:
Installation through GUI. Pretty easy to follow and used frequently.
NOTE: refer the link below for more info on this topic:
https://docs.oracle.com/cd/E13196_01/platform/docs81/install/guimode.html
Console Mode:
Installation through command line utility. If GUI is not supported or DISPLAY is not set this mode will be used as a default mode of installation.
eg. $java -jar <wlsinstaller> -mode=console
NOTE:refer the link below for more info on this topic:
https://docs.oracle.com/cd/E13196_01/platform/docs81/install/console.html
Silent Mode:
Silent-mode installation is a way of setting installation configurations only once and then using those configurations to duplicate the installation on many machines. During installation in silent mode, the installation program reads the settings for your configuration from an XML file that you create prior to beginning the installation. The installation program does not display any configuration options during the installation process. Silent-mode installation works on both Windows and UNIX systems.
NOTE: Please refer below link for more info on this topic
https://docs.oracle.com/cd/E13196_01/platform/docs81/install/silent.html
I am going to demonstrate you the Installation procedure in GUI MODE:
- Launch the installer as below:

- Create MW_HOME

- Uncheck the security update check box and then click on "Yes" on the next window:

- Chose the installation type according to your need:

- Select or deselect packages as per the need:

- Specify the JDK to be used:

- MW_HOME and WLS_HOME is dispayed as below:

- Just a summary of installation packages selected by you:

- Installation begins:

- Installation completes here:

NOTE: If you want to run the configuration wizard (which helps yiu configuring the Weblogic domain, do not uncheck the "Run Quickstart" check box on the screen and click on "Done" ELSE uncheck the same and click on "Done". I will show you how to run the config wizard manually.
- confirm the installation directories under MW_HOME and WLS_HOME

No comments:
Post a Comment