Posts

Showing posts with the label Directories

OUD 11G R2 PS3 (11.1.2.3.0) Install and Config

Image
This post covers the installation and configuration setup of Oracle Unified Directory OUD 11G R2 PS3 (11.1.2.3.0) Please follow the screenshot as below Posted by  Deepak Dubey   at  11:12 PM  

OVD 11.1.1.7.0 Add Instance

Image
In this post, I will cover the steps required to add an instance of OVD to an existing OVD installation home. This kind of configuration is specially helpful in scenario where you want to add instances for load balancing or to create an instance for testing etc. My existing OVD setup was 11.1.1.7.0.  ORACLE_HOME=C:\Oracle\Middleware\Oracle_IDM2 ORACLE_INSTANCE=C:\Oracle\Middleware\asinst_2 set of existing running processes                                                                                               ...

OID 11.1.1.7.0 Add Instance

Image
In this post, I will cover how to add an instance of OID to an existing installation of OID home Instance addition is slightly different from OVD instance addition as you would notice from my previous post  here . My existing OID setup was 11.1.1.7.0.  ORACLE_HOME=C:\Oracle\Middleware\Oracle_IDM2 ORACLE_INSTANCE=C:\Oracle\Middleware\asinst_2 C:\Oracle\Middleware\asinst_2\bin>opmnctl.bat createcomponent  -componentName oi d2 -componentType OID -adminPort 7002 -Db_info "localhost:1521:orcl.mydomain.com " Command requires login to weblogic admin server (Deepak-PC.mydomain.com):   Username: weblogic   Password: Creating empty component directories...Done Provisioning OID files for oid2   OID onCreate.... Enter ODS password:   Validating OID input parameters Enter ODSSM password: Enter OID admin password:   Creating wallet and tnsnames.ora for OID   Adding configuration entry for OID   Updating opmn.xml with OID snippet   Updating co...