Cloning Oracle Applications Release 12 With Rapid Clone
Cloning Oracle Applications Release 12 With Rapid Clone
Cloning Oracle Applications Release 12 With Rapid Clone
Section 1: Prerequisite Tasks Section 2: Cloning Tasks Section 3: Finishing Tasks Section 4: Advanced Cloning Options
Terminology Cloning is the process used to create a copy of an existing Oracle Applications system. There are various scenarios for cloning an Oracle Applications system, including:
Standard cloning - Making a copy of an existing Oracle Applications system, for example a copy of a production system to test updates. System scale-up - Adding new machines to an Oracle Applications system to provide the capacity for processing an increased workload. System transformations - Altering system data or file systems, including actions such as platform migration, data scrambling, and provisioning of high availability architectures. Patching and upgrading - Delivering new versions of Applications components, and providing a mechanism for creating rolling environments to minimize downtime.
An important principle in Oracle Applications cloning is that the system is cloned, rather than the topology. Producing an exact copy of the patch level and data is much more important than creating an exact copy of the topology, as a cloned system must be able to provide the same output to the end user as the source system. However, while a cloned system need not have the full topology of its source, it must have available to it all the topology components that are available to the source. Note: The Cloning methodology posted on this document requires full Autoconfig compliance. Conventions used in this document include the following: Term or Usage Source system Target system Meaning or Action Oracle Applications system being cloned. Oracle Applications system being created as a copy of the source. User that owns the application tier file system (APPL_TOP and application APPLMGR tier technology stack). User that owns the database tier file system (RDBMS ORACLE_HOME ORACLE and database files). The CONTEXT_NAME variable refers to the name of the Applications CONTEXT_NAME context file. By default, CONTEXT_NAME is [SID]_[HOSTNAME]. Monospace Text Represents command line text. Type this command exactly as shown. Text enclosed in brackets represents a variable. Substitute a value for the [] variable text. Do not type the brackets.
2. Verify source and target system software components and versions In addition to the Oracle Applications software requirements (see Oracle Applications Installation Guide: Using Rapid Install), the following software component versions
must exist on the source or target nodes as applicable. The 'Location' column indicates the node where the software component must reside. Table 1: Software Requirements Software Minimum Required Component Version Location 2.3 All source Zip (or system higher) nodes 5.52 All source Unzip (or system higher) nodes Operating system utilities All target system nodes All target system nodes Comments Download from InfoZip. Zip must be in your $PATH. If using files bigger than 2Gb, you should use InfoZip ZIP 3.0 or higher. Download from InfoZip. Unzip must be in your $PATH. If using files bigger than 2Gb, you should use InfoZip UNZIP 5.52 or higher. The required operating system utilities for your platform must be in your $PATH when running adcfgclone.pl. For example, make, ld, and ar on UNIX. Refer to Oracle Applications Installation Guide: Using Rapid Install (see Footnote 1) Use the Perl shipped with OracleAS 10.1.3 and Database 10g, or download it from Perl.com. Perl must be in your $PATH, and $PERL5LIB must be set correctly before cloning.
N/A
Perl
5.x
Footnote 1 This is the Release 12.1.1 version; versions for earlier releases are also available from the Oracle E-Business Suite Online Documentation Library 3. Apply the latest AD patch Refer to My Oracle Support to obtain the latest AD patch. At the time of writing this note, the following patches were available: For Release 12.0: Apply patches as listed in Table 2.a. Table 2.a: Release 12.0 AD patches Patch 6510214 R12.AD.A.DELTA.4 Description
4. Apply the latest AutoConfig template patch Update the Oracle Applications file system with the latest AutoConfig template files by applying the TXK AutoConfig Template Rollup patch to all application tier server nodes. Refer to My Oracle Support Knowledge Document 387859.1 for details of the latest AutoConfig Template Rollup patch. 5. Apply the latest Rapid Clone patches Update the Oracle Applications file system with the latest Rapid Clone files by applying the following patches to all Applications nodes.
o
For Release 12.0: Apply patches as listed in Table 3.a. Table 3.a: Release 12.0 Rapid Clone patches Patch 5484000 9171651:R12.OAM.A 9833058:R12.OAM.A
Description Oracle E-Business Suite 12.0.2 Release Update Pack (RUP2) or higher 12.0 RAPIDCLONE CONSOLIDATED FIXES JUL/2010 HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MAN
For Release 12.1: Apply patches as listed in Table 3.b. Table 3.b: Release 12.1 Rapid Clone patches Patch 9171651:R12.OAM.B 9833058:R12.OAM.B 12404574:R12.OAM.B 12598630:R12.OAM.B
Description 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010 HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY M ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
Description Required for Microsoft Windows if using OracleAS 10.1.3.4. This patch must be re-app 8246709 OracleAS 10.1.3.4 ORACLE_HOME before every cloning operation.
Warning: Failing to use the latest code may jeopardize the success of the clone. If new Rapid Clone or AutoConfig updates are applied to the system, steps 6, 7, and 8 below must be executed again in order to apply the new files to the database node.
6. Run AutoConfig on the application tiers Follow the steps under section " Run AutoConfig on the Application Tiers " in My Oracle Support Knowledge Document 387859.1 to run AutoConfig on all application tier nodes. 7. Synchronize appsutil on the database tier nodes Follow the steps under section "Copy AutoConfig to the RDBMS ORACLE_HOME" in My Oracle Support Knowledge Document 387859.1 to copy AutoConfig and Rapid Clone files to each database node via the admkappsutil.pl utility. 8. Run AutoConfig on the database tier Follow the steps under section "Run AutoConfig on the Database Tier" in My Oracle Support Knowledge Document 387859.1 to run AutoConfig on the database tier nodes. 9. Maintain Snapshot Information Log in to each application tier node as the APPLMGR user, and run "Maintain Snapshot Information" in AD Administration. To update the snapshot, please select the following options "Update Current View Snapshot" and "Update Complete APPL_TOP". Note: If a snapshot was never created for that APPL_TOP, you will need to create a new one before proceeding with the clone. Refer to Oracle Applications Maintenance Utilities for more information (this is the Release 12.1 version; versions for earlier releases are also available from the Oracle E-Business Suite Online Documentation Library).
The cloning process consists of three phases, each of which is made up of several logical sections and their steps. 1. Prepare the source system Execute the following commands to prepare the source system for cloning: a. 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
b. 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 [INST_TOP]/admin/scripts $ perl adpreclone.pl appsTier
Note: If new Rapid Clone or AutoConfig updates are applied to the system, adpreclone.pl must be executed again on the dbTier and on the appsTier in order to apply the new files into the clone directory structures that will be used during the cloning configuration stage.
2. Copy the source system to the target system Copy the application tier file system from the source Applications system to the target node by executing the following steps in the order listed. Ensure the application tier files copied to the target system are owned by the target APPLMGR user, and that the database node files are owned by the target ORACLE user. Note: In the copying tasks below, UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when copying. On most UNIX platforms, this can be accomplished with the cp -RH command. Consult the UNIX man page for the cp command to check the parameters available on your platform. For example: cd /target_dest_dir/db cp -RH /source_dir/db/* Alternatively, the tar command can be used to compress the directories into a temporary staging area. UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when compressing. On most UNIX platforms, this is the default behavior of tar command. Consult the UNIX man page for the tar command to check the parameters available on your platform
Additionally, verify the permissions of the executables under ORACLE_HOME/bin that can potentially be owned by root (i.e. nmo, nmhs, nmb, etc).
a. Copy the application tier file system Log on to the source system application tier nodes as the APPLMGR user and shut down the application tier server processes. Copy the following application tier directories from the source node to the target application tier node:
[APPL_TOP] [COMMON_TOP] Applications Technology Stack: [OracleAS Tools ORACLE_HOME] [OracleAS Web IAS_ORACLE_HOME]
b. Copy the database node file system Log on to the source system database node as the ORACLE user, and then: 1. 2. 3. 4. Perform a normal shutdown of the source system database Copy the database (.dbf) files from the source system to the target system Copy the source database ORACLE_HOME to the target system Start the source Applications system database and application tier processes
3. Configure the target system Run the following commands to configure the target system. You will be prompted for specific target system values such as SID, paths, and ports. a. Configure the target system database server Log on to the target system as the ORACLE user and enter the following commands:
$ cd [RDBMS ORACLE_HOME]/appsutil/clone/bin $ perl adcfgclone.pl dbTier
b. Configure the target system application tier server nodes Log on to the target system as the APPLMGR user and enter the following commands:
$ cd [COMMON_TOP]/clone/bin $ perl adcfgclone.pl appsTier
4. Note: If you are cloning between different versions of the Operating System (e.g. Linux 5 to Linux 4) it is recommended that you relink the AD_TOP product binaries using [adrelinknew "ad all"] followed by APPL_TOP executables with adadmin.
FND_CONCURRENT_REQUESTS
LOGFILE_NAME
FND_CONCURRENT_REQUESTS
OUTFILE_NAME
name. Update with the correct path to the logfile directory. Update with the new directory path on the target system.
4. Verify the APPLCSF variable setting Source the APPS environment and review that the variable APPLCSF (identifying the top-level directory for concurrent manager log and output files) points to a suitable directory. To modify it, change the value of the s_applcsf variable in the context file and then run AutoConfig. 5. Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERS If the target system is in a different domain name than the source system and SESSION_COOKIE_DOMAIN was not null in the source system, update that value to reflect the new domain name. 6. Re-Implement SSL and SSO configuration If the Source System was SSL or SSO enabled, and the Target is wished to be SSL or SSO enabled, then reconfigure the Target by following the SSL/SSO documentation. Otherwise, if the Target is wished to be non-SSL or non-SSO, then follow the same SSL/SSO documentation to undo the SSL/SSO setup.
a. If the application tier file system if the APPL_TOP, COMMON_TOP, or technology stack needs to be refreshed, copy the portion of the application tier file system that has been updated b. If the RDBMS ORACLE_HOME or the database needs to be refreshed, copy the database node file system. If refreshing the database, the ORACLE_HOME should be refreshed at the same time. 3. Configure the target system. Specify the existing target system context file when running adcfgclone.pl commands. a. Configure the target system database server by logging on to the target system as the ORACLE user and entering the following commands to configure and start the database:
$cd [RDBMS ORACLE_HOME]/appsutil/clone/bin perl adcfgclone.pl dbTier [Database target context file] Where Database target context file is [RDBMS ORACLE_HOME]/appsutil/[Target CONTEXT_NAME].xml
b. Configure the target system application tier server nodes by logging on to the target system as the APPLMGR user and entering the following commands:
$ cd [COMMON_TOP]/clone/bin $ perl adcfgclone.pl appsTier [APPL_TOP target context file] Where APPL_TOP target context file is [INST_TOP]/appl/admin/[Target CONTEXT_NAME].xml
Prepare, copy and configure the cloned Applications system. When creating more than one application tier node on the target system, follow these steps: 1. Perform a full clone (Prepare, copy and configure steps) of the database node and primary application tier node. 2. To add shared application tier nodes on the target system, follow the instructions in My Oracle Support Knowledge Document 384248.1, Section 4: Adding a node to a Shared Application Tier File System. 3. To add non-shared application tier nodes, execute the copy and configure steps as on the primary node. 4. Specify the services to start on each target Applications tier node when responding to the prompts during the configuration step. 3. Perform the required finishing tasks
Note: After adding new nodes, refer to My Oracle Support Knowledge Document 380489.1 for details of how to set up load balancing. Note: If SQL*Net Access security is enabled in the existing system, you first need to authorize the new node to access the database through SQL*Net. See the Oracle Applications Manager on line help for instructions on how to accomplish this.
From Release 12, Rapid Clone is no longer used to migrate a database tier to Oracle RAC. Refer to My Oracle Support Knowledge Document 388577.1 for instructions on how to perform this task.
3. Create the target database control files manually In this step, you copy and recreate the database using your preferred method, such as RMAN restore, Flash Copy, Snap View, or Mirror View. 4. Start the target database in open mode 5. Run the library update script against the database
$ cd [RDBMS ORACLE_HOME]/appsutil/install/[CONTEXT NAME] $ sqlplus "/ as sysdba" @adupdlib.sql [libext] Where [libext] should be set to 'sl' for HP-UX, 'so' for any other UNIX platform, or 'dll' for Windows.
6. Configure the target database The database must be running and open before performing this step.
$ cd [RDBMS ORACLE_HOME]/appsutil/clone/bin $ perl adcfgclone.pl dbconfig [Database target context file] Where Database target context file is: [RDBMS ORACLE_HOME]/appsutil/[Target CONTEXT_NAME].xml.
Note: The dbconfig option will configure the database with the required settings for the new target, but it will not recreate the control files.
Change Log
Date Nov 17, 2011
Description Removed duplicated patch. Added Patch 12598630:R12.OAM.B. Added relink recommendation when cloning between slightly different OS versions. Further clarified SSL/SSO considerations in Section 3, Step 6. Further clarified tar considerations in Section 2, Step 2. Added one-off Patch 12404574:R12.OAM.B. Added a note for Autoconfig requirement. Added note for patch reinforcement. Corrected URLs for updates.oracle.com Added Patch 9833058 for 12.0 and 12.1 on Section 1, Step 5 Clarified AD Patches for 12.0 and 12.1 Replaced RC Consolidated patch with 9171651 Added Patch 9462233 for 12.0 and 12.1 on Section 1, Step 5 Addressed general formatting issues Added clarifications for versions of ZIP and UNZIP in Section 1 Added additional step for SSL/SSO in Section 3 Replaced Rapid Clone Consolidated Patch with 8360494 (JAN/2010) Removed other patches since they are now included in 8360494 Restructured document. Moved Appendix A into the Advanced Cloning Options and added some more details. Replaced Rapid Clone Consolidated Patch with 7164226 (May 2009). Corrected hyperlink in Section 4, Step 3. Added Reference to Patch 8246709 for OracleAS 10.1.3.4 Oracle Home.
May 16, 2011 Apr 29, 2011 Mar 30, 2011 Jan 03, 2011 Dec 29, 2010 Sep 24, 2010 Apr 24, 2010
Jun 24, 2009 Jun 23, 2009 May 08, 2009 Apr 09, 2009 Mar 13, 2009
Mar 02, 2009 Feb 16, 2009 Feb 13, 2009 Jan 22, 2009 Aug 07, 2008
Added Reference to Note 783188.1. Added Clarification for MS Windows (32-bit) on Patch 8221919. Added Patch 8221919 on Section 1, Step 5. Added Patch 7699109 on Section 1, Step 5. Added Clarification for RUP2 or higher. Replaced Rapid Clone Consolidated Patch with 6776948 (Jul 2008). Removed Patch 6854328 since its included on 6776948 (Jul 2008). Removed Rapid Clone restriction for RAC-enabled Systems in Section 4, Steps 4 and 5. Added reference to Document 559518.1 for RAC cloning instructions. Added tracking bug number 7276544 to add a node on an existing RAC system without cloning. Added tracking bug number 7275583 to add a node while cloning a RAC system. Added Unzip 5.52 to Section 1, Step 2. Included Patch 6854328 for Windows 64-bit in Section 5, Step 5. Fixed post patch steps on note box. Adjusted heading format in Section 2, Step 2. Added AD.A.DELTA.4 and latest Rapid Clone consolidated patch. Minor layout changes. Added requirement to apply the latest AD Patch. Added clarification to backup the context file when refreshing a target system on 4.1. Included step to verify OS requirements. Modified cp command usage. Included Windows Itanium patch. Removed Windows desupport notice. Added Warning to re-run post-clone steps after patching the system. Included clarification on how to use cp command to preserve symbolic
Dec 17, 2007 Dec 07, 2007 Jul 30, 2007 Jun 25, 2007
links. May 18, 2007 May 10, 2007 Feb 23, 2007 Feb 22, 2007 Jan 24, 2007
Removed reference to HP OpenVMS Alpha since this is not a certified or supported platform for any tier with Release 12. Corrected link to Oracle Applications Maintenance Utilities on Section 1, Step 7. Added reference to Note 380489.1 for Load Balancing. Added note that using Rapid Clone on Windows is not currently supported. Created initial document.
My Oracle Support Knowledge Document 406982.1 by Oracle E-Business Suite Development Copyright 2007, 2009, 2010, 2011 Oracle and/or its affiliates. All rights reserved.
Related
Products
Oracle E-Business Suite > Applications Technology > Lifecycle Management > Oracle Applications Manager
Keywords $PERL5LIB; ADADDNODE.PL; ADCFGCLONE.PL; ADMKAPPSUTIL.PL; ADPRECLONE.PL; APPL_TOP; AUTOCONFIG; CLONE; CONTEXT; E-BUSINESS; LIBRARY; LOGFILE; MIGRATION; PERMISSION; R12.1; SOURCE; UNZIP Errors ORA-201