Total Pageviews

Monday, August 11, 2014

installing oam 11gR2 with webgate 11g short steps


here is the short list of installing OAM 11gR.
 Database and Weblogic are not dependent at each other. they can be installed parallel. if you don't Configure Policy Store you will not be able to see OAM Policy domain at console.


1) Install Database
2) Install RCU
3) Install JROCKIT
4) Install Weblogic
5) Install OAM
6) Create Policy Store Tables
    i. in order to do that you need to be at $wl_HOME/server/lib
    ii. connect and run following commands.
       SQL> connect DEV_OPSS/password
       Connected.
       SQL> !ls rdbms*
       SQL> @rdbms_security_store_oracle.sql

7) Create the domain with RDBMS Security Store set to the DEV_OPSS schema
8) Configure the Policy Store = IT IS A MUST TO CONFIGIRE POLICY STORE BEFORE STARTING ADMIN SERVER

run following command.

         $MW_HOME/oracle_common/common/bin/wlst.sh ./configureSecurityStore.py  -d $MW_HOME/user_projects/domains/dev_domain -c IAM -p password -m create

9) Start the Admin Server
10) Start the OAM Server
12) Install the Oracle HTTP Server
13 )install Webgate 11g
14) Deploy the Webgate 11g

No comments:

Post a Comment