http://www.oracleidentity.com/OracleIdentity11gR2PS2-Install.htm
Oracle Identity Management 11gR2 PS2 11.1.2.2.0 Installation Tutorial
As demonstrated in this video tutorial the installation has been significantly improved and simplified compared to previous releases. Oracle has recently made available 11.1.2.2.0 the next major release of the Identity Access Management suite. For a list of new features in this release I have created a separate article Oracle Identity Manager 11.1.2.2.0 New Features.
If you are an Oracle Identity professional please select Contact Us for access to more training materials, Oracle Identity library and our open projects database
The following are the details related to the installation video.
by Gregory Howe (1/28/2014)
Environment
- Oracle Linux 5.8 64bit (all patches applied through 1/28/2014)
- Oracle Database 11gR2 11.2.0.3.0
- Java 1.7.0_07
Oracle Links
- Oracle Identity Manager 11.1.2.2.0
- Soa Suite 11.1.1.7.0
- Oracle WebLogic Server 10.3.6 (Previous Release)
- Oracle Database 11gR2 11.2.0.3.0
- Oracle Database Patch
- Oracle Identity Installation Guide
Installation commands used in the video
Database configuration:
- sqlplus / as sysdba
- SQL> alter system set processes=500 scope=spfile;
- SQL> alter system set sessions=500 scope=spfile;
- SQL> alter system set open_cursors=1000 scope=spfile;
- exit;
- dbshut $ORACLE_HOME
- export PATH=$PATH:$ORACLE_HOME/OPatch
- unzip p14019600_112030_Linux-x86-64.zip
- cd /share/OracleDownloads/OIM-PS2/14019600
- opatch apply
- dbstart $ORACLE_HOME
Repository Creation:
- unzip ofm_rcu_linux_11.1.2.2.0_64_disk1_1of1.zip
- cd rcuHome/bin
- ./rcu
Weblogic Install:
- java -jar wls1036_generic.jar
Weblogic Install:
- java -jar wls1036_generic.jar
Soa 11.1.1.7.0 Install:
- unzip V37380-01_1of2.zip
- unzip V37380-01_2of2.zip
- cd Disk1
- ./runInstaller -jreLoc /usr/java/jdk1.7.0_07
SOA Patch & Oracle IdM 11.1.2.2.0 Install:
- unzip ofm_iam_generic_11.1.2.2.0_disk1_1of2.zip
- unzip ofm_iam_generic_11.1.2.2.0_disk1_1of2.zip
- unzip OIM_11.1.2.2_SOAPS6_PREREQS.zip
- cd SOAPATCH
- export PATH=$PATH:/apps/Oracle/Middleware/Oracle_SOA1/OPatch
- opatch napply SOAPATCH -oh /apps/Oracle/Middleware/Oracle_SOA1 -jdk /usr/java/jdk1.7.0_07
- cd ..
- ./runInstaller -jreLoc /usr/java/jdk1.7.0_07
SOA config:
- cd /apps/Oracle/Middleware/Oracle_IDM1/common/bin
- ./config.sh
OPSS Update:
- cd /apps/Oracle/Middleware/oracle_common/bin
- ./psa
Create Security Store:
- cd /apps/Oracle/Middleware/oracle_common/common/bin
- ./wlst.sh /apps/Oracle/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py -d /apps/Oracle/Middleware/user_projects/domains/base_domain -c IAM -p G00dfriday -m create
Oracle Identity 11.1.2.2.0 config:
- /apps/Oracle/Middleware/user_projects/domains/base_domain/startWebLogic.sh
- cd /apps/Oracle/Middleware/oracle_common/common/bin
- ./setNMProps.sh
- /apps/Oracle/Middleware/wlserver_10.3/server/bin/startNodeManager.sh
- oim.localdomain:7001/console (Start SOA_server1)
- cd /apps/Oracle/Middleware/Oracle_IDM1/bin
- ./config.sh
- oim.localdomain:7001/console (Start OIM_server1, OAAM_Admin_server1 and OAAM_Server_server1)