Sunday, April 14, 2013

OIM 11g Release 2 (11.1.2) Download, Installation, and Configuration- Part 1 Installation of Weblogic 10.3.6 on a 64 bit platform

 OIM 11g Release 2 (11.1.2) Download, Installation, and Configuration- Part 1 Installation of Weblogic 10.3.6 on a 64 bit platform

This thread discusses the installation, configuration of  OIM 11g Release 2 (11.1.2)

Oracle Identity and Access Management 11g Release 2 (11.1.2) ProductFull or Patch Set Installer?Download Instructions
Oracle Identity and Access ManagementFullDownload Oracle Identity and Access Management 11g Release 2 (11.1.2) from Oracle Software Delivery Cloud.
Oracle Unified DirectoryFullDownload Oracle Unified Directory 11g Release 2 (11.1.2) from the Oracle Software Delivery Cloud.



If you are installing WebLogic Server on a 64-bit platform using a .jar installation program:
  • Add the directory of the appropriate JDK to the PATH variable definition on the target system. For example, on UNIX, add the bin directory of the appropriate 64-bit JDK to the beginning of the PATH variable definition on the target system:
    JAVA_HOME=path_to_64-bit_JDK; export JAVA_HOME
    PATH=$JAVA_HOME/bin:$PATH; export PATH



  • (UNIX or Linux only) Include the -d64 flag in the installation command when using a 32/64-bit hybrid JDK (such as for the HP-PA, HPIA, and Solaris64 platforms). For example, if installing in graphical mode using the Package installer:
    java -d64 -jar wlsversion_generic.jar
  • Run the java -version command (or java -d64 -version command on UNIX or Linux platforms using a 32/64-bit hybrid JDK) to ensure that yourJAVA_HOME refers to a 64-bit JDK.
  • If you are using the Sun 64-bit JDK, use the following command to install WebLogic Server:
    java -Xmx1024m -jar wlsversion_generic.jar



    On the Oracle Instaler - weblogic 10.3.6 window, click next



    Chose the option to create a new Middleware Home, enter C:\OIAM\Middleware as directory path
    Click Next

























    Choose the Option for typical install, click Next




    Confirm the Middleware home and Coherence home, click Next



    Installation completed. click Done









OCI Knowledge Series: OCI Infrastructure components

  Oracle Cloud Infrastructure (OCI) provides a comprehensive set of infrastructure services that enable you to build and run a wide range of...