Configuring DMZ server R12

Configuring DMZ server R12 - Oracle Application

1. Copy the Application to the DMZ server

            Copy apps binaries from internal node to external node(DMZ server)

2. Clone the Application Tier using adcfgclone.pl

[appluat@aord1rkd003 bin]$ perl adcfgclone.pl appsTier /export/home/appluat/CLONE_SAVE/UAT_aord1rkd003.xml
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adcfgclone Version 120.31.12010000.12
Enter the APPS password :
Running Rapid Clone with command:
                        perl /isupplier/UAT/apps/apps_st/comn/clone/bin/adclone.pl java=/isupplier/UAT/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/isupplier/UAT/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/export/home/appluat/CLONE_SAVE/UAT_aord1rkd003.xml showProgress contextValidated=false
Running:
                        perl /isupplier/UAT/apps/apps_st/comn/clone/bin/adclone.pl java=/isupplier/UAT/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/isupplier/UAT/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/export/home/appluat/CLONE_SAVE/UAT_aord1rkd003.xml showProgress contextValidated=false
APPS Password :
Beginning application tier Apply - Sun Feb 19 04:36:22 2017
/isupplier/UAT/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false  -Doracle.installer.oui_loc=/oui -classpath /isupplier/UAT/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/java:/isupplier/UAT/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/oui/share.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/isupplier/UAT/apps/apps_st/comn/clone/jlib/ojmisc.jar  oracle.apps.ad.clone.ApplyAppsTier -e /export/home/appluat/CLONE_SAVE/UAT_aord1rkd003.xml -stage /isupplier/UAT/apps/apps_st/comn/clone    -showProgress
                        APPS Password : Log file located at /isupplier/UAT/inst/apps/UAT_aord1rkd003/admin/log/ApplyAppsTier_02190436.log
                          |      0% completed
Log file located at /isupplier/UAT/inst/apps/UAT_aord1rkd003/admin/log/ApplyAppsTier_02190436.log
                          -     89% completed
                        Completed Apply...
                        Sun Feb 19 04:46:06 2017
                        Do you want to startup the Application Services for UAT? (y/n) [y] : n
                        Services not started

3. Run the txkChangeProfH.sql under FND_TOP/patch/115/sql using apps schema

SQL> @$FND_TOP/patch/115/sql/txkChangeProfH.sql SERVRESP;
           
Changing the hierarchy type for the  Profile APPS_WEB_AGENT
Profile APPS_WEB_AGENT hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile APPS_SERVLET_AGENT
Profile APPS_SERVLET_AGENT hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile APPS_JSP_AGENT
Profile APPS_JSP_AGENT hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile APPS_FRAMEWORK_AGENT
Profile APPS_FRAMEWORK_AGENT hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile ICX_FORMS_LAUNCHER
Profile ICX_FORMS_LAUNCHER hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile ICX_DISCOVERER_LAUNCHER
Profile ICX_DISCOVERER_LAUNCHER hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile ICX_DISCOVERER_VIEWER_LAUNCHER
Profile ICX_DISCOVERER_VIEWER_LAUNCHER hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile HELP_WEB_AGENT
Profile HELP_WEB_AGENT hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile APPS_PORTAL
Profile APPS_PORTAL hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile CZ_UIMGR_URL
Profile CZ_UIMGR_URL hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile QP_PRICING_ENGINE_URL
Profile QP_PRICING_ENGINE_URL hierarchy type has been
successfully changed to SERVRESP
Changing the hierarchy type for the  Profile TCF:HOST
Profile TCF:HOST hierarchy type has been
successfully changed to SERVRESP
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

4. Run the Autoconfig all nodes

                        1. Database.
                        2. DMZ.
                        3. Internal Application server.
                       
5. Change the profile Node Trust Level at the Server level to "External".

            SQL> declare
                                    v_node_id number;
                                    v_ret boolean;
                                    Begin
                                     select node_id into v_node_id from fnd_nodes where node_name='AORD1RKD003';
                                     v_ret := fnd_profile.save('NODE_TRUST_LEVEL','3','SERVER',v_node_id);
                                     commit;
                                    End;
            /

6. Test both the DMZ and Internal URL's.

No comments:

Post a Comment