DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
Apps DBA Concepts Just another WordPress.com weblog Home About
Recent Posts DMZ configuration R12 Bulk collect comes handy for plsql Long Data type Find the current SQL in the database Important for Windows Oracle Apps customer
Archives November 2010 May 2010 March 2010 July 2008 June 2008 May 2008 April 2008 March 2008 February 2008 January 2008 November 2007 October 2007 August 2007 May 2007 April 2007 March 2007
1 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
Tags Top Posts How to find blocking session and kill the session from database Enabling flashback on Oracle R12 - Shortcut to access the forms URL and sys Responsibility page U patch and Opatch Script to unlock the schema DMZ configuration R12 Applications Short Name for most of the Apps Products How to start the mobile web application in R12.
Top Clicks blogs.oracle.com/schan
Pages About
Blog Stats 22,390 hits
Category Cloud AD tools Archive Concurrent Manager
Database
Scripts
Blogflux
2 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
Meta Entries RSS Comments RSS WordPress.com
Categories AD tools Concurrent Manager Database Archive General Scripts Uncategorized
Apps DBA ATUL-Online Apps DBA Blak Geek Sam Steven Chan
Oracle Apps Techno-functional Naveen – Pratical Apps DBA
3 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
November 2010 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 « May
4 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
M T W T F S S « May
Recent Comments Pramod on Issue with Concurrent Man… axl77 on Script to unlock the sche… Trangcong on Applications Short Name for mo… anubhav on Database Upgrade from 10.2.0.2… vramteke on How to start the mobile web ap…
Site Meter « Bulk collect comes handy for plsql
DMZ configuration R12 Posted by vasselva on November 27, 2010 DMZ configuration Implemented DMZ for the project, its not very difficult to implement but bit complex to troubleshoot.Most complex on troubleshooting firewall issue. My architecture goes like this…
5 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
LB -> Load balancer RP -> Reverse Proxy server LB –>RP–>EBS(ISUPPLIER NODE) (APPS TIER) –> EBS (db tier) Load balancer — Not much involvement, F5 load balancer … asked sys to point to reverse proxy URL on port 8080. Reverse proxy server — Installed standalone OHS (oracle HTTP server), I had trouble while redirection because I chosen a wrong software OAs (Oracle Application server) Test from RP –> EBS .. telnet <EBS host> port number EBS —- Mostly context file changes Create Context File - create /{inst_name}/inst/apps/$INST_NAME_$dmz_hostname/appl/ folder for new MT server - copy context file from Private MT server into the above location with new name. - Modify the context file as under: - change all the references to Private MT server to Public MT server, except the following: s_host s_javamailer_imaphost s_wfhost s_smtphost s_mwahost - change following parameters for the Public URL # webentryhost: company (public URL) # webentrydomain: domain.com (public URL) # _page: https://company.domain.com/oa_servlet/Apps #s_external_url:https://company.domain.com # s_active_webport : 443 to the private mt server as ap{inst_name}. Run the following command (replace the apps-schema-name/apps-wd with actual values) sqlplus
/
@
/patch/115/sql/txkChangeProfH.sql SERVRESP Change the Node Trust Level Profile Option
6 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
- add node to fnd_nodes using the Sys –> Install –> nodes - update “Node Trust Level” profile option for that node as “External” - Assign Self Service Responsibilities to sys Set “Responsibility Trust Level” 9) Update Agent profiles as DMZ server level to point to DMZ URL . as system Resp – Profiles – Select DMZ server name and search for required profiles . - Application Framework Agent - Applications Web Agent - Applications JSP Agent - Apps Servlet Agent Update URL for DMZ host to point to DMZ URL. Do not update URL at site level ! Run adconfig as under: adconfig.sh contextfile=/{inst_name}/inst/apps/$INST_NAME_$dmz_hostname/appl//$INST_NAME_$dmz_hostname.xml apps=apps run=INSTE8_SETUP DMZ Setup. - start all services on dmz server (keep the private mt down) - g to the DMZ url - browse through the links to see if the basic navigation works fine. This entry was posted on November 27, 2010 at 7:27 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. Like
Be the first to like this post.
Leave a Comment Your email address will not be published. Required fields are marked * Name *
7 of 8
1/29/2011 10:12 AM
DMZ configuration R12 « Apps DBA Concepts
http://appsdbanew.wordpress.com/2010/11/27/dmz-configuration-r12/
Email * Website
Comment You may use these HTML tags and attributes:
<pre> <del datetime=""> <em> <strike> <strong>
Notify me of follow-up comments via email. Send me site updates « Bulk collect comes handy for plsql Blog at WordPress.com. | Theme: Andreas09 by Andreas Viklund.
8 of 8
1/29/2011 10:12 AM