And again Welcome to my 'secure' world. I wish that most of you will be using IDCS(Identity Cloud Service) instead of access manager on-prem.
Lets start a quick installation guide for Oracle Access Manager (OAM)
Step 1: Download Files
links :
http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/oid-11gr2-2104316.html
http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
Step 2: Install WLS
java -jar wls1036_generic.jar
Step 3: Install OAM
cd /app/inst/Disk1/install/linux64 (Go to files path)
./runInstaller -jreLoc /app/u01/jdk1.6.0_33/jre
Step 4: Run RCU
cd /rcuHome/bin (Go to rcuHome)
./rcu
Check versions
SQL>SELECT OWNER, VERSION, STATUS FROM SCHEMA_VERSION_REGISTRY where owner like OAMPS3%';
OAMPS3_BIPLATFORM 11.1.1.9.0 VALID OAMPS3_IAU 11.1.1.9.0 VALID OAMPS3_MDS 11.1.1.9.0 VALID OAMPS3_OAM 11.1.2.3.0 VALID OAMPS3_OPSS 11.1.1.9.0 VALID OAMPS3_ORASDPM 11.1.1.9.0 VALID OAMPS3_SOAINFRA 11.1.1.9.0 VALID
Step 5: Create WLS Domain
cd /app/u01/middleware/Oracle_IDM1/common/bin/
./config.sh
Step 6: Configure OPSS
cd /app/u06/middleware/oracle_common/common/bin/
./wlst.sh /app/u06/middleware/Oracle_IDM1/common/tools/configureSecurityStore.py -d /app/u01/middleware/user_projects/domains/oam_domain/ -c IAM -p-m create
Step 7: Start Admin and Managed Servers
cd /app/u01/middleware/user_projects/domains/oam_domain/bin/
nohup ./startWeblogic.sh &
create boot.properties for managed server1
nohup ./startManagedWeblogic.sh oam_server1 &
Acces WLS console at http://localhost:7001/console
Acces OAM console at http://localhost:7001/oamconsole