Tuesday, July 15, 2014

OIM 11G R2 PS2 Lab 2: OID,OVD and ODSM Installation and configuration

OIM 11GR2 PS2 Installation steps - High Level

1)  WebLogic 10.3.6 Installation
2)  IAM 11.1.1.7.0 Installation and configuration

Weblogic 10.3.6 installers can be downloaded from :
http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html

IAM 11.1.1.7.0 installer can be downloaded from:
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-1923016.html

Identity and Access Management 11g R2 PS2 documents can be access from:
http://docs.oracle.com/cd/E40329_01/index.htm

Identity and Access Management 11g R2 PS2 Matrix can be downloaded from :
OLD Matrix
http://www.oracle.com/technetwork/middleware/id-mgmt/documentation/identity-access-111220certmatrix-2105036.xlsx

New Matrix
https://support.oracle.com/epmos/main/kmservlet?documentUrl=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork%2Fmiddleware%2Fid-mgmt%2Fidentity-accessmgmt-11gr2certmatrix-1714221.xls&operation=docRedirection&docTitle=identity-accessmgmt-11gr2certmatrix-1714221.xls&type=WEB&displayIndex=

1)  WebLogic 10.3.6 Installation

  • Go to weblogic installer and run "java -jar wls1036_generic.jar"
 
  • Click on next
  •  Create Middleware directory and locate to that directory
  • Click on Next
  • Select the check box and click on Continue 
  • Click on next
  • Select your JDK and click on next
  • Click on next
  • Click on next
  • Unchecked the check box and click on Done.


 2)  IAM 11.1.1.7.0 Installation and configuration

  • Go to IAM installer and run "./runInstaller -jreLoc /app/java6u31/jre"

  • Click on Next

  • Select the Skip software updates and click on Next
  • Select Install and configure then hit next
  • Click on Next
  • Select Create New Domain and give weblogic User Name and Password then hit next
  • Click on Next
  • Click on Next
  • Select OID,OVD,DIP components and click on Next
  • Click on Next
  • Give the domain name and Password of Orcladmin then hit next
  • Select Create Schema connect sting . Give database hostname:portno:servicename
    • Username=sys
    • Password=

  • Give password for ODS and ODSSM schema
  • Give the domain name and Administrator password
  • Click on Install
  • Login to root user and run the below scripts
  • Run ./oracleRoot.sh script
  • Verify the the status and click on next
  •  Click on finish


    1) Weblogic,ODSM URL's

          http://arihant.tdc.com:7003/console (I am using 7001 for OIM weblogic)
          Admin User: weblogic

           http://arihant.tdc.com:7003/em (I am using 7001 for OIM weblogic)
           Admin User: weblogic
           
           http://arihant.tdc.com:7005/odsm
           Admin User: cn=orcladmin

     
  Starting and stopping the servers


    2) Weblogic Admin server Start/Stop


    Locate to /app/oracle/BI/user_projects/domains/bifoundation_domain/bin/
        ./startWebLogic.sh  (Start)
        ./stopWebLogic.sh  (Stop) 

    3) ODSM Console Start/Stop

    Locate to /app/oracle/BI/user_projects/domains/bifoundation_domain/bin/
        ./startManagedWebLogic.sh wls_ods1  (Start)
        ./stopManagedWebLogic.sh wls_ods1   (Stop)
       
    4) OID,OVD start/stop/staus
   
    Locate to /app/oracle/BI/instances/instance1/bin
   
        ./opmnctl startall     (Start)
        ./opmnctl stopall     (Stop)
        ./opmnctl status      (Status)
        



No comments:

Post a Comment