DevTech101

DevTech101

ldap

Installing Configuring OUD, ODSM and Oracle DIP

Contents 1 How to Install Oracle Unified directory(OUD), ODSM and DIP 1.1 Install OUD directory 1.2 Install weblogic server 1.3 Install Oracle ADF 11.1.1.6 1.4 Oracle DIP Installation 1.5 Configuring weblogic 1.5.1 Configure environment variables 1.6 Complete the weblogic configure script 1.7 Start weblogic in this order 1.7.1 Before starting weblogic 1.7.2 To start weblogic …

Installing Configuring OUD, ODSM and Oracle DIP Read More »

Oracle Unified Directory(OUD) Installation And Configuration

Contents 1 Installing and configuring OUD Directory 1.1 Setup OUD user/group account 1.1.1 Modify /etc/hosts 1.1.2 Create ZFS file systems 1.1.3 Configure proper owner 1.1.4 Install needed packages 1.1.5 Configure passwords 1.1.6 OS Tuning 1.1.7 Copy and extract files 1.2 Install OUD Directory 1.2.1 Options at installtion 1.3 Before configuring / create certificate 1.3.1 Generate …

Oracle Unified Directory(OUD) Installation And Configuration Read More »

Resetting Identity Sync IMQ DataBase

If an Active Directory server was add/replaced with a new one (with the same name), the usnNumber (AD replication tracking) numbers will be reset and ID sync will report changes out of sync

Oracle ODSEE perl Ldap logparser

Perl Script to parse ODSEE ldap logs. #!/usr/bin/perl use Tie::IxHash; tie %db, Tie::IxHash; ($file) = @ARGV if @ARGV; $file = ‘access’ unless -f $file; open(IN, “$file”) or die; while () { ## for raw ldap log # [20/Nov/2007:20:55:43 -0500] conn=251299755 op=491 msgId=571 – RESULT err=0 tag=101 nentries=967 etime=0 notes=U #if (/conn=(\d+).*?notes=U/) { $db{“$1”} ++; } …

Oracle ODSEE perl Ldap logparser Read More »