+ All Categories
Home > Documents > F1634119743_Estrada_74[1]_new

F1634119743_Estrada_74[1]_new

Date post: 28-Oct-2014
Category:
Upload: pavankumar-bolla
View: 13 times
Download: 4 times
Share this document with a friend
Popular Tags:

If you can't read please download the document

Transcript

ORACLE E-BUSINESS SUITE HIGH AVAILABILITY

Introduction This paper describe step-by-step the required configuration changes Load Balancer, Parallel Concurrent Processing. Using Load-Balancers with Oracle E-Business Suite Release 12 [ID 380489.1]

Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]

Enable Load Balancing This section describes required steps to configure hardware load balancer to work with Oracle E-Business R12 to balance load between the two web tiers. 1. Login into application as SYSADMIN and select System Administration responsibility

2.

Navigate to Oracle Application Manager -> Dashboard

3.

Click on Site Map

4.

Click on AutoConfig from System Configuration Group

5.

Click on Launch Wizard from Configuration Wizard Group

6.

Click Enable from HTTP Load Balancing Configuration Name List

7.

Select nodes (web1 and web2) from list of available nodes and click next

8.

Enter values as follow:

SSL Related Variables in the Context File

Variable

Non-SSL Value

SSL Value

s_url_protocol s_local_url_protocol s_webentryurlprotocol s_active_webport s_webssl_port s_https_listen_parameter s_help_web_agent s_login_page

http http http same as s_webport not applicable not applicable

https https https same as s_webssl_port default is 4443 same as s_webssl_port

url constructed with http protocol and s_webport for both non-SSL and SSL url constructed with http protocol and s_webport url constructed with https protocol and s_webssl_port

9. Click Next

10. Make sure that all validations complete successful and click next

11. Review values and click finish

12. Run AutoConfig in all tiers and restart services

Configure Parallel Concurrent Processing This section describes required steps to enable Parallel Concurrent Processing (PCP) on Concurrent Manager Tiers (CM1 and CM2).

1.

Edit the applications context file via Oracle Applications Manager, and set the value of the variable APPLDCP to ON.

2.

Execute AutoConfig by running the following command on all concurrent processing nodes: $ $INST_TOP/admin/scripts/adautocfg.sh

3.

Source the Applications environment.

4.

Check the tnsnames.ora and listener.ora configuration files, located in $INST_TOP/ora/10.1.2/network/admin. Ensure that the required FNDSM and FNDFS entries are present for all other concurrent nodes.

5.

Restart the Applications listener processes on each application tier node.

6.

Log on to Oracle E-Business Suite Release 12 using the SYSADMIN account, and choose the System Administrator Responsibility. Navigate to Install > Nodes screen, and ensure that each node in the cluster is registered.

7.

Verify that the Internal Monitor for each node is defined properly, with correct primary and secondary node specification, and work shift details. For example, Internal Monitor: Host2 must have primary node as host2 and secondary node as host3. Also ensure that the Internal Monitor manager is activated: this can be done from Concurrent > Manager > Administrator.

8.

Set the $APPLCSF environment variable on all the Concurrent Processing nodes to point to a log directory on a shared file system.

9.

Set the $APPLPTMP environment variable on all the CP nodes to the value of the UTL_FILE_DIR entry in init.ora on the database nodes. (This value should be pointing to a directory on a shared file system.)

10. Set profile option 'Concurrent: PCP Instance Check' to OFF if database instance-sensitive failover is not required. By setting it to 'ON', a concurrent manager will fail over to a secondary Application tier node if the database instance to which it is connected becomes unavailable for some reason.

11. Edit the applications context file through the Oracle Applications Manager interface, and set the value of Concurrent Manager TWO_TASK (s_cp_twotask) to the load balancing alias (_balance>).

Note: Windows users must set the value of "Concurrent Manager TWO_TASK" (s_cp_twotask context

variable) to the instance alias.

12. Execute AutoConfig by running $INST_TOP/admin/scripts/adautocfg.sh on all concurrent nodes.


Recommended