(2 votes, average: 3.00 out of 5)
Loading...
Below is a continuation on how to migrate ODSEE, ISW To OUD and DIP. you can access Part 1 here and Part 2 here.
Since the migration is quite complex, I am splitting the configuration into separate parts.
- Part 1: Downloading required software, Creating required environment, Installing OUD
- Part 2: Configuring OUD, Install and configure OUD Gateway (ODSEE replication) and required changes.
- Part 3: Install, Configure WLS, OID, OUD required for DIP Instance.
- Part 4: Configure WLS And DIP instance.
- Part 5: Configure ISW => DIP migration, configure OUD <=> AD mappings.
- Part 6: OUD Backups.
Install, Configure WLS, OID, OUD
Note: In order to avoid the requirement of an Oracle database for the DIP configuration store, please follow the exact ordering steps below (in order I mean first WLS, then OID, etc.. and select the same ORACLE_HOME) You can also find details on the following Oracle support note below (Doc ID: 2335307.1). Lets begin with the Weblogic infrastructure(WLS) installation. Just run the below.cd /installs/WLS unzip the WLS Download java -jar fmw_12.2.1.3.0_infrastructure.jar Select Oracle home as > /oud/Oracle/Middleware/Oracle_Home Select > Collocated Oracle Unified Directory Server Select the os (Solaris) jdk /usr/jdk/1.8... (or select your 1.8 jdk path jre is not good enough) Completed the installation.Next, lets install OID.
unzip the OID Download cd /installs/OID ./fmw_12.2.1.3.0_oid_intelsolaris.bin Select same Oracle home as the WLS. > /oud/Oracle/Middleware/Oracle_Home select > Collocated Oracle Unified Directory Server Select the os (Solaris) jdk /usr/jdk/1.8... (or select your 1.8 jdk path jre is not good enough) Completed the installation.Next, lest install OUD12 software.
unzip the OUD Download cd /installs/OUD java -jar fmw_12.2.1.3.0_oud.jar select > /oud/Oracle/Middleware/Oracle_Home select > Collocated Oracle Unified Directory Server complete installationApply patch by running the below, (you will need to get the patch from Oracle support)
cd /installs/OUD/patch/27742743 opatch apply
DIP Keys and certificates
For simplicity I created one certificate key for all names(CN). Please check out Part 1 of this series on more detail about certificates. In our case I will be using the name dip1 for both the OUD instance and the DIP instance as they are both running on the same host. The key location is below./oud/certs/ldap-cert.jksNote: The DIP OUD bake-end instance should be configured the same was all other OUD instance(s) seen in Part 2 of this series (or you can you use of you regular instances), just make sure all data your suffix needed for DIP is part of this local OUD replicated instance. In the article we have completed Install, Configure WLS, OID, OUD required for DIP Instance. In Part 4 I am going to show you – how to Configure WLS And DIP instance. To continue reading Part 4 click here. Like what you’re reading? please provide feedback, any feedback is appreciated.
0
0
votes
Article Rating