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
$ perl adcfgclone.pl dev10gHome
$ perl adcfgclone.pl fmwHome
$ perl adcfgclone.pl wlsConfig
$ perl adcfgclone.pl ohsConfig
Important Restrictions on Application Tier Cloning
- The
wlsConfig
andohsConfig
cloning commands will work only if a context file is passed in as an argument. In other words, for thewlsConfig
andohsConfig
commands the context file will not be cloned. - The
fmwHome
cloning command should be performed before thewlsConfig
command is performed. - The
ohsConfig
cloning command cannot be performed before thewlsConfig
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 theohsConfig
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