This post covers broad level steps to introduce additional middle/application tier to accommodate more application users or for resilience.
This document is based on Rapid Clone to add new Application Tier/Node.
.
Top Level Steps
1. Run Rapid Clone (preclone) on existing middle tier Node;
perl adpreclone.pl appsTier
2. Copy middle tier file system from existing middle tier node to target middle tier
- For 11i -> APPL_TOP, COMMON_TOP and ORA_TOP
- For R12 -> apps and inst from R12_INSTALL_BASE
3. Configure target node you want to add;
perl adcfgclone.pl appsTier
4. Add node to target system using adaddnode
perl adaddnode.pl
5. Setup load balancer (Optional)
- If load balancer is already in place (using two or more middle tier via load balancer) then reconfigure load balancer to include new node as target apps node
- If this is second middle tier node in your configuration then configure load balancer for existing and new middle tier (Use Metalink Note 380489.1 for R12 and 217368.1 for 11i). Check more on Load Balancer Here
.
References
- 406982.1 Cloning Oracle Applications Release 12 with Rapid Clone
- 230672.1 Cloning Oracle Applications Release 11i with Rapid Clone
- 380489.1 Using Load-Balancers with Oracle E-Business Suite Release 12
- 384248.1 Sharing The Application Tier File System in Oracle E-Business Suite Release 12
- 233428.1 Sharing the Application Tier File System in Oracle Applications 11i
- 727171.1 Implementing Load Balancing On Oracle E-Business Suite - Documentation For Specific Load Balancer Hardware
- 217368.1 Advanced Configurations and Topologies for Enterprise Deployments of E-Business Suite 11i
Related Posts for Apps HA
- Configure Load Balancer in Oracle Apps 11i , E-Business Suite
- Configure Hardware Load Balancer at HTTP Server Layer
- Hardware Load balancing at HTTP Layer in Apps Contd..
- Oracle Apps Load Balancer Setup for HTTP Server
- Add new Application Tier/Node to Oracle Apps/E-Business Suite (11i/R12/12i)
Popularity: 9% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
5 users commented in " Add new Application Tier/Node to Oracle Apps/E-Business Suite (11i/R12/12i) "
Follow-up comment rss or Leave a Trackback[…] » Add new Application Tier/Node to Oracle Apps/E-Business Suite … […]
[…] » Add new Application Tier/Node to Oracle Apps/E-Business Suite … […]
Hi,
I am not getting any docs on removing one form node from production system . Can you please show me the roadmap .
Regards
Bala
@ Bala,
Option 1
———
1. Just shutdown node and delete file system
Option 2 (Clean Method)
———–
1. Shutdown node which you wish to remove
2. Remove all nodes from fnd_nodes
Connect as apps
SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
3. Run autoconfig on all existing nodes to repopulate fnd_nodes and corresponding nodes
first on Database then Concurrent Manager followed by Middle Tiers
Useful option. I bet that one would work.
Leave A Reply