Monday, October 13, 2008

Oracle 11i Cloning pre and post Steps(Basic)

+++++++++++
+PRE CLONE+
+++++++++++


1.Backup Configuration Files (On Target)
----------------------------------------

A) DB Tier(RDBMS HOME) (On Target)
===============================
Take backup of 1) $ORACLE_HOME/*.env (All env files)
2) $ORACLE_HOME/dbs (Full Folder)
3) $ORACLE_HOME/appsutil/.xml
4) $TNS_ADMIN/*.ora (Full *.ora files)


B) APPS Tier(APPLICATION) - CONC/ADMIN (On Target)
===============================================
Take backup of 1)$APPL_TOP/*.env (Includes env and custom.env files as well)
2)$APPL_TOP/admin/*.* (All files under this folder)
3)$OA_HTML/bin/*.* (All files under this folder)
4)$FND_TOP/secure (All folders under this folder)
5)$FND_TOP/resource (Alls files under this folder)
6)$806_ORACLE_HOME/network/admin/$CONTEXT_NAME/*.ora
7)$806_ORACLE_HOME/*.env (All Files)
8)$IAS_ORACLE_HOME/*.env (All Files)
9)$IAS_ORACLE_HOME/network/admin/$CONTEXT_NAME/*.ora


C) APPS Tier(APPLICATION) - WEB/FORMS (On Target)
==============================================
Take backup of 1)$APPL_TOP/*.env (Includes env and custom.env files as well)
2)$APPL_TOP/admin/*.* (All files under this folder)
3)$OA_HTML/bin/*.* (All files under this folder)
4)$FND_TOP/secure (All folders under this folder)
5)$FND_TOP/resource (Alls files under this folder)
6)$806_ORACLE_HOME/network/admin/$CONTEXT_NAME/*.ora
7)$806_ORACLE_HOME/*.env (All Files)
8)$IAS_ORACLE_HOME/*.env (All Files)
9)$IAS_ORACLE_HOME/network/admin/$CONTEXT_NAME/*.ora
10)$IAS_ORACLE_HOME/Apace (Full folder)




At APPS TIER (On Source)
========================

Run adpreclone.pl

Please set PATH to perl/bin and PERL5LIB before starting

#perl adpreclone.pl appsTier (On both web/Conc Tiers)

#perl adpreclone.pl dbTier (On RDBMS HOME)


++++++++++++
+POST CLONE+
++++++++++++

a) Cold backup Stuff
---------------------------------------------
$perl ./adcfgclone.pl dbTier db_tier_context.xml
---------------------------------------------




---------------------------------------------------
$perl ./adcfgclone.pl appsTier apps_tier_context.xml
$perl ./adcfgclone.pl appsTier apps_tier_context.xml
---------------------------------------------------


1)UTL_FILE DIRECTORY
2)APPLTMP and APPLPTMP
3)AOLJTEST
4)MENU TREE VIEW BAR
5)Active Users Conc. Req.
6)Temp Tablespace
7)Custom TOPs
8)OAM Login Checks
9)Normal Login Checks
10)Conc. Req. Schedule (If any)
11)TNS_ENTRY (RDBMS_HOME)
12)Passwords (apps,sysadmin,system,sys,dbsnmp)
13)Sof Links (6iserver,jdk and etc...)
14)DB Links
15)Online Help
16)Servlets Check
17):8000/pls/DEV (FND Web Ping)
18)X-server accessibilty

19)EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
Run AutoConfig

1 comment:

Libby said...

I don't understand the steps that you have posted above as I find them incomplete. There is no proper deatils being provided with each steps so it is bit confusing to understand how to execute each of them. Please explain little more to how to take back up of each file.
sap upgrade ecc 6.0