Wednesday, April 16, 2014

Installation of Oracle Application Integration Architecture(AIA) PS3 on Windows machines

The following articles guides you through a step/step process on AIA installation.

Prerequisites for AIA Installation:
  1. Repository Creation to host SOA Schemas(11.1.1.4 version of RCU to be used)
  2. Oracle Weblogic Server 10.3.4 Installation
  3. Oracle SOA Suite Product on top of the Weblogic Server Install
  4. Oracle Weblogic Domain Configuration with Oracle SOA Suite 11.1.1.4 aka. PS3


Application Integration Architecture AIA PS3 Installation on Windows:

Once the pre-requisites are done,  Before running the installer, we need to configure some basic requirements.

1. Enable Remote JDBC Connection in Weblogic Server: 

 --Go to MiddlewareHome-UserProjects-Domains-YourDomain-Bin-SetDomainEnv.cmd
 --Search for the string: =false"
             WLS_JDBC_REMOTE_ENABLED="-Dweblogic.jdbc.remoteEnabled
 -- Set it to true.
 -- Restart the Admin Server.

2. Increase the Memory Settings:

 -- Go to SOA_HOME-bin-ant-sca-compile.xml
 -- Increase the following memory settings so that you don't run into 'Out of Memory' issues while 
    the installer compiles the AIA composite applications.

3. Set up the TimeZone for the server
 -- Open Weblogic Admin Server Console--Environment--servers-AdminServer-Server Start tab 
 -- In the ARGUMENTS field, enter this property -Duser.timezone=TZone where TZone can be abbreviation of timezones like UTC, GMT, MST etc. It can also be of the Continent/City or format "+5:30"
Note: I have configured the SOA domain with All-IN-ONE AdminServer.If you have configured a domain containing Admin+SOA, then you have to configure this property to the SOAServer 

4.Ensure Correct Settings For Node Manager:
 -- Go to MiddlewareHome -- wlserver_10.3--common--nodemanager
 -- Open nodemanager.properties file and check the StartScriptEnabled property
 -- Set it to true.
 -- Start the node manager. using the StartNodeManager.cmd

5. Ensure that NodeManager is Reachable:
 -- Open up weblogic console -- Environment--Machines--MachineNameToWhichYouHaveConfiguredNodeManager--NodeManager--Monitoring and make sure that its status is "Reachable"

Once you are done with the above we are good to go about the installation.


1: Launch the installer
2: We will start with the installation. Click on Run

3: Specify the JDK home. Use the one that is inside the MiddlewareHome folder

4: Click on Next
  
5: Click Next,  once done with the Prerequisites check.

6: Specify the AIAHOME name. It is a logical name for your installation. AIAHOME Path(create it under the middlewarehome) AIAInstance name(This represents the one AIA deployment. You can have n-number of installations.)

7: Specify the SOA server details. 

8: Click on Next 
9: Specify the DB details to configure the AIA Schemas

10: Specify the MDS details

11: Optional step: Depends on your requirement.

12: Click on install button to install the AIA PS3






1 comment: