- Install the Oracle database 11g.
- Run the RCU version 11.1.2.2 to create the schema in the database.
- Install Weblogic 10.3.6. Create a Middleware Home.
- Download the installation media for IAM 11.1.2.2 and unzip. Run runInstaller command to install the Oracle IAM home in the middleware.
- Run config.sh from
IAM_HOME
\common\bin\
to configure the OAM. - Run ./psa command to patch the OPSS schema from MW_Home/oracle_common/bin directory. Note: Only update OPSS schema. Do not select any other schema while running patch assistant.
- Configure the database security store by running the below command: <MW_HOME>/oracle_common/common/bin/wlst.sh <IAM_HOME>/common/tools/configureSecurityStore.py -d <MW_Home>/user_projects/domains/base_domain -c IAM -p welcome1 -m create
- Start the servers.
Application Module tuning is a critical setting which will affect the UI performance. Following are the recommended application module settings for OIM and these are already set out-of-box (OOB) in later releases of OIM 11g R2. Ensure that these settings are implemented as recommended in your environment. -Djbo.ampool.doampooling=true -Djbo.ampool.minavailablesize=1 -Djbo.ampool.maxavailablesize=120 -Djbo.recyclethreshold=60 - Djbo.ampool.timetolive=-1 -Djbo.load.components.lazily=true - Djbo.doconnectionpooling=true -Djbo.txn.disconnect_level=1 - Djbo.connectfailover=false -Djbo.max.cursors=5 - Doracle.jdbc.implicitStatementCacheSize=5 - Doracle.jdbc.maxCachedBufferSize=19 open DOMAIN_HOME/bin/setDomainEnv.sh file for the WebLogic Server instance.find these lines: JAVA_OPTIONS="${JAVA_OPTIONS}" export JAVA_OPTIONS and change it to: JAVA_OPTIONS="-Djbo.ampool.doampooling=true -Djbo.ampool.minavailablesize=1 -Djbo.ampool.maxavailablesize=120 -D...
Comments
Post a Comment