SlideShare a Scribd company logo
1. pre-requisites
lets target our installation in /u03 mount & make sure mount should have 'oracle'
permission:
Note: /media/sf_SOA_softwares, mount should have oracle permission, if not please
work out as shown
Place required software in /media/sf_SOA_softwares
Note: location is dynamic with provided specifications
Software Movement
Move all software to /u03/app/stage/SOA12c, as we will install from this location
Please create the directory structures if needed, setup .bash_profile
$ vi .bash_profile
execute .bash_profile to apply settings and validate bash_profile to check if
setting s are applied
2. Installation
#sudo su oracle, root install 'java development kit'
rpm -Uvh /u03/app/stage/SOA12c/jdk-7u55-linux-x64.rpm
Unzip the infrastructure file from its respective location
SOA12c]$ unzip V44416-01.zip
Archive: V44416-01.zip
inflating: fmw_12.1.3.0.0_infrastructure.jar
SOA12c]$ java -jar fmw_12.1.3.0.0_infrastructure.jar
Extracting
files...........................................................................................................................................
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual 2593.956 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 4128764 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 4347 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2015-09-
13_03-48-05PM
After validation Oracle Universal
installation will be kicked-off
Provide inventory location as
below
'/u03/app/oracle/inventory'
Welcome Screen
Click NEXT
Provide the desired oracle home
location:
'/u03/app/oracle/product/12.1.3/
fmw'
Then click NEXT
Select fusion middleware
infrastructure then click on NEXT
Installation will validate java
version & OS certification, once it
is successful then click NEXT
Basically this screen will ask you to
sign up for any alerts from oracle.
which we may not need at this
scenario
Click NEXT
So for the same reason we would
un check the box then click on
NEXT
we will encounter with a warning
message when you uncheck the
box. so, we shouldn't worry.
click on 'YES'.. & go ahead
click on NEXT..
Here.. in this slide we can go-
through the summary of the
installation which happens in next
slide & also it provides us an
option to save response file for
future purposes
Click on INSTALL
This screen displays the progress of
installation & which should reach
100% without any errors to
proceed further
Click on NEXT
An successful installation can be
seen in this screen
Click on FINISH
3. SOA Installation
Now, as we installed infrastructure let's go ahead with SOA installation
Our first step would be to unzip V44420-01.zip file under '/u03/app/stage/SOA12c'
oracle@soabpm-vm SOA12c]$ ls -lrt
total 4616348
-rwxrwxrwx 1 root root 122656363 Mar 21 2014 jdk-7u55-linux-x64.rpm
-rwxr-xr-x 1 oracle g660 1601986193 Jun 19 2014 fmw_12.1.3.0.0_infrastructure.jar
-rwxrwx--- 1 root vboxsf 1400565940 Sep 13 14:29 V44420-01.zip
-rwxrwx--- 1 root vboxsf 1601912610 Sep 13 15:38 V44416-01.zip
[oracle@soabpm-vm SOA12c]$ unzip V44420-01.zip
Archive: V44420-01.zip
inflating: fmw_12.1.3.0.0_soa.jar
oracle@soabpm-vm SOA12c]$ java -jar fmw_12.1.3.0.0_soa.jar
provide above syntax to start Oracle Universal Installer which should help us to
complete SOA installation
oracle@soabpm-vm SOA12c]$ java -jar fmw_12.1.3.0.0_soa.jar
Launcher log file is /tmp/OraInstall2015-09-13_08-39-05PM/launcher2015-09-13_08-
39-05PM.log.
Extracting files..................................................................................................
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual 2593.956 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 4128764 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 4550 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2015-09-
13_08-39-05PM
Please provide installation inventory
location ' /u03/app/oracle/inventory'
Then it will kick-off SOA12c & Business
Process Management
Click on OK
Welcome screen
Click NEXT
Provide the oracle home location
'/u03/app/oracle/product/12.1.3/fmw'
Click on view to see what all features will
be installed
Click NEXT
Select SOA suite radio button to proceed
further with installation
Then click NEXT
In this screen we can see the pre-
requisites OS certificate and java
version were validated to proceed
further
Then click NEXT
We can see few critical details about
locations, disk space & features which
will be installed
Note - you can save response file
Then click on INSTALL
This window should be 100% completed
for an successful installation of SOA suite,
also one can able to see how installation
is in going on by click on view messages
Then click on NEXT
We completed SOA installation !!
Click on FINISH
4. Repository Create Utility Installation
Note:
before we move ahead with RCU, please make sure DB is up & running along with
listener, unless which it will turn as showstopper
Get into RCU location then...
cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/bin/
When "./rcu" is given an Oracle universal installer will be displayed for further
process
[oracle@chef1 ~]$ cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/bin/
[oracle@chef1 bin]$ ls -lrt
total 112
-rwxr-x--- 1 oracle g660 3472 Dec 30 2013 copyBinary.sh
-rwxr-x--- 1 oracle g660 4475 Dec 30 2013 pasteBinary.sh
-rwxr-x--- 1 oracle g660 3422 Dec 30 2013 obfuscatePassword.sh
-rwxr-x--- 1 oracle g660 3225 Dec 30 2013 extractMovePlan.sh
-rwxr-x--- 1 oracle g660 4440 Dec 30 2013 copyConfig.sh
-rwxr-x--- 1 oracle g660 4402 Jan 7 2014 pasteConfig.sh
-rwxr-x--- 1 oracle g660 12876 Feb 5 2014 rcu
-rwxr-x--- 1 oracle g660 8463 Feb 17 2014 rcu.bat
-rw-r----- 1 oracle g660 709 Feb 26 2014 owlcs.ohs_conf.xml
-rwxr-x--- 1 oracle g660 2081 Apr 3 2014 rcuJDBCEngine.bat
-rwxr-x--- 1 oracle g660 2446 Apr 3 2014 rcuJDBCEngine
-rwxr-x--- 1 oracle g660 2328 May 12 2014 orapki.bat
-rwxr-x--- 1 oracle g660 4601 May 12 2014 orapki
-rwxr-x--- 1 oracle g660 1957 May 12 2014 mkstore.bat
-rwxr-x--- 1 oracle g660 3718 May 12 2014 mkstore
-rwxr-x--- 1 oracle g660 2119 May 12 2014 libovdconfig.sh
-rwxr-x--- 1 oracle g660 2101 May 12 2014 libovdconfig.bat
-rwxr-x--- 1 oracle g660 2119 May 12 2014 libovdadapterconfig.sh
-rwxr-x--- 1 oracle g660 2101 May 12 2014 libovdadapterconfig.bat
[oracle@chef1 bin]$ ./rcu
Welcome screen !
Enter the database details same as
screen print given..
Note: DB details are respective to ENV
Then click on NEXT
Here RCU will look for few global
requisites and below warning is
because I used XE edition of database
(pl. ignore)
Click OK on rcu will proceed to check
requisites
Select the components required to
complete RCU installation, you can find
selection of components in next screen
print
Click on NEXT
Please select the components checked
in the screen print
Click on NEXT
Here all services will be verified.. you
can read those services in screen print
Click OK then click NEXT
Click NEXT
Provide the password for all the
schemas which were created just
above
Then click NEXT
Here are the default table spaces for
the components selected
Click on NEXT
If RCU require more tablespaces then
they would be created automatically..
so you can click on OK
As mentioned earlier, few new
tablespaces are created
Click on OK
It is a summary window, it display
about database details & few other
details. please check the screen print
for more information
Click on CREATE
Repository system load is in progress..
You need not click on anything but it will
take you another window once load is
completed successfully
We successfully completed RCU !!!
Now we have RCU in place, so we need to validate if all components are
successfully registered in database.. to find out those... use below command in
database
SQL> select comp_name, version from schema_version_registry;
Beside screen should be your output, if all went well !
SQL> select comp_name, version from schema_version_registry;
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
Oracle Enterprise Scheduler
12.1.3.0.0
Audit Service
12.1.3.0.0
Audit Service
12.1.3.0.0
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
Audit Service Append
12.1.3.0.0
Audit Service Append
12.1.3.0.0
Audit Service Viewer
12.1.3.0.0
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
Audit Service Viewer
12.1.3.0.0
Metadata Services
12.1.3.0.0
Metadata Services
12.1.3.0.0
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
Oracle Platform Security Services
12.1.3.0.0
Oracle Platform Security Services
12.1.3.0.0
SOA Infrastructure Services
12.1.3.0.0
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
Service Table
12.1.3.0.0
Service Table
12.1.2.0.0
User Messaging Service
12.1.3.0.0
COMP_NAME
--------------------------------------------------------------------------------
VERSION
------------------------------
5. DOMAIN Creation
Oracle recommends that you set the umask to 027 on your system prior to
installation. This ensures that file permissions will be set properly during installation.
~]$ umask 027
Now to kick-off domain creation, need to change directory
~]$ cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/common/bin
[oracle@chef1 bin]$ ls -lrt
total 100
-rwxr-x--- 1 oracle g660 494 Jun 18 2013 getproperty.sh
-rwxr-x--- 1 oracle g660 2960 Jul 17 2013 wlst.sh
-rwxr-x--- 1 oracle g660 2756 Jul 17 2013 unpack.sh
-rwxr-x--- 1 oracle g660 954 Jul 17 2013 prepareCustomProvider.sh
-rwxr-x--- 1 oracle g660 3216 Jul 17 2013 pack.sh
-rwxr-x--- 1 oracle g660 3070 Jul 17 2013 config.sh
-rwxr-x--- 1 oracle g660 2801 Sep 25 2013 clonedunpack.sh
-rwxr-x--- 1 oracle g660 3010 Oct 1 2013 wlst_new.sh
-rwxr-x--- 1 oracle g660 3140 Feb 10 2014 reconfig.sh
-rwxr-x--- 1 oracle g660 2684 Feb 11 2014 config_builder.sh
-rwxr-x--- 1 oracle g660 825 Feb 24 2014 qs_config.sh
-rwxr-x--- 1 oracle g660 148 May 7 2014 setWlstEnv.sh
-rwxr-x--- 1 oracle g660 115 May 7 2014 setWlstEnv.cmd
-rwxr-x--- 1 oracle g660 1918 May 7 2014 setNMProps.sh
-rwxr-x--- 1 oracle g660 2087 May 7 2014 setNMProps.cmd
-rwxr-x--- 1 oracle g660 101 May 7 2014 nm.required.properties
-rwxr-x--- 1 oracle g660 1437 May 21 2014 printJarVersions.sh
-rwxr-x--- 1 oracle g660 633 Sep 13 20:12 setHomeDirs.sh
-rwxr-x--- 1 oracle g660 25235 Sep 13 20:12 commEnv.sh
[oracle@chef1 bin]$
$ ./config.sh
Mentioned screen will be invoked to
create a new domain
Click on NEXT
Select the templates which are required
for further installation (you can find out
required templates information in next
screen print)
Now.. please check the boxes shown in
screen print and click on NEXT
Provide the application location
/u03/app/oracle/config/applications/so
a12c_domain1
Click on NEXT
create username & password for
WebLogic server
Click on NEXT
Please select the ENV & check the
correct java version
Then click NEXT
Now let's cross check if all the Database
details are correct before we process
RCU
So, when clicked on "get RCU
configuration" one should see successful
test results
Then click on NEXT
Provide all the DB details to validate the
connections
Click on NEXT
It will check the component schemas &
their connections
Click on NEXT
Provide your hostname at listen address
and admin server name
Click on NEXT
Create NODE MANAGER credentials
Click on NEXT
Provide the managed server name
along with listen address
Then click on NEXT
Provide the cluster name if applicable
Click on NEXT
Move all servers under clusters from left
to right
Click on NEXT
If you planned for coherence then
provide details
Click. on NEXT
Select UNIX machine tab & provide
name and node manager listen address
Click on NEXT
Assign servers to machines which we
configured above
From left to right
Click on NEXT
You can go-thru the configuration
summary then click on create button
Then configuration will progress & will
reach to 100%
Click on NEXT
So, if all the process and installation goes well... we will see URLS like screen print
Start weblogic & nodemanager servers
[oracle@wls12c-node1 oracle]$ nohup $DOMAIN_HOME/bin/startNodeManager.sh
>/dev/null 2>&1 &
#Starting Administration Console (WLS0_ADM managed server):
[oracle@wls12c-node1 oracle]$ nohup $DOMAIN_HOME/bin/startWebLogic.sh
>/dev/null 2>&1 &
If node manager & WebLogic servers starts up successfully, you can use URL to login
into WebLogic portal
We done with setup!!!
Ad

More Related Content

What's hot (19)

OID Install and Config
OID Install and ConfigOID Install and Config
OID Install and Config
Vigilant Technologies
ย 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
uzzal basak
ย 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
Amit Sharma
ย 
EMC Networker installation Document
EMC Networker installation DocumentEMC Networker installation Document
EMC Networker installation Document
uzzal basak
ย 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
Venu Palakolanu
ย 
Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vm
Ron Morgan
ย 
Install oracle database 12c software on windows
Install oracle database 12c software on windowsInstall oracle database 12c software on windows
Install oracle database 12c software on windows
Biju Thomas
ย 
Oam install & config
Oam install & configOam install & config
Oam install & config
Vigilant Technologies
ย 
Oid installation presentation notes
Oid installation presentation notesOid installation presentation notes
Oid installation presentation notes
Khemraj Dhondge
ย 
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
maclean liu
ย 
Instalar MySQL CentOS
Instalar MySQL CentOSInstalar MySQL CentOS
Instalar MySQL CentOS
Moisรฉs Elรญas Araya
ย 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
Muqthiyar Pasha
ย 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
ย 
Habilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHELHabilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHEL
Moisรฉs Elรญas Araya
ย 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
Monowar Mukul
ย 
Monitoring Oracle Databases with Opsview
Monitoring Oracle Databases with OpsviewMonitoring Oracle Databases with Opsview
Monitoring Oracle Databases with Opsview
Opsview
ย 
How To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for WindowsHow To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for Windows
VCP Muthukrishna
ย 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
rossodavide
ย 
Install sccm 2007 on windows server 2008 r2 โ€“ step by step
Install sccm 2007 on windows server 2008 r2 โ€“ step by stepInstall sccm 2007 on windows server 2008 r2 โ€“ step by step
Install sccm 2007 on windows server 2008 r2 โ€“ step by step
d0wonload
ย 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
uzzal basak
ย 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
Amit Sharma
ย 
EMC Networker installation Document
EMC Networker installation DocumentEMC Networker installation Document
EMC Networker installation Document
uzzal basak
ย 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
Venu Palakolanu
ย 
Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vm
Ron Morgan
ย 
Install oracle database 12c software on windows
Install oracle database 12c software on windowsInstall oracle database 12c software on windows
Install oracle database 12c software on windows
Biju Thomas
ย 
Oid installation presentation notes
Oid installation presentation notesOid installation presentation notes
Oid installation presentation notes
Khemraj Dhondge
ย 
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
ๅœจOel5ไธŠๅฎ‰่ฃ…้…็ฝฎoracle gird control 10.2.0.5
maclean liu
ย 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
Muqthiyar Pasha
ย 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
ย 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
Monowar Mukul
ย 
Monitoring Oracle Databases with Opsview
Monitoring Oracle Databases with OpsviewMonitoring Oracle Databases with Opsview
Monitoring Oracle Databases with Opsview
Opsview
ย 
How To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for WindowsHow To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for Windows
VCP Muthukrishna
ย 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
rossodavide
ย 
Install sccm 2007 on windows server 2008 r2 โ€“ step by step
Install sccm 2007 on windows server 2008 r2 โ€“ step by stepInstall sccm 2007 on windows server 2008 r2 โ€“ step by step
Install sccm 2007 on windows server 2008 r2 โ€“ step by step
d0wonload
ย 

Similar to WebLogic, 12C SOA Standalone installation (20)

Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
ย 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
Vigilant Technologies
ย 
Oracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASMOracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASM
Arun Sharma
ย 
12c installation
12c installation12c installation
12c installation
Osama Mustafa
ย 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Arun Sharma
ย 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
VCP Muthukrishna
ย 
Oracle WebLogic
Oracle WebLogicOracle WebLogic
Oracle WebLogic
Anar Godjaev
ย 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
Osama Mustafa
ย 
Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7
Ravi Kumar Lanke
ย 
Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6
Moisรฉs Elรญas Araya
ย 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
Osama Mustafa
ย 
New sap installation post installation
New sap  installation   post installationNew sap  installation   post installation
New sap installation post installation
dkeerthan
ย 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Cloudian
ย 
Network Manual
Network ManualNetwork Manual
Network Manual
Jason Myers
ย 
Field installation guide-v3_1
Field installation guide-v3_1Field installation guide-v3_1
Field installation guide-v3_1
Ganesh Joshi Regmi
ย 
Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
VCP Muthukrishna
ย 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
Osama Mustafa
ย 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VM
Laurent Leturgez
ย 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guide
Vladi Vexler
ย 
Linux
LinuxLinux
Linux
Kavi Bharathi R
ย 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
ย 
Oracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASMOracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASM
Arun Sharma
ย 
12c installation
12c installation12c installation
12c installation
Osama Mustafa
ย 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Arun Sharma
ย 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
VCP Muthukrishna
ย 
Oracle WebLogic
Oracle WebLogicOracle WebLogic
Oracle WebLogic
Anar Godjaev
ย 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
Osama Mustafa
ย 
Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7
Ravi Kumar Lanke
ย 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
Osama Mustafa
ย 
New sap installation post installation
New sap  installation   post installationNew sap  installation   post installation
New sap installation post installation
dkeerthan
ย 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Cloudian
ย 
Network Manual
Network ManualNetwork Manual
Network Manual
Jason Myers
ย 
Field installation guide-v3_1
Field installation guide-v3_1Field installation guide-v3_1
Field installation guide-v3_1
Ganesh Joshi Regmi
ย 
Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
VCP Muthukrishna
ย 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
Osama Mustafa
ย 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VM
Laurent Leturgez
ย 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guide
Vladi Vexler
ย 
Ad

More from K Kumar Guduru (6)

Oms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by GuduruOms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by Guduru
K Kumar Guduru
ย 
12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
K Kumar Guduru
ย 
Log shipping pdf
Log shipping pdfLog shipping pdf
Log shipping pdf
K Kumar Guduru
ย 
Database decommission process
Database decommission processDatabase decommission process
Database decommission process
K Kumar Guduru
ย 
Oracle soa suite 12c upgrade types
Oracle soa suite 12c upgrade typesOracle soa suite 12c upgrade types
Oracle soa suite 12c upgrade types
K Kumar Guduru
ย 
Soa bpm standalone_installation
Soa bpm standalone_installationSoa bpm standalone_installation
Soa bpm standalone_installation
K Kumar Guduru
ย 
Oms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by GuduruOms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by Guduru
K Kumar Guduru
ย 
12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
K Kumar Guduru
ย 
Log shipping pdf
Log shipping pdfLog shipping pdf
Log shipping pdf
K Kumar Guduru
ย 
Database decommission process
Database decommission processDatabase decommission process
Database decommission process
K Kumar Guduru
ย 
Oracle soa suite 12c upgrade types
Oracle soa suite 12c upgrade typesOracle soa suite 12c upgrade types
Oracle soa suite 12c upgrade types
K Kumar Guduru
ย 
Soa bpm standalone_installation
Soa bpm standalone_installationSoa bpm standalone_installation
Soa bpm standalone_installation
K Kumar Guduru
ย 
Ad

Recently uploaded (20)

Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
ย 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
ย 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
ย 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
ย 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
ย 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
ย 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
ย 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
ย 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
ย 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
ย 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
ย 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
ย 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
ย 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
ย 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything โ€“ Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
ย 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
ย 

WebLogic, 12C SOA Standalone installation

  • 1. 1. pre-requisites lets target our installation in /u03 mount & make sure mount should have 'oracle' permission: Note: /media/sf_SOA_softwares, mount should have oracle permission, if not please work out as shown Place required software in /media/sf_SOA_softwares Note: location is dynamic with provided specifications Software Movement Move all software to /u03/app/stage/SOA12c, as we will install from this location Please create the directory structures if needed, setup .bash_profile $ vi .bash_profile
  • 2. execute .bash_profile to apply settings and validate bash_profile to check if setting s are applied 2. Installation #sudo su oracle, root install 'java development kit' rpm -Uvh /u03/app/stage/SOA12c/jdk-7u55-linux-x64.rpm Unzip the infrastructure file from its respective location SOA12c]$ unzip V44416-01.zip Archive: V44416-01.zip inflating: fmw_12.1.3.0.0_infrastructure.jar SOA12c]$ java -jar fmw_12.1.3.0.0_infrastructure.jar Extracting files........................................................................................................................................... Starting Oracle Universal Installer Checking if CPU speed is above 300 MHz. Actual 2593.956 MHz Passed Checking monitor: must be configured to display at least 256 colors. Actual
  • 3. 16777216 Passed Checking swap space: must be greater than 512 MB. Actual 4128764 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 4347 MB Passed Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2015-09- 13_03-48-05PM After validation Oracle Universal installation will be kicked-off Provide inventory location as below '/u03/app/oracle/inventory' Welcome Screen Click NEXT Provide the desired oracle home location: '/u03/app/oracle/product/12.1.3/ fmw' Then click NEXT
  • 4. Select fusion middleware infrastructure then click on NEXT Installation will validate java version & OS certification, once it is successful then click NEXT Basically this screen will ask you to sign up for any alerts from oracle. which we may not need at this scenario Click NEXT
  • 5. So for the same reason we would un check the box then click on NEXT we will encounter with a warning message when you uncheck the box. so, we shouldn't worry. click on 'YES'.. & go ahead click on NEXT.. Here.. in this slide we can go- through the summary of the installation which happens in next slide & also it provides us an option to save response file for future purposes Click on INSTALL
  • 6. This screen displays the progress of installation & which should reach 100% without any errors to proceed further Click on NEXT An successful installation can be seen in this screen Click on FINISH 3. SOA Installation Now, as we installed infrastructure let's go ahead with SOA installation Our first step would be to unzip V44420-01.zip file under '/u03/app/stage/SOA12c' oracle@soabpm-vm SOA12c]$ ls -lrt total 4616348 -rwxrwxrwx 1 root root 122656363 Mar 21 2014 jdk-7u55-linux-x64.rpm -rwxr-xr-x 1 oracle g660 1601986193 Jun 19 2014 fmw_12.1.3.0.0_infrastructure.jar -rwxrwx--- 1 root vboxsf 1400565940 Sep 13 14:29 V44420-01.zip -rwxrwx--- 1 root vboxsf 1601912610 Sep 13 15:38 V44416-01.zip [oracle@soabpm-vm SOA12c]$ unzip V44420-01.zip Archive: V44420-01.zip inflating: fmw_12.1.3.0.0_soa.jar oracle@soabpm-vm SOA12c]$ java -jar fmw_12.1.3.0.0_soa.jar provide above syntax to start Oracle Universal Installer which should help us to complete SOA installation oracle@soabpm-vm SOA12c]$ java -jar fmw_12.1.3.0.0_soa.jar Launcher log file is /tmp/OraInstall2015-09-13_08-39-05PM/launcher2015-09-13_08- 39-05PM.log. Extracting files.................................................................................................. Starting Oracle Universal Installer
  • 7. Checking if CPU speed is above 300 MHz. Actual 2593.956 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 4128764 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 4550 MB Passed Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2015-09- 13_08-39-05PM Please provide installation inventory location ' /u03/app/oracle/inventory' Then it will kick-off SOA12c & Business Process Management Click on OK Welcome screen Click NEXT Provide the oracle home location '/u03/app/oracle/product/12.1.3/fmw' Click on view to see what all features will be installed Click NEXT
  • 8. Select SOA suite radio button to proceed further with installation Then click NEXT In this screen we can see the pre- requisites OS certificate and java version were validated to proceed further Then click NEXT We can see few critical details about locations, disk space & features which will be installed Note - you can save response file Then click on INSTALL
  • 9. This window should be 100% completed for an successful installation of SOA suite, also one can able to see how installation is in going on by click on view messages Then click on NEXT We completed SOA installation !! Click on FINISH 4. Repository Create Utility Installation Note: before we move ahead with RCU, please make sure DB is up & running along with listener, unless which it will turn as showstopper Get into RCU location then... cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/bin/ When "./rcu" is given an Oracle universal installer will be displayed for further process [oracle@chef1 ~]$ cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/bin/ [oracle@chef1 bin]$ ls -lrt total 112 -rwxr-x--- 1 oracle g660 3472 Dec 30 2013 copyBinary.sh -rwxr-x--- 1 oracle g660 4475 Dec 30 2013 pasteBinary.sh -rwxr-x--- 1 oracle g660 3422 Dec 30 2013 obfuscatePassword.sh -rwxr-x--- 1 oracle g660 3225 Dec 30 2013 extractMovePlan.sh -rwxr-x--- 1 oracle g660 4440 Dec 30 2013 copyConfig.sh -rwxr-x--- 1 oracle g660 4402 Jan 7 2014 pasteConfig.sh -rwxr-x--- 1 oracle g660 12876 Feb 5 2014 rcu -rwxr-x--- 1 oracle g660 8463 Feb 17 2014 rcu.bat -rw-r----- 1 oracle g660 709 Feb 26 2014 owlcs.ohs_conf.xml -rwxr-x--- 1 oracle g660 2081 Apr 3 2014 rcuJDBCEngine.bat -rwxr-x--- 1 oracle g660 2446 Apr 3 2014 rcuJDBCEngine -rwxr-x--- 1 oracle g660 2328 May 12 2014 orapki.bat
  • 10. -rwxr-x--- 1 oracle g660 4601 May 12 2014 orapki -rwxr-x--- 1 oracle g660 1957 May 12 2014 mkstore.bat -rwxr-x--- 1 oracle g660 3718 May 12 2014 mkstore -rwxr-x--- 1 oracle g660 2119 May 12 2014 libovdconfig.sh -rwxr-x--- 1 oracle g660 2101 May 12 2014 libovdconfig.bat -rwxr-x--- 1 oracle g660 2119 May 12 2014 libovdadapterconfig.sh -rwxr-x--- 1 oracle g660 2101 May 12 2014 libovdadapterconfig.bat [oracle@chef1 bin]$ ./rcu Welcome screen ! Enter the database details same as screen print given.. Note: DB details are respective to ENV Then click on NEXT Here RCU will look for few global requisites and below warning is because I used XE edition of database (pl. ignore) Click OK on rcu will proceed to check requisites
  • 11. Select the components required to complete RCU installation, you can find selection of components in next screen print Click on NEXT Please select the components checked in the screen print Click on NEXT Here all services will be verified.. you can read those services in screen print Click OK then click NEXT Click NEXT
  • 12. Provide the password for all the schemas which were created just above Then click NEXT Here are the default table spaces for the components selected Click on NEXT If RCU require more tablespaces then they would be created automatically.. so you can click on OK As mentioned earlier, few new tablespaces are created Click on OK
  • 13. It is a summary window, it display about database details & few other details. please check the screen print for more information Click on CREATE Repository system load is in progress.. You need not click on anything but it will take you another window once load is completed successfully We successfully completed RCU !!! Now we have RCU in place, so we need to validate if all components are successfully registered in database.. to find out those... use below command in database SQL> select comp_name, version from schema_version_registry; Beside screen should be your output, if all went well ! SQL> select comp_name, version from schema_version_registry; COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ Oracle Enterprise Scheduler
  • 14. 12.1.3.0.0 Audit Service 12.1.3.0.0 Audit Service 12.1.3.0.0 COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ Audit Service Append 12.1.3.0.0 Audit Service Append 12.1.3.0.0 Audit Service Viewer 12.1.3.0.0 COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ Audit Service Viewer 12.1.3.0.0 Metadata Services 12.1.3.0.0 Metadata Services 12.1.3.0.0 COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ Oracle Platform Security Services 12.1.3.0.0 Oracle Platform Security Services 12.1.3.0.0 SOA Infrastructure Services 12.1.3.0.0
  • 15. COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ Service Table 12.1.3.0.0 Service Table 12.1.2.0.0 User Messaging Service 12.1.3.0.0 COMP_NAME -------------------------------------------------------------------------------- VERSION ------------------------------ 5. DOMAIN Creation Oracle recommends that you set the umask to 027 on your system prior to installation. This ensures that file permissions will be set properly during installation. ~]$ umask 027 Now to kick-off domain creation, need to change directory ~]$ cd /u03/app/oracle/product/12.1.3/fmw/oracle_common/common/bin [oracle@chef1 bin]$ ls -lrt total 100 -rwxr-x--- 1 oracle g660 494 Jun 18 2013 getproperty.sh -rwxr-x--- 1 oracle g660 2960 Jul 17 2013 wlst.sh -rwxr-x--- 1 oracle g660 2756 Jul 17 2013 unpack.sh -rwxr-x--- 1 oracle g660 954 Jul 17 2013 prepareCustomProvider.sh -rwxr-x--- 1 oracle g660 3216 Jul 17 2013 pack.sh -rwxr-x--- 1 oracle g660 3070 Jul 17 2013 config.sh -rwxr-x--- 1 oracle g660 2801 Sep 25 2013 clonedunpack.sh -rwxr-x--- 1 oracle g660 3010 Oct 1 2013 wlst_new.sh -rwxr-x--- 1 oracle g660 3140 Feb 10 2014 reconfig.sh -rwxr-x--- 1 oracle g660 2684 Feb 11 2014 config_builder.sh -rwxr-x--- 1 oracle g660 825 Feb 24 2014 qs_config.sh -rwxr-x--- 1 oracle g660 148 May 7 2014 setWlstEnv.sh -rwxr-x--- 1 oracle g660 115 May 7 2014 setWlstEnv.cmd -rwxr-x--- 1 oracle g660 1918 May 7 2014 setNMProps.sh -rwxr-x--- 1 oracle g660 2087 May 7 2014 setNMProps.cmd -rwxr-x--- 1 oracle g660 101 May 7 2014 nm.required.properties -rwxr-x--- 1 oracle g660 1437 May 21 2014 printJarVersions.sh -rwxr-x--- 1 oracle g660 633 Sep 13 20:12 setHomeDirs.sh -rwxr-x--- 1 oracle g660 25235 Sep 13 20:12 commEnv.sh [oracle@chef1 bin]$
  • 16. $ ./config.sh Mentioned screen will be invoked to create a new domain Click on NEXT Select the templates which are required for further installation (you can find out required templates information in next screen print) Now.. please check the boxes shown in screen print and click on NEXT Provide the application location /u03/app/oracle/config/applications/so a12c_domain1 Click on NEXT
  • 17. create username & password for WebLogic server Click on NEXT Please select the ENV & check the correct java version Then click NEXT Now let's cross check if all the Database details are correct before we process RCU So, when clicked on "get RCU configuration" one should see successful test results Then click on NEXT
  • 18. Provide all the DB details to validate the connections Click on NEXT It will check the component schemas & their connections Click on NEXT Provide your hostname at listen address and admin server name Click on NEXT Create NODE MANAGER credentials Click on NEXT
  • 19. Provide the managed server name along with listen address Then click on NEXT Provide the cluster name if applicable Click on NEXT Move all servers under clusters from left to right Click on NEXT If you planned for coherence then provide details Click. on NEXT
  • 20. Select UNIX machine tab & provide name and node manager listen address Click on NEXT Assign servers to machines which we configured above From left to right Click on NEXT You can go-thru the configuration summary then click on create button Then configuration will progress & will reach to 100% Click on NEXT
  • 21. So, if all the process and installation goes well... we will see URLS like screen print Start weblogic & nodemanager servers [oracle@wls12c-node1 oracle]$ nohup $DOMAIN_HOME/bin/startNodeManager.sh >/dev/null 2>&1 & #Starting Administration Console (WLS0_ADM managed server): [oracle@wls12c-node1 oracle]$ nohup $DOMAIN_HOME/bin/startWebLogic.sh >/dev/null 2>&1 & If node manager & WebLogic servers starts up successfully, you can use URL to login
  • 22. into WebLogic portal We done with setup!!!