Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Regarding Oracle EBS 12.1.3 Clone Multi Tier to Single Tier
Hi Guys
We have installed Oracle EBS 12.1.3 in 3 tier as 2 application tier and 1 database tier
server 1 - Concurrent Manager
server 2 - Webs and Forms
server 3 - Database
Now, we need to clone it into a single tier. We ran preclone.sh in all these server and compressed it. So, what are the files required to clone in the single tier to make it.
Regards
Bijuraj
Answers
-
The OLAP forum is really not the correct forum for this question. You may wish to post this question to Installation - EBS (MOSC) .
thanks,
Ken
-
Hello User,
Please check below for furthers steps and see if its going to beneficial for your case scenario: -
a. Stop the Apps services if is not already done
$COMMON_TOP/admin/scripts/<CONTEXT_NAME>/adstpall.sh apps/apps
$COMMON_TOP/admin/scripts/VIS_apps/adstpall.sh apps/apps
b. Shutdown the Database and stop the listener
$ORACLE_HOME/appsutil/scripts/<CONTEXT_NAME>/addlnctl.sh stop VIS
$ORACLE_HOME/appsutil/scripts/<CONTEXT_NAME>/addbctl.sh stop immediate VIS
$ORACLE_HOME/appsutil/scripts/VIS_db/addlnctl.sh stop VIS
$ORACLE_HOME/appsutil/scripts/VIS_db/addbctl.sh stop immediate VIS
c. On the target system, create the directory where the Applications will be cloned
[[email protected] ~]$ su - root
Password:
[[email protected] ~]# mkdir /APPS_11i
[[email protected] ~]# chown oracle:dba /APPS_11i
d. Copy the following application tier directories from the source node to the target application tier node:
<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>
Source Node = apps.localdomain Destination Node = linux1.localdomain
/APPS_MI/visappl /APPS/visappl
/APPS_MI/viscomn/html /APPS/viscomn/html
/APPS_MI/viscomn/java /APPS/viscomn/java
/APPS_MI/viscomn/util /APPS/viscomn/util
/APPS_MI/viscomn/clone /APPS/viscomn/clone
/APPS_MI/viscomn/_pages /APPS/viscomn/_pages
/APPS_MI/visora/8.0.6 /APPS/visora/8.0.6
/APPS_MI/visora/iAS /APPS/visora/iAS
The files are copied from the apps node (apps.localdomain) and db node (db.localdomain) to the new node ( linux1.localdomain). This type of cloning is very similar with a single node system to single node system.
e. Copy the DBF files and ORACLE_HOME to the target system
Source Node = db.localdomain Destination Node = linux1.localdomain
/APPS_DB/visdata /APPS/visdata
/APPS_DB/visdb /APPS/visdb
f. Start up the source Applications system database and application tier processes (optional)
g. Configure the target system database server
Connected as ORACLE:
cd <RDBMS ORACLE_HOME>/appsutil/clone/bin
perl adcfgclone.pl dbTier
cd /APPS/visdb/9.2.0/appsutil/clone/bin
perl adcfgclone.pl dbTier
h. Configure the target system application tier server nodes
Connected as APPLMGR:
cd <COMMON_TOP>/clone/bin
perl adcfgclone.pl appsTier
cd /APPS/viscomn/clone/bin
perl adcfgclone.pl appsTier
Attention:
Windows user only: add <806 ORACLE_HOME>\bin to the system path before running this step
When you run adcfgclone.pl on appsTier as APPLMGR, APPLMGR must have write permission to the oraInventory
-
Also refer to Document:
Oracle® Application Management Pack for Oracle
E-Business Suite
Guide
Release 12.1.0.3.0
Part No. E51704-01 - Page # 198