Adding - Node in Ebs 12.1.1
Adding - Node in Ebs 12.1.1
Kishore/Sachin
http://appsdba.info
Node B
CP Server
Report Server
Admin Server
DB Server
Form Server
Web Server
Node A Configuration
Application User: applmgr
Author A.Kishore/Sachin
http://appsdba.info
Home Dir: /d01/oracle/applmgr
Oracle User: oracle
Home Dir: /d01/oracle/oracle
Instance SID: PROD
This task can be accomplished either by implementing a SHARED
APPL_TOP concept or by using rapidclone. Here we are using
rapidclone in this document.
Steps need to be performed to accomplish this task are as
follows.
# su - oracle
$ cd proddb
$ cd 9.2.0/
$ . ./PROD_Node_A.env
$cd $ORACLE_HOME/appsutil/scripts/PROD_Node_A
$ perl adpreclone.pl dbTier
Pre-clone on Node A application tier
Login to Node, A which is also our source system as the
applications user and set the environment.
# su - applmgr
$ cd prodappl
$ . ./APPSORA.env
$ cd $COMMON_TOP/admin/scripts/PROD_Node_A
$ perl adpreclone.pl appsTier
2
Author A.Kishore/Sachin
http://appsdba.info
Author A.Kishore/Sachin
http://appsdba.info
Author A.Kishore/Sachin
http://appsdba.info
After sourcing your environment file you must run the
adaddnode.pl script on node A
#su - applmgr
$ cd $COMMON_TOP/clone/bin
$ perl adaddnode.pl
The script will promt us for our APPS user and password and
does the required new node entries to the database FND
tables.
We can check the details of this new node and status through
Oracle Applications Manager.