1. Install JDK/JRE
$ vi ~/.bash_profile Set JAVA_HOME as follows using syntax export JAVA_HOME=. If your path is set to /usr/java/jdk1.5.0_07/bin/java, set it as follows:
export JAVA_HOME=/usr/java/jdk1.5.0_07/bin/java
Set PATH as follows:
export PATH=$PATH:/usr/java/jdk1.5.0_07/bin
Then run
$ . ~/.bash_profile
=== Once you done above then your JAVA_HOME should looks like below ===
[oracle@oiam jdk1.7.0_60]$ echo $JAVA_HOME
/usr/java/jdk1.7.0_60/bin/java
[oracle@oiam jdk1.7.0_60]$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin:/sbin:/usr/sbin:/usr/java/jdk1.7.0_60/bin:/usr/java/jdk1.7.0_60/bin:/home/oracle/bin:/sbin:/usr/sbin:/usr/java/jdk1.7.0_60/bin:/home/oracle/bin:/sbin:/usr/sbin:/usr/java/jdk1.7.0_60/bin
[oracle@oiam jdk1.7.0_60]$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
[oracle@oiam jdk1.7.0_60]$
### Installing DB ###
1. Start your DB installation --- Come up doubt or Error please post here!!
2. Then Create and Configured
Oracle_Home should looks like -- > /database/product/11g/db_1/
Global id/SID ---> orcl
Password for SYS/SYSTEM --> remember your password
### WLS Install ###
WLSHome should set as /home/Middleware
### Start OAM Install ###
You might have downloaded below files!!
ofm_iam_generic_11.1.2.2.0_disk1_1of2.zip
ofm_iam_generic_11.1.2.2.0_disk1_2of2.zip
$unzip ofm_iam_generic_11.1.2.2.0_disk1_1of2.zip
$unzip ofm_iam_generic_11.1.2.2.0_disk1_2of2.zip
You could see 3 Disk then go to Disk1
$ ./runInstaller
It will ask for JDK/JRE location --- for e.g /usr/java/jdk1.7.0_60
You end up with like ...
nstall Software Only:
Location:
Middleware Home Location: /home/Middleware
Oracle Home Location: /home/Middleware/Oracle_IDM1
Application Server Type: WebLogic Server
Disk Space:
Oracle Home Size: 2367 MB
Available: 99828 MB
Applications:
Oracle Identity Manager Server
Oracle Identity Manager Design Console
Oracle Identity Manager Remote Manager
Oracle Access Manager
Oracle Identity Navigator
Oracle Adaptive Access Manager
Oracle Access Management Mobile and Social
Oracle Privileged Account Manager
Oracle Entitlement Server
### Configure weblogic domain ###
Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers (our case oam_server1). You deploy Web applications, EJBs, Web services, and other resources onto the Managed Servers and use the Administration Server for configuration and management purposes only.
/home/Middleware/wlserver_10.3/common/bin
$ ./config.sh
In generate domain we have multiple fusion middleware products. Please select Oracle Access Management - 11.1.2.0.0[Oracle_IDM1]
OAM domain name --- oam_domain
OAM Domain Location --- /home/Middleware/user_projects/domains
Configure JDBC component Schema
You should see there will two component schemas for e.g OAM Infrastructure and OPSS Schema.
While configuring, you need to give DB details for e.g DB service name and port.
SQL Test = select 1 from schema_version_registry where owner=(select user from dual) and mr_type='OAM'
Then create it.
OHS and Webgate configurations will be posting soon .... Thank you for patience!!
$ vi ~/.bash_profile Set JAVA_HOME as follows using syntax export JAVA_HOME=
No comments:
Post a Comment