Google Search

Saturday, October 3, 2015

OID 11.1.1.7.0 Installation on Linux 6.5

Assuming you are planning to install OID 11.1.1.7.0 on Linux 64-bit environment

1. Install and Configure Oracle Database 11g R2

2. Run RCU 11.1.2.2.0 to create OID schema. (Hence run the pre-requisite for RCU)

                $unzip rcuHome
                $cd rcuHome/bin -> $./rcu

3. Install WebLogic 11g R1 (10.3.6)

                $unzip wls1036_generic.jar
                $java –jar –d64 wls1036_generic.jar (for 64-bit Linux)

4. Download and extract IDM 11.1.1.7.0 from OTN Site

                $unzip ofm_idm_linux_11.1.1.7.0_64_disk1_1of1

5. Install Identity Management (OID)

$cd Disk1
$./runInstaller –jreLoc <jdk/jre path>

6. Configure and create IDM domains and Managed servers 

                $cd $OID_ORACLE_HOME/bin
                $./Config.sh

7. Start WebLogic Server Console

                $cd $DOMAIN_HOME/bin
                $./startWeblogic.sh OR
    $nohup ./startWebLogic.sh > AdminServer.out &
    $tail -f AdminServer.out

8. OID Installation is successful.

Verify OID and other components status:

$ cd /u01/app/oracle1/oid/middleware/asinst_1/bin
$ ./opmnctl status   -> To Check the Status
$./opmnctl startall  -> To Start all components
$./opmnctl Stopall  -> To Stop all components


    Verify URL's:

                   Component
   Access URL and Port
Oracle Directory Services Manager (ODSM)
http://host:7005/odsm
Oracle Enterprise Manager Fusion Middleware Control
http://host:7001/em/
Oracle WebLogic Server Administrative Console
http://host:7001/console/
Oracle Internet Directory LDAP
3060

Verify Connectivity via Command prompt:

ON SSL Mode:

$OID_ORACLE_HOME/bin/ldapbind –h <hostname> -p <port> -D cn=orcladmin –w <password> -U 1

Third-Party Tools:

You can use any of the below tools to perform the same operations similar to OID (Any Directory Server) target system.
1.       LDAP Browser
2.       JXplorer
3.       Apache Directory Studio
4.       LDIF Editor

No comments:

Post a Comment