weblogic, 12c soa standalone installation

22
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

Upload: k-kumar-guduru

Post on 08-Apr-2017

351 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: WebLogic, 12C SOA Standalone installation

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

Page 2: WebLogic, 12C SOA Standalone installation

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

Page 3: WebLogic, 12C SOA Standalone installation

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

Page 4: WebLogic, 12C SOA Standalone installation

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

Page 5: WebLogic, 12C SOA Standalone installation

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

Page 6: WebLogic, 12C SOA Standalone installation

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

Page 7: WebLogic, 12C SOA Standalone installation

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

Page 8: WebLogic, 12C SOA Standalone installation

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

Page 9: WebLogic, 12C SOA Standalone installation

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

Page 10: WebLogic, 12C SOA Standalone installation

-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

Page 11: WebLogic, 12C SOA Standalone installation

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

Page 12: WebLogic, 12C SOA Standalone installation

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

Page 13: WebLogic, 12C SOA Standalone installation

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

Page 14: WebLogic, 12C SOA Standalone installation

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

Page 15: WebLogic, 12C SOA Standalone installation

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]$

Page 16: WebLogic, 12C SOA Standalone installation

$ ./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

Page 17: WebLogic, 12C SOA Standalone installation

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

Page 18: WebLogic, 12C SOA Standalone installation

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

Page 19: WebLogic, 12C SOA Standalone installation

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

Page 20: WebLogic, 12C SOA Standalone installation

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

Page 21: WebLogic, 12C SOA Standalone installation

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

Page 22: WebLogic, 12C SOA Standalone installation

into WebLogic portal

We done with setup!!!