Steps to set up 11gR2PS2 OIM Stack

all steps from Virtual box to IAM Configurations

STEPS:

1)INSTALL VM BOX

2)Install LINUX operation System(linux5 update6)

3)Set The Static IP

4)Install JAVA (jdk1.7.0_75)

5) Oracle Database 11.1.2.2.0  Installation

6) RCU 11.1.2.2.0 Installation

7) WebLogic 10.3.6 Installation

8) SOA 11.1.1.7.0 Installation

9) SOA Mandatory Patches for OIM 11g R2 PS2 (Patches comes with OIM installer Disk1)

10) IAM 11.1.2.2.0 Installation

11) Creating domain for IAM

12) Upgrading OPSS Schema using Patch Set Assistant

13) Creating Database Security Store

14) Configure OIM server

15) Configure design console

Assign the Password Policies to Organizations

Assign the Password Policies to Organizations

Importing the password policies into OIM does not automatically assign them to organizations.  This can be done using SQL, or it can be done manually in the Identity application.

Using SQL


update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'


Index of Commands

Index of Commands 
cat - display or concatenate files 
cd - change directory
chmod - change the permissions on a file or directory compress - compress a file 
cp - copy a file date - display the current date and time diff - display differences between text files echo - echo arguments to the standard output 
file - determine the type of a file 
find - find files of a specified name or type 
finger - display information about a user 
ftp - file transfer program 
grep - searches files for a specified string or expression 
kill - kill a process 
lpr - print out a file 
ls - list names of files in a directory 
man - display an on-line manual page 
mkdir - make a directory 
more - scan through a text file page by page 
mv - move or rename files or directories 
nice - change the priority at which a job is being run 
passwd - change your password 
ps - list processes 
pwd - display the name of your current directory 
quota - disk quota and usage rm - remove files or directories 
rmdir - remove a directory 
sort - sort and collate lines 
talk - talk to another user 
wc - display a count of lines, words and characters

Steps to deploy Java Code in OIM

Steps to deploy the code:

  • Shutdown the IDM services.
  • Compile the java code using jDeveloper/Eclipse.
  •  Navigate to path on server
  • app/oracle/product/middleware/WLS_OIM1/server/JavaTasks
  • Backup the older version of code in different location & replace the old jar with the new compiled jar.
  • Restart the IDM services.

Basic Perfomance Tuning For stuck threads and response times

Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...