昨天完成了整个OIM的学习,并在自己的虚拟机完成的该产品的安装测试,考虑到OIM安装步骤太长,FQ从国外摘自了一篇,环境linux,整个部署过程与windows无异 。
如下是完全安装过程:
1.Download the installer using below link:
http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/oid-11gr2-2104316.html
- Make sure your operating system, DB , JDK ( Above jdk1.8.0_131) are present as per the OIM 12c Certification matrix:
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
http://www.oracle.com/technetwork/middleware/fmw-122130-certmatrix-3867828.xlsx
- This quick installation installs Weblogic, OIM , SOA at once. You don’t need to install them separately. Unzip the downloaded installer zip , you can find below mentioned jars:
- fmw_12.2.1.3.0_idmquickstart.jar
- fmw_12.2.1.3.0_idmquickstart2.jar
Install Oracle Fusion Middleware Infrastructure, Oracle SOA Suite, and Oracle Identity Governance 12.2.1.3.0 using the quick installer
Run the command : java -jar fmw_12.2.1.3.0_idmquickstart.jar
Click on Next:
Select skip auto update and click on Next
Enter Oracle Home Path and click on Next:
Click on Skip:
Click on Install:
Click on Next:
Click on Finish:
Running RCU :
The RCU utility is located at the below path:
/app/Middleware/Oracle_Home/oracle_common/bin
./rcu
At Step 1, click on Next :
Click on Next,
Enter the DB Credentials and login as SYS AS SYSDBA and click on Next:
Click on OK
Enter the Prefix name as ‘DEV’ and click on Next
Click on Next:
Weblogic Domain Configuration:
Navigate to the below path and run and the config.sh
Cd /oracle/Middleware/Oracle_Home/oracle_common/common/bin
./config.sh
Click on Next:
Click on Next:
Click on Next:
Click on Next:
Click on Next:
Click on Next:
Click on Next:
Select
Click on Finish:
Post Config Steps
After configuring the Oracle Identity Governance domain, run the offlineConfigManager script to perform post configuration tasks.
Ensure that you run this command before you start any server. To run the offlineConfigManager command, do the following:
- 1 Set the following environment variables to the right values:
• DOMAIN_HOME , • JAVA_HOME
2. Ensure that you have execute permissions for the file OIM_HOME/server/bin/offlineConfigManager.sh.
3. Run the following command from the location OIM_HOME/server/bin/:
On Unix: ./offlineConfigManager.sh
Start the servers:
Weblogic:
./startWeblogic.sh
Start SOA and OIM:
Run Deign Console:
以上,OIM 安装完成 , 如有不了解之处可以与蚕豆哥沟通联系。