Saturday, October 17, 2015

Installing Oracle Identity Management Using Life Cycle Management Tool

In this lab we are going see the installation of Oracle Identity Management using the LCM tool.

Note: Here we are assuming that you have already installed the Life Cycle Management tool(LCM) and generated the response file for the same.

There are eight stages to deploy OIM. These stages must be run in the following order:

preverify
install
preconfigure
configure
configure-secondary
postconfigure
startup
validate
Please make a note that the installation of Identity Management will take around 2-3 hours of time.
Each new phase must run sequentially, that is, each stage must be completed before the next stage can begin. Failure of a stage will necessitate a cleanup and restore and restart from the beginning.

1) To start the preverify stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target preverify

2) Script should run successfully with output as shown in figure below.












3) To start the Install stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target install

4) Script should run successfully with output as shown in figure below










5) To start the preconfigure stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target preconfigure

6) Script should run successfully with output as shown in figure below











7) To start the configure stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target configure

8) Script should run successfully with output as shown in figure below











9) To start the configure-secondary stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target configure-secondary

10) Script should run successfully with output as shown in figure below












11) To start the postconfigure stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target postconfigure

12) Script should run successfully with output as shown in figure below











13) To start the startup stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target startup

14) Script should run successfully with output as shown in figure below















15) To start the validate stage of the OIM deployment, change to the following directory and start the script:
> cd /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin
>  ./runIAMDeployment.sh -responseFile /u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/provisioning/bin/provisioning.rsp -target validate

16) Script should run successfully with output as shown in figure below


No comments:

Post a Comment

Other Posts