Tuesday, 21 March 2017

Clone Process individually on Oracle E-Business Suite 12.2.4

Detail Clone for Technology Stack Only
  • Database tier
    Run this command to clone the database tier technology stack:
    $ perl adcfgclone.pl dbTechStack
  • Applications tier
    Run this command to clone the applications tier technology stack, namely the OracleAS 10.1.2 Oracle Cloning Procedures Home, Oracle Fusion Middleware (FMW) Home, Oracle WebLogic Server domain configuration, and Oracle HTTP Server configuration:
    $ perl adcfgclone.pl atTechStack
    Run this command to clone the OracleAS 10.1.2 Oracle Home only:
    $ perl adcfgclone.pl dev10gHome
    Run this command to clone the FMW Home binaries only:
    $ perl adcfgclone.pl fmwHome
    Run this command to clone the Oracle WebLogic Server domain configuration only:
    $ perl adcfgclone.pl wlsConfig
    Run this command to clone the Oracle HTTP Server configuration only: 
    $ perl adcfgclone.pl ohsConfig
Important Restrictions on Application Tier Cloning
  • The wlsConfig and ohsConfig cloning commands will work only if a context file is passed in as an argument. In other words, for the wlsConfig and ohsConfigcommands the context file will not be cloned.
  • The fmwHome cloning command should be performed before the wlsConfig command is performed.
  • The ohsConfig cloning command cannot be performed before the wlsConfig command is performed.
  • Even though the ohsConfig cloning command will work without WebLogic Admin Server running, it is advisable to ensure WebLogic Admin Server has been started before performing the ohsConfig cloning command.

7.2 Cloning the Database Only

Run the following command to re-create the control file and configure the database. This command will not reconfigure the database Oracle Home.
$ perl adcfgclone.pl database

7.3 Configuring the Database Only

Run the following command to clean the topology data model and nodes, as well as to reconfigure the Oracle E-Business Suite data for the new Target. Ensure that the database is running and open before executing this command.
$ perl adcfgclone.pl dbconfig

7.4 Cloning the APPL_TOP Only

Run the following command to only clone and configure the APPL_TOP only. This command will not clone or configure the applications tier technology stack.
$ perl adcfgclone.pl appltop

No comments:

Post a Comment

Note: only a member of this blog may post a comment.