11i Cloning
Prerequisites STEP :1 Oracle Universal Installer 2.2.0.19 Perl 5.005 JRE 1.1.8 JRE 1.3.1 JDK 1.3.1 Zip 2.3 OS utilities OS utilities (see 11i Install Manual) must be in the the PATH when running adcfgclone.pl (Unix: make,ld,cc,ar - Windows: gnumake,link,cc,cmd)
STEP: 2 Apply the Rapid Clone patch 3453499 in the Application Tier Administration node (as the APPLMGR user): o Log in to the APPL_TOP environment (source the environment file) o Create appsutil.zip file perl AD_TOP/bin/admkappsutil.pl o This will create appsutil.zip in $APPL_TOP/admin/out
* On the Database Tier (as the ORACLE user):
o Copy or FTP the appsutil.zip file to the o cd RDBMS ORACLE_HOME unzip -o appsutil.zip
STEP :3 Clone Oracle Applications 11i
Prepare the source system database tier for cloning Log on to the source system as the ORACLE user and run the following commands: cd RDBMS ORACLE_HOME/appsutil/scripts/CONTEXT_NAME perl adpreclone.pl dbTier
Prepare the source system application tier for cloning Log on to the source system as the APPLMGR user and run the following commands on each node that contains an APPL_TOP: cd COMMON_TOP/admin/scripts/CONTEXT_NAME perl adpreclone.pl appsTier
STEP :4 Copy the Source System to the Target System Copy the application tier file system
APPL_TOP OA_HTML OA_JAVA OA_JRE_TOP COMMON_TOP>/util COMMON_TOP>/clone COMMON_TOP>/_pages (when this directory exists) 806 ORACLE_HOME iAS ORACLE_HOME
Copy the database tier file system
# Copy the database (DBF) files from the source to the target system # Copy the source database ORACLE_HOME to the target system
STEP : 5 Configure the Target System
Configure the target system database server Log on to the target system as the ORACLE user and type the following commands to configure and start the database: cd RDBMS ORACLE_HOME/appsutil/clone/bin perl adcfgclone.pl dbTier
Configure the target system application tier server nodes Log on to the target system as the APPLMGR user and type the following commands: cd COMMON_TOP/clone/bin perl adcfgclone.pl appsTier
STEP :6 Finishing Task 1. Update profile options 2. Update printer settings (If printers are not configured or you don't want to use printer you can skip this step) 3. Update workflow configuration settings (Important)
For detailed steps check Metalink Note # 230672.1
Happy Learning --Sreene Oracle Apps DBALabels: Clone Apps 11i Instance |
Look for One click clone solutions by Damir Vadas (google it)
It is fully free and automatic. Tested on 11.5.10.2.
Tresholds: 300GB DBA 150 GB Apps, 3,1 hours total on new node(separate APPS and DB tier)
;-)
Dv