Oracle SOA Suite 12.2.1.3 Installation – Part 2 : FMW Infrastructure and SOA Installation

0
4757

In this post we will be seeing how to install Fusion Middleware Infrastructure 12.2.1.3 installation followed by SOA Suite installation.

First configure the right JDK and Java needed for the FMW. I am using JDK jdk1.8.0_171. Extract the JDK file as shown below and set the environment variables to use the correct Java.

[oracle@fmwebs1 jdk]$ pwd
/u01/app/jdk
[oracle@fmwebs1 jdk]$ ls
jdk-8u171-linux-x64.tar.gz
[oracle@fmwebs1 jdk]$ tar -xvf jdk-8u171-linux-x64.tar.gz
[oracle@fmwebs1 jdk]$ cd jdk1.8.0_171/
[oracle@fmwebs1 jdk1.8.0_171]$ pwd
/u01/app/jdk/jdk1.8.0_171
[oracle@fmwebs1 ~]$ cd
[oracle@fmwebs1 ~]$ vi fmw.env
[oracle@fmwebs1 ~]$ cat fmw.env
export JAVA_HOME=/u01/app/jdk/jdk1.8.0_171
export PATH=$JAVA_HOME/bin:$PATH
[oracle@fmwebs1 ~]$ . fmw.env
[oracle@fmwebs1 ~]$ which java
/u01/app/jdk/jdk1.8.0_171/bin/java
[oracle@fmwebs1 ~]$ java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

Extract the FMW Infrastructure and SOA Suite softwares. Verify the files as below:

[oracle@fmwebs1 ~]$ cd /u01/soft/
[oracle@fmwebs1 soft]$ ls
database fmwinfra soa
[oracle@fmwebs1 soft]$ ls fmwinfra/
fmw_12.2.1.3.0_infrastructure.jar
[oracle@fmwebs1 soft]$ ls soa/
fmw_12.2.1.3.0_soa.jar

Now invoke the java command to install the FMW Infrastructure Software:

[oracle@fmwebs1 soft]$ java -jar fmwinfra/fmw_12.2.1.3.0_infrastructure.jar
Launcher log file is /tmp/OraInstall2019-09-08_09-24-07AM/launcher2019-09-08_09-24-07AM.log.
Extracting the installer . . . . . . . . . . . . .

Install SOA Suite 12.2.1.3:

[oracle@fmwebs1 ~]$ cd /u01/soft/soa/
[oracle@fmwebs1 soa]$ ls
fmw_12.2.1.3.0_soa.jar
[oracle@fmwebs1 soa]$ pwd
/u01/soft/soa
[oracle@fmwebs1 soa]$ java -jar fmw_12.2.1.3.0_soa.jar
Launcher log file is /tmp/OraInstall2019-09-09_02-15-03AM/launcher2019-09-09_02-15-03AM.log.
Extracting the installer . . . . . . . . .

We have now successfully installed Fusion Middleware Infrastructure and SOA Suite 12.2.1.3. In the next post we will be seeing how to run RCU and Create the SOA Domain.

LEAVE A REPLY

Please enter your comment!
Please enter your name here