Link for Oracle documentation for fusion middlware is as below:
http://docs.oracle.com/cd/E40329_01/index.htm
- Install the Oracle 11g Database.
- Download the RCU from download page link and unzip. Run rcu to create the schema for Oracle identity governance suite in database.Download link for the fusion middleware software list is http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/oid-11gr2-2104316.html
- Install the weblogic Middleware home.
- Download the IAM 11.1.2.2 suite installer from the download link and unzip it on the server.
- Run runInstaller command from <Unzipped_Location>/Disk1 to Install the IAM suite in the existing Middleware home.
- Download SOA server version 11.1.1.7 from download page and install the SOA server in the existing Middleware home.
- SOA server need to be patched before OIM is installed on the server. All the patches required are provided with the IAM 11.1.2.2 installer it self.It is kept under Disk1 directory named as OIM_11.1.2.2_SOAPS6_PREREQS.zip.
- Unzip it on a temp location and set the Oracle_Home as SOA home (<Middleware_home/Oracle_SOA1>).
- set Opatch in the path(<Middleware_home/oracle_common/OPatch>).
- Navigate to just above the SOAPATCH directory (Under which all other patches are kept) and run the command : opatch napply SOAPATCH -oh <SOA_ORACLE_HOME>
- There are other patches also which might be applied based on the requirement. Here is the link : http://docs.oracle.com/cd/E40329_01/relnotes.1112/e39887/install.htm#ASIRN4622
- Run the configuration for IAM by running config.sh from IAM_HOME/common/bin. select the products need to be configured.
- 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 Admin server and SOA managed server.
- Configure OIM server by running config.sh from <IAM_Home>/bin location. Provide the necessary details.
- Restart all the servers.
Comments
Post a Comment