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:Run this command to clone the OracleAS 10.1.2 Oracle Home only:$ perl adcfgclone.pl atTechStackRun this command to clone the FMW Home binaries only:$ perl adcfgclone.pl dev10gHomeRun this command to clone the Oracle WebLogic Server domain configuration only:$ perl adcfgclone.pl fmwHomeRun this command to clone the Oracle HTTP Server configuration only:$ perl adcfgclone.pl wlsConfig$ perl adcfgclone.pl ohsConfig
Important Restrictions on Application Tier Cloning
- The
wlsConfigandohsConfigcloning commands will work only if a context file is passed in as an argument. In other words, for thewlsConfigandohsConfigcommands the context file will not be cloned. - The
fmwHomecloning command should be performed before thewlsConfigcommand is performed. - The
ohsConfigcloning command cannot be performed before thewlsConfigcommand is performed. - Even though the
ohsConfigcloning command will work without WebLogic Admin Server running, it is advisable to ensure WebLogic Admin Server has been started before performing theohsConfigcloning 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 database7.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 dbconfig7.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