Step - 2 Download binaries, install JDK, setup env variables and run quick installer for WebLogic-SOA-OIM-OAM infra

 In this blog we will work on downloading binaries, installing JDK, setting env variables and run quick installer to install WebLogic-SOA-OIM-OAM infra. 

This blog is part of bigger series.  I have divided OIM-OAM installation in 5 posts.  It is 2nd post of this series. 

Below are the steps 

1.Installation and Configuration of Oracle Database 12c for OIG - OAM

2.  Download binaries, install JDK, setup env variables and run quick installer for WebLogic-SOA-OIM-OAM infra

3. Run RCU and Create domain.

4. Post installation configurations

5. Start Services and issue faced

This blog has 4 sections:-

A. Download Binaries 
B. Install JDK
C. Setup Env. variables
D. Run quick installer

1. Download Binaries

To Install OIG and OAM, we need following binaries mentioned below. It is very important to refer certification matrix before downloading and installing components as even you will able to install infra, you may face issue later running it or installing connectors.

Below are the certification matrix links:- 

http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

http://www.oracle.com/technetwork/middleware/fmw-122130-certmatrix-3867828.xlsx

Note:- If you are using same infra as I am using, you may ignore matrix and I have already verified and installed accordingly, I have given software's with compatible versions.

a) JDK 8- It is very important to use correct JDK as mentioned in support matrix to install oracle infra, for out setup we need JDK-8. You may take any JDK -8 release but it should be jdk-8, you may download it from below url:-

https://www.oracle.com/java/technologies/javase-downloads.html

I downloaded jdk-8u291-windows-x64, good if you install the same only. In case JDK-8 in not available on this url as higher versions are available, look for footer notes to get JDK-8.

b) FMW quick installer - We may install weblogic, SOA, OIM and OAM in one go via quick installer, for this go to below url and search for 'Oracle Fusion Middleware Identity and Access Management Quick Installer 12cPS3'.  In case same is not available on this url as higher versions of 12c are released, look for footer notes to get the same.

https://www.oracle.com/security/identity-management/technologies/downloads/

you will get two files named as fmw_12.2.1.3.0_idmqs_Disk1_1of2 and fmw_12.2.1.3.0_idmqs_Disk1_2of2.  Sizer is 1.9 GB and 1.22 GB.

Note:- Post download, Please unzip both the zip files in respective folders and post unzip cut data from Disk-2 folder and past in Disk-1 folder to run this setup.

2. Install JDK

Go to downloaded JDK 8 exe file and do right click and Select 'Run as Administrator'.
Rest are next-next steps.

3. Setup Env. variables

As JAVA_HOME would be needed for rest of the installation, you must set this in your environment as

On Window Search Box--> Type Environment  and select --> Edit the System Environment variable 


Click on Environment Variable - New and add JAVA_HOME variable as highlighted.


Post that select PATH variable, click on edit and add entry as as 
C:\Program Files\Java\jdk1.8.0_291\bin; 
Make sure you move it top of table via move up option, refer screenshot.


 

4. Run quick installer

Once env variables are set, we will open cmd as administrator and verify jdk via 'java-version' command before running quick installer binaries. We must get jdk as



if you are not getting same result, either you must refer for environment setting steps or set them manually via running following commands at cmd

set JAVA_HOME="C:\Program Files\Java\jdk1.8.0_291" It is mine patch, change it to yours.
set path=%JAVA_HOME%\bin;%path%

Post jdk verification, move(cd) to quick install binaries folder and run command
' java -jar fmw_12.2.1.3.0_idmquickstart'



Click Next on welcome screen and select skip auto upgrade


Select installation location, better create folder named as Oracle in any directory apart from C and give that path here as I gave


It will check for pre-requisite, click next is pass, else check logs if fails


Click install



Click Next then finish to complete the setup



That is from this post. Please comment if you have any query, click here for next step.

Comments

Popular posts from this blog

Step - 1 Installation and Configuration of Oracle Database 12c for OIG - OAM

Step 3 - Run RCU and Create domain