oid install and config

Post on 17-Aug-2015

105 Views

Category:

Software

5 Downloads

Preview:

Click to see full reader

TRANSCRIPT

© 2015 Vigilant Technologies

Oracle Internet Directory Install & Config

Software Version Details:

Software Version Oracle Jrocket JDK 1.6.0_31-R28.2.3-4.1.0

Oracle Weblogic 10.3.6

Oracle Internet Directory 11.1.1.7.0

Oracle Directory Integration Platform and Directory Service Manager

11.1.1.7.0

Oracle RCU 11.1.1.7.0 for OID

Oracle Database 11.2.0.4.0

© 2015 Vigilant Technologies

Database Changes Before RCU run:

grant execute on sys.dbms_job to PUBLIC;

grant execute on dbms_reputil to PUBLIC;

alter system set processes=500 scope=spfile;

Restart Database.

Installing rcu for oracle internet Directory:

Click Next

© 2015 Vigilant Technologies

Click Next

© 2015 Vigilant Technologies

Provide database connection Details

Click Next

© 2015 Vigilant Technologies

Only select Oracle Internet Directory component

Click Next

© 2015 Vigilant Technologies

Click next

© 2015 Vigilant Technologies

Always keep common password for all schemas

Click Next

© 2015 Vigilant Technologies

Click Next

© 2015 Vigilant Technologies

Click Create

© 2015 Vigilant Technologies

Weblogic Install:

[appoam@aphost1 WEBLOGIC_1036]$ export JAVA_HOME=/apps/jrockit-jdk1.6.0_51

[appoam@aphost1 WEBLOGIC_1036]$ export PATH=$JAVA_HOME/bin:$PATH

[appoam@aphost1 WEBLOGIC_1036]$ which java

/apps/jrockit-jdk1.6.0_51/bin/java

[appoam@aphost1 WEBLOGIC_1036]$ java -version

java version "1.6.0_51"

Java(TM) SE Runtime Environment (build 1.6.0_51-b11)

Oracle JRockit(R) (build R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64, compiled

mode)

© 2015 Vigilant Technologies

Click Next

© 2015 Vigilant Technologies

Give Middleware path details

Click next

© 2015 Vigilant Technologies

Select Typical and then click on next

© 2015 Vigilant Technologies

Click on Next

© 2015 Vigilant Technologies

Click on Next

© 2015 Vigilant Technologies

Click on Next

© 2015 Vigilant Technologies

Un-Check Run Quickstart and then click on Done.

© 2015 Vigilant Technologies

OID install:

Click on next

© 2015 Vigilant Technologies

Click Next

© 2015 Vigilant Technologies

Install Software only

© 2015 Vigilant Technologies

Click on next

© 2015 Vigilant Technologies

Give OID oracle home details here

Click on Next

© 2015 Vigilant Technologies

Click on Install

© 2015 Vigilant Technologies

Run Oracleroot.sh then Click on OK.

© 2015 Vigilant Technologies

Then Click ON Finish.

OID configuration:

[appoam@aphost1 Disk1]$ export

WL_HOME=/apps/Middleware/MW_HOME/OID/wlserver_10.3

[appoam@aphost1 Disk1]$ export

ORACLE_HOME=/apps/Middleware/MW_HOME/OID/Oracle_OID

[appoam@aphost1 Disk1]$

© 2015 Vigilant Technologies

Click on Next

© 2015 Vigilant Technologies

Provide weblogic password details and OID Domain detail to create OID domain here.

© 2015 Vigilant Technologies

Make Weblogic server directory is right and Click on Next

© 2015 Vigilant Technologies

Select only Oracle Internet Directory and Oracle Directory Integration Platform

© 2015 Vigilant Technologies

Select Auto port configuration

Then Click on Next

© 2015 Vigilant Technologies

Provide DB Connection details and ODS schema password

© 2015 Vigilant Technologies

Relam should be your Domain value.

Provide ORCLADMIN password here.

© 2015 Vigilant Technologies

© 2015 Vigilant Technologies

© 2015 Vigilant Technologies

OID URL’S;

CONSOLE: http://aphost1.domain.com:7001/console

EM : http://aphost1.domain.com:7001/em

ODSM : http://aphost1.domain.com:7005/odsm

Enforce Attribute Uniqueness for UID in Oracle Internet Directory 11gR1 http://aphost1.domain.com:7005/odsm

Click on the 'Advanced' tab Expand 'Attribute Uniqueness' in the left pane (bottom of the left frame)

© 2015 Vigilant Technologies

Click on the left hand 'Create an attribute uniqueness constraint' icon (below the 'Attribute Uniqueness' heading. The New Constraint window is displayed. Enter the following values to ensure that the UID field is unique in Oracle Internet Directory: Enter 'UID_UNIQUE' in 'Attribute Uniqueness Constraint Name' Ensure that 'Enable Unique Attribute' is Checked (i.e. Yes) Enter 'uid' in 'Unique Attribute Name' Enter ' inetorgperson' in ' Unique Attribute Objectclass' Select 'One Level' in 'Unique Attribute Scope' Enter the Realm Distinguished Name (DN), e.g. 'cn=Users,dc=us,dc=oracle,dc=com' in 'Unique Attribute Subtree' Choose OK. The entry you just created appears in the list of attribute uniqueness constraint entries in the left frame. Click on the 'UID_UNIQUE' name in the left frame (below 'Attribute Uniqueness') and the record is displayed in the main frame. Click the 'Apply' button to apply this constraint.

On OID app side vi change_attrs.ldif dn: cn=dsaconfig, cn=configsets,cn=oracle internet directory changetype: modify add: orclallattrstodn orclallattrstodn:cn=orcladmin

© 2015 Vigilant Technologies

$ORACLE_HOME/bin/ldapmodify -h aphost1.domain -p 3060 -D cn=orcladmin -w <passwd> -v -f change_attrs.ldif add orclallattrstodn: cn=orcladmin modifying entry cn=dsaconfig, cn=configsets,cn=oracle internet directory modify complete AD to OID sync: Create profile in DIP: Here we need to provide AD server details while creating profile. Don’t enable profile after creation.

Sync Process from AD to OID: export WL_HOME=/apps/Middleware/MW_HOME/OID/wlserver_10.3 syncProfileBootstrap -h aphost1.domain.com -port 7005 -D weblogic -profile ADtoOIDDEV -lp 5 syncProfileBootstrap -h aphost1.domain.com -port 7005 -D weblogic -profile ADtoOIDDEV -lp 5 [Weblogic user password] Connection parameters initialized. Connecting at aphost1.domain.com:7005, with userid "weblogic".. Connected successfully. The bootstrap operation completed, the operation results are: entries read in bootstrap operation: 104085 entries filtered in bootstrap operation: 0 entries ignored in bootstrap operation: 0 entries processed in bootstrap operation: 52041

© 2015 Vigilant Technologies

entries failed in bootstrap operation: 52044 [appoid@aphost1 bin]$ DIP Profile enable and schedule:

© 2015 Vigilant Technologies

top related