NODE A DATABASE + CONCUR
NODE B DATABASE + CONCUR
NODE C PRIMARY WEB NODE
NODE D WEB NODE
NODE E ADD THIS NODE AS A NEW APPLICATION NODE
--------------------------------------------------------------
Put the entry of third node in /etc/hosts files of all the remaining current nodes.
2. /etc/services should have read permission.
3. Confirm the following to be present on third node OS :-
ld, ar, cc, make, Perl 5.0, Zip 2.3
4. Check the OS for asynchronous I/O mode.
5. Copy and extract “/oraprod” (APPL_TOP, COMMON_TOP, ORA_TOP) contents from second
application NODE D, to third NODE E mountpount. This node is selected for
cloning, since this node is “form metric server client”.
6. Create the clone context file on third node by using following commands :-
Set the environment
# cd /oraprod/oracle/finprdappl
# . ./APPSORA.env
Run adclonectx.pl
# perl $AD_TOP/bin/adclonectx.pl
contextfile=/oraprod/oracle/finprdappl/admin/SID_HOST.xml
It will generate context file in working directory which will be used for running Autoconfig.
7. Set s_methost to Form Metrics server NODE C.
8. Set s_leastloadedhost to %LeastLoadedHost%
9. Set the third node as Form server node only, i.e. Web server processes will not be running on third node. First application node NODE C is the web entry point for users.
10. Run Autoconfig
# sh $AD_TOP/bin/adconfig.sh contextfile=/oraprod/oracle/finprdappl/admin/
SID_HOST.xml
Start all applications on third NODE E.
-------------------------------------------------------------------------------
No comments:
Post a Comment