Saturday, January 26, 2013

Installing JD-GUI on Linux

JD-GUI is a Java decompiler. This utility allows you to look at Java source codes. You can obtain the software here.
File: jd-gui-0.3.5.linux.i686.tar.gz

Install the following packages needed for JD-GUI.
sudo yum install libXxf86vm libcanberra-gtk2.i686 PackageKit-gtk-module.i686 gtk2-engines.i686 libXxf86vm.i686

Unpack "jd-gui-0.3.5.linux.i686.tar.gz" and place "jd-gui" and "open-in-jd-gui.sh" into specific directories.
tar -xvf jd-gui-0.3.5.linux.i686.tar.gz
sudo mv jd-gui /usr/bin
mv contrib/Nautilus\ File\ Manager\ Integration/open-in-jd-gui.sh ~/.gnome2/nautilus-scripts/

To make jd-gui the default application when opening a ".jar" or ".class" file, follow the given steps below.
  1. Right click on any Java ".class" or ".jar" .
  2. Click properties.
  3. On the "Open With" tab, click add.
  4. On the "Add Application" window,  select "Use a custom command" and type "jd-gui". Click Add.
  5. Select  "jd-gui" as the default application.





Wednesday, January 23, 2013

Installing and Configuring DBAT Connector for MySQL in OIM

Version: Oracle Identity Manager 11g R1
Description: This section shows how to install and configure the Oracle "Database Applications Table" (DBAT) connector in OIM. The DBAT connector uses Generic Technology Connector (GTC) framework. MySQL database is used to demonstrate the use of the DBAT connector.

Sunday, January 20, 2013

Using the OIM 11g R1 API

Version: Oracle Identity Manager 11g R1
Description: This guide shows how to set up and use the Oracle Identity Manager 11g R1 API in a Java application.

Saturday, January 19, 2013

Installing and Configuring OID Connector for OpenLDAP in OIM

Version: Oracle Identity Manager 11g R1
Description: This guide will show you how to integrate and configure OpenLDAP into OIM. The Oracle Internet Directory (OID) connector is utilized for the integration. The OID connector uses Identity Connector Framework (ICF).

Friday, January 18, 2013

Installing OpenLDAP on Linux

Description: A guide to install and configure OpenLDAP on Oracle Linux 6 (64-bit). This can be applied to Linux in general. Several clients may be used to access your data such Apache Directory Studio and the command-line.

Thursday, January 17, 2013

Uninstalling an OIM Connector

Version: Oracle Identity Manager 11g R1
Description: This guide explains how to remove an OIM connector excluding any GTC connector. Microsoft Active Directory 11.1.1.5.0 is used here as a demonstration. Refer to the oracle document for more details http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/conn_mgmt.htm. Refer to document for special cases of removing a connector (E.g. A connector with access policy). WARNING: Do not use in a production environment.

Installing an OIM Connector on 11g R1

Version: Oracle Identity Manager 11g R1
Description: This guide applies to all supported Oracle Identity Manager Connector. You can found all these connectors here. The Database Applications Table will be used for this post as an example.

Wednesday, January 16, 2013

Configuring Oracle SQL Developer for MySQL

Description: This demonstrates how to access your MySQL database from Oracle SQL Developer, which is a database client. This requires having the MySQL driver and configuring Oracle SQL Developer to point to that driver.

Installing MySQL on Linux

Description: A guide to install and configure MySQL on Linux. Installation and configuration is done through command-line.

Thursday, January 10, 2013

Installing Java on Linux 64-Bit and Enabling for Mozilla Browser

Description: This guide shows how to install Java on Linux, and configure Mozilla browser to enable Java.

Wednesday, January 9, 2013

Patching OIM 11.1.1.5.0 to 11.1.1.5.3

This guide can also be applied to OIM 11.1.1.5.1 or 11.1.1.5.2.

Obtaining the Patches
You will need the following patches:
  1. Patch Name: 13106312
    Product: Oracle SOA Platform
    Release: 11.1.1.5.0

  2. Patch Name: 13704894
    Product: Oracle Identity Manager
    Release: 11.1.1.5.0

Monday, January 7, 2013

Patching OIM 11.1.1.5.0 to 11.1.1.5.2

This guide can also be applied to OIM 11.1.1.5.1.

Obtaining the Patches
You will need the following patches:
  1. Patch Name: 13106312
    Product: Oracle SOA Platform
    Release: 11.1.1.5.0

  2. Patch Name:13399365
    Product: Oracle Identity Manager
    Release: 11.1.1.5.0

  3. Patch Name:13684913
    Product: Oracle Identity Manager
    Release: 11.1.1.5.2

Sunday, January 6, 2013

Post-Installation Tasks For OIM 11.1.2

Important URLs
#WebLogic Admin Console
http://localhost:7001/console
Admin User: weblogic

#SOA Infrastructure
http://localhost:8001/soa-infra
Admin User: weblogic

#Oracle Identity Manager System Administration
http://localhost:14000/sysadmin
Admin User: xelsysadm

#Oracle Identity Manager Self Service
http://localhost:14000/identity
Admin User: xelsysadm

Starting and Stopping the Servers
Note: Once the WebLogic Administration is running, you can go the the WebLogic Administration Console to start/stop the servers.

#Start/Stop WebLogic Administration Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin
./startWebLogic.sh
./stopWebLogic.sh

#Start OIM Managed Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin
./startManagedWebLogic.sh oim_server1
./stopManagedWebLogic.sh oim_server1

#Start SOA Managed Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin
./startManagedWebLogic.sh soa_server1
./stopManagedWebLogic.sh soa_server1

Enable Design Console
You need to create the "wlfullclient.jar" and get it the proper permissions. This file needs to be copied into "<MW_HOME>/wlserver_10.3/server/lib/" and "<IDM_HOME>/Oracle_IDM1/designconsole/ext/". WebLogic Administration Server and "oim_server1" managed server must be running.

Execute the following commands:
cd /home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/
java -jar /home/oracle/Oracle/Middleware/modules/com.bea.core.jarbuilder_1.7.0.0.jar
chmod 750 wlfullclient.jar
cp wlfullclient.jar /home/oracle/Oracle/Middleware/Oracle_IDM1/designconsole/ext/

To start Design Console:
cd /home/oracle/Oracle/Middleware/Oracle_IDM1/designconsole
./xlclient.sh

Verifying the OIM Installation
Refer to 5.10 Verifying the Oracle Identity Manager Installation in the Installation Guide for Oracle Identity and Access Management documentation.

Configure Oracle Identity Manager 11.1.2.0

Configuring OIM 11.1.2.0
  1. The WebLogic Administration Server must be started. Navigate to "<OIM_DOMAIN_HOME>/bin" and execute "startWebLogic.sh".
     cd /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin
    ./startWebLogic.sh
  2. Execute the "config.sh" located in the "<IAM_HOME>/bin/" directory.
     cd /home/oracle/Oracle/Middleware/Oracle_IDM1/bin
    ./config.sh
The screen shots given below will walk you through the process.

Step 1: Welcome


Step 2: Select All Components


Step 3: Enter Database Connection Details


Step 4: WebLogic Admin Server

Step 5 Localhost Error


Step 5


Step 6: OIM Server Host and Port


Step 7: Remote Manager


Step 8: Configuration Summary


Step 9: Configuration Progress


Step 9b


Step 10: Configuration Complete


OIM Configuration Summary One
#Provide the password for the System Administrator(xelsysadm). Valid Passwords must contain at least 6 characters, must begin with an alphabetic character, and include at least one number, one uppercase letter and one lowercase letter. Password cannot contain firstname, lastname and loginname of OIM.

OIM_ADMINISTRATOR_PASSWORD=<SECURE VALUE>

#Confirm the System Administrator(xelsysadm) password.

CONFIRM_OIM_ADMINISTRATOR_PASSWORD=<SECURE VALUE>

#Provide the HTPP Proxy URL. Format: http(s)://hostname:port

PROXY_URL_FOR_OIM=http://rayedchan:14000

#Provide the KeyStore Password. Valid passwords are 6 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.

KEYSTORE_PASSWORD=<SECURE VALUE>

#Confirm the KeyStore Password.

KEYSTORE_CONFIRM_PASSWORD=<SECURE VALUE>

#Provide true to enable LDAP sync. LDAP sync synchronizes Oracle Identity Manager users, roles, role membership and role hierarchy to a LDAP directory. Any direct changes in the directory will be reconciled back to Oracle Identity Manager.

SELECTION_OPTIONS_PAGE_SYNC_LDAP=false

#Provide WebLogic Managed Server hostname in which Oracle Identity Manager application is deployed.

AS_HOST_NAME=localhost

#Provide WebLogic Managed Server port in which Oracle Identity Manager application is deployed.

AS_PORT_NUMBER=14000

#Provide the service name for Remote Manager under which this Remote Manager will be registered. It is used along with Registry URL to build fully qualified service name. For e.g. rmi://host:RMI Registry Port/service name.

RM_SERVICE_NAME=RManager

#Provide the Remote Manager RMI Registry Port. RMI Registry is started on this port.

REMOTEMANAGER_RMI_REGISTRY_PORT=12345

#Provide the Remote Manager Listen Port. A Secure Socket is opened on this port to listen client requests.

REMOTEMANAGER_LISTEN_PORT=12346

[SYSTEM]

[APPLICATIONS]

[RELATIONSHIPS]

#

COMPONENT_OIM_SELECTION_ROOT=true

#Provide true to configure OIM Server.

OIM_SERVER=true

#Provide true to configure OIM Design Console.

INSTALL_OIM_DESIGN_CONSOLE=true

#Provide true to configure OIM Remote Manager.

INSTALL_OIM_REMOTE_MANAGER=true

#

IS_SERVICE_ID_USED_IN_SPECIFYODSPASSWORDPAGE=false



OIM Configuration Summary Two
Configure Only:

Applications Selected For Configuration:

OIM Server

OIM Design Console

OIM Remote Manager

Configure Database Security Store for OIM 11.1.2.0

Configuring Database Security Store for OIM 11.1.2.0
Note: This assumes that you've created a WebLogic domain only for Oracle Identity Manager and SOA. If you have been following my guides throughout, you are fine. If not, refer to the Oracle documentation for the specific scenario you are dealing with (Look at 3.2.9 Configuring Database Security Store for an Oracle Identity and Access Management Domain in Installation Guide for Oracle Identity and Access Management).

You will be using the "configureSecurityStore.py" script to create the Database Security Store. This script can be found under the "<IAM_HOME>/common/tools" directory.

#Execute the following command to create the Database Security Store (This is one command)
#<MW_HOME>/oracle_common/common/bin/wlst.sh <IAM_HOME>/common/tools/configureSecurityStore.py -d <domaindir> -c IAM -p <opss_schema_password> -m create
/home/oracle/Oracle/Middleware/oracle_common/common/bin/wlst.sh /home/oracle/Oracle/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py -d /home/oracle/Oracle/Middleware/user_projects/domains/base_domain -c IAM -p myPassword -m create

#Execute the following command to validate if the Database Security Store created properly
#<MW_HOME>/oracle_common/common/bin/wlst.sh <IAM_HOME>/common/tools/configureSecurityStore.py -d <domaindir> -m validate
/home/oracle/Oracle/Middleware/oracle_common/common/bin/wlst.sh /home/oracle/Oracle/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py -d /home/oracle/Oracle/Middleware/user_projects/domains/base_domain -m validate
Logs for Create
Initializing WebLogic Scripting Tool (WLST) ...

Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away.

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Info: Data source is: opss-DBDS
Info: DB JDBC driver: oracle.jdbc.OracleDriver
Info: DB JDBC URL: jdbc:oracle:thin:@localhost:1521/orcl

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  checkServiceSetup - done

Jan 5, 2013 8:14:37 PM oracle.security.jps.internal.config.ldap.LdapCredStoreServiceConfigurator schemaCompatibleHandler

INFO: Credential store schema upgrade not required. Store Schema version 11.1.1.6.0 is compatible to the seed schema version 11.1.1.4.0

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  checkServiceSchema - Store schema has been seeded completely

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  updateServiceConfiguration - done

Jan 5, 2013 8:14:42 PM oracle.security.jps.internal.tools.utility.JpsUtilMigrationCredImpl migrateCredentialData

INFO: Migration of Credential Store data in progress.....

Jan 5, 2013 8:14:42 PM oracle.security.jps.internal.tools.utility.JpsUtilMigrationCredImpl migrateCredentialData

INFO: Migration of Credential Store data completed, Time taken for migration is 00:00:00

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  migrateData - done

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  testJpsService - done

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  checkServiceSetup - done

Jan 5, 2013 8:14:43 PM oracle.security.jps.internal.config.ldap.LdapKeyStoreServiceConfigurator schemaCompatibleHandler

INFO: Keystore schema upgrade not required. Store Schema version 11.1.1.6.0 is compatible to the seed schema version 11.1.1.4.0

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  checkServiceSchema - Store schema has been seeded completely

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  updateServiceConfiguration - done

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  migrateData - done

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  testJpsService - done

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  checkServiceSetup - done

Jan 5, 2013 8:14:45 PM oracle.security.jps.internal.config.ldap.LdapPolicyStoreServiceConfigurator schemaCompatibleHandler

INFO: Policy schema upgrade not required. Store Schema version 11.1.1.6.0 is compatible to the seed schema version 11.1.1.4.0

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  checkServiceSchema - Store schema has been seeded completely

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  updateServiceConfiguration - done

WLS ManagedService is not up running. Fall back to use system properties for configuration.

Jan 5, 2013 8:14:54 PM oracle.security.jps.internal.tools.utility.destination.apibased.JpsDstPolicy migrateData

INFO: Migration of Admin Role Members started

Jan 5, 2013 8:14:54 PM oracle.security.jps.internal.tools.utility.destination.apibased.JpsDstPolicy migrateData

INFO: Migration of Admin Role Members completed in 00:00:00

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  migrateData - done

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  testJpsService - done

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  checkServiceSetup - done

Jan 5, 2013 8:14:54 PM oracle.security.jps.internal.config.ldap.LdapAuditServiceConfigurator schemaCompatibleHandler

INFO: Audit store schema upgrade not required. Store Schema version 11.1.1.6.0 is compatible to the seed schema version 11.1.1.4.0

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  checkServiceSchema - Store schema has been seeded completely

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  updateServiceConfiguration - done

Jan 5, 2013 8:14:54 PM oracle.security.jps.internal.tools.utility.JpsUtilMigrationAuditStoreImpl migrateAuditStoreData

INFO: Migration of Audit Store data in progress.....

Jan 5, 2013 8:15:19 PM oracle.security.jps.internal.tools.utility.JpsUtilMigrationAuditStoreImpl migrateAuditStoreData

INFO: Migration of Audit Store data completed, Time taken for migration is 00:00:25

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  migrateData - done

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  testJpsService - done

persist to output: /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig - done

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  checkServiceSetup - done

[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  updateServiceConfiguration - done

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  checkServiceSetup - done

[oracle.security.jps.internal.config.db.DbKeyStoreServiceConfigurator]  updateServiceConfiguration - done

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  checkServiceSetup - done

[oracle.security.jps.internal.config.db.DbPolicyStoreServiceConfigurator]  updateServiceConfiguration - done

Jan 5, 2013 8:15:30 PM oracle.security.jps.internal.config.ldap.LdapAuditServiceConfigurator checkIfConfigurationValid

INFO: Audit store re-association not supported.

[oracle.security.jps.internal.config.db.DbAuditStoreServiceConfigurator]  checkServiceSetup - Audit store re-association not supported.

persist to output: /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig - done

INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.

INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.

Using default context in /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/jps-config-migration.xml file for credential store.

Credential store location : jdbc:oracle:thin:@localhost:1521/orcl

Credential with map Oracle-IAM-Security-Store-Diagnostics key Test-Cred stored successfully!

Credential for map Oracle-IAM-Security-Store-Diagnostics and key Test-Cred is:

GenericCredential

Info: diagnostic credential created in the credential store.

Info:  Create operation has completed successfully.
Logs for Validate
Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands

Info: Data source is: opss-DBDS

INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.

INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.

Info: Diagnostics data was saved to the credential store.

Info: Validate operation has completed successfully.

Creating WebLogic Domain for OIM 11.1.2.0

WebLogic Domain Creation for OIM 11.1.2.0
  1. Execute the "config.sh" script located under "<iam_home>/common/bin/".
    cd /home/oracle/Oracle/Middleware/Oracle_IDM1/common/bin
    ./config.sh

  2. On the "Select Domain Source" which is part of the configuration wizard, select "Oracle Identity Manager - 11.1.2.0.0 [IAM_HOME]". By default the following products are selected when you select "Oracle Identity Manager - 11.1.2.0.0 [IAM_HOME]":
    -Oracle SOA Suite - 11.1.1.1.0 [Oracle_SOA1]
    -Oracle Enterprise Manager 11.1.1.1.0 [oracle_common]
    -Oracle Platform Security Service 11.1.1.0 [IAM_Home]
    -Oracle JRF 11.1.1.0 [oracle_common]
    -Oracle JRF WebServices Asynchronous services - 11.1.1.0 [oracle_common]
    -Oracle WSM Policy Manager 11.1.1.0 [oracle_common]
The screen shots given below will walk you through the process.

Step 1: Create a new WebLogic domain


Step 2: 
Select “Oracle Identity Manager – 11.1.2.0.0 [IAM_HOME]“. By default the following products are selected when you select “Oracle Identity Manager – 11.1.2.0.0 [IAM_HOME]”
-Oracle SOA Suite – 11.1.1.1.0 [Oracle_SOA1]
-Oracle Enterprise Manager 11.1.1.1.0 [oracle_common]
-Oracle Platform Security Service 11.1.1.0 [IAM_Home]
-Oracle JRF 11.1.1.0 [oracle_common]
-Oracle JRF WebServices Asynchronous services – 11.1.1.0 [oracle_common]
-Oracle WSM Policy Manager 11.1.1.0 [oracle_common]


Step 3: Specify Domain Name and Location


Step 4: Configure Administrator Credentials


Step 5: Configure Server Start Mode and JDK


Step 6: Configure JDBC Component Schema


Step 7: Test JDBC Component Schema


Step 8: Select Optional Configuration


Step 9: Configuration Summary


Step 10: Creating Domain


Step 10b

IDM 11.1.2.0 Installation

Prerequisites
  1. Environment setup
  2. JRockit Installation
  3. WebLogic Server 11g (10.3.6) Installation
Obtaining the Software
Download Oracle Identity and Access Management Suite (11.1.2) at https://edelivery.oracle.com/
Select a Product Pack: Oracle Fusion Middleware
Platform: Linux x86 -64
Package: Oracle Fusion Middleware Identity Management 11g R2 Media Pack
File: V33644-01 Part 1 of 2 and V33644-01 Part 2 of 2  (Oracle Identity and Access Management 11g (11.1.2.0.0))

IDM 11.1.2.0 Installation
  1. Extract the contents of "V33644-01_1of2.zip" and "V33644-01_2of2.zip". Three "Disk" directories should have been created for you.
  2. Create a directory called "IDM" and move the three "Disk" directories there.
    mkdir IDM
    mv Disk* IDM
  3. Execute the "runInstaller" script located under the "IDM/Disk1" directory.
    ./runInstaller -jreLoc <full path to the JRE directory>
    E.g. ./runInstaller -jreLoc /home/oracle/java/jrockit64/jre
The screen shots given below will walk you through the process.

Step 1: Welcome Page


Step 2: Skip Software Updates


Step 3: Prerequisite Checks


Step 4: Specify Installation Location
Oracle Middleware Home: /home/oracle/Oracle/Middleware
Oracle Home Directory: Oracle_IDM1


Step 5: Installation Summary


Step 6: Installation Progress


Step 6b: Click Next


Step 7: Installation Complete


IDM Installation Response File


IDM Installation Configuration File


SOA 11.1.1.6.0 Installation

Prerequisites
  1. Environment setup
  2. JRockit Installation
  3. WebLogic Server 11g (10.3.6) Installation
Obtaining the Software
Download Oracle SOA Suite 11.1.1.6.0  at https://edelivery.oracle.com/
Select a Product Pack: Oracle Fusion Middleware
Platform: Linux x86 -64
Package: Oracle Fusion Middleware Identity Management 11g R2 Media Pack
File: V29672-01 Part 1 of 2 and V29672-01 Part 2 of 2 (Oracle SOA Suite 11g Patch Set 5 (11.1.1.6.0))

SOA 11.1.1.6.0 Installation
Note: SOA is required for Oracle Identity Manager. Before installing SOA, you need the "compat-libcap1.x86_64" package. Execute the following command "yum install compat-libcap1.x86_64" as root.
  1. Extract the contents of "V29672-01_1of2.zip" and "V29672-01_2of2.zip". Five "Disk" directories should have been created for you.
  2. Make a directory called SOA and move the five "Disk" directories there.
    mkdir SOA
    mv Disk* SOA
  3. Execute the "runInstaller" script located under the "SOA/Disk1" directory.
    ./runInstaller -jreLoc <full path to the JRE directory>
    E.g. ./runInstaller -jreLoc /home/oracle/java/jrockit64/jre
The screen shots given below will walk you through the process.

Step 1: Welcome Page


Step 2: Skip Software Updates


Step 3: Prerequisite Checks


Step 4: Specify Installation Location
Oracle Middleware Home: /home/oracle/Oracle/Middleware
Oracle Home Directory: Oracle_SOA1


Step 5: Application Server


Step 6: Installation Summary


Step 7a


Step 7b


Step 8: Installation Complete


SOA Installation Response File


SOA Installation Configuration File

WebLogic Server 11g (10.3.6) Installation

Prerequisites
WebLogic Server 11g requires a JDK version that is Java SE Update 24 or higher.  JRockit should should be sufficient.
  1. Environment setup
  2. JRockit Installation
Obtaining the Software
Download Oracle WebLogic Server 11g Release 1 (10.3.6) at https://edelivery.oracle.com/
Select a Product Pack: Oracle Fusion Middleware
Platform: Linux x86 -64
Package: Oracle Fusion Middleware Identity Management 11g R2 Media Pack
File: V29856-01 (Oracle WebLogic Server 11gR1 (10.3.6) Generic and Coherence)

WebLogic Server 10.3.6 Installation
  1. Extract the contents of "V29856-01.zip". A jar file called "wls1036_generic.jar" should have been created for you.
  2. Execute the jar file. Use command "java -jar wls1036_generic.jar".
The screen shots given below will walk you through the process.

Step 1: Welcome Page


Step 2: Choose Middleware Home Directory


Step 3: Skip Security Updates


Step 3b


Step 3c


Step 3d


Step 4: Choose Typical Installation Type


Step 5: JDK Selection


Step 6: Choose Product Installation Directories


Step 7: Installation Summary


Step 8: Installation Progress


Step 9: Installation Complete