we have 2 application nodes with a load balancer in front of them.In node 1 mod_wl_ohs.conf,we have entries corresponding to node 1 alone and similarly in node 2 mod_wl_ohs.conf as entries corresonding to node 2 alone.Is this right or do we need to have all the entries of both the nodes in each file irrespective of the nodes
mod_wl_ohs.conf in EBS_web_UATDB_OHS1
-------------------------------------------------------------------------
<Location /OA_HTML>
SetHandler weblogic-handler
WebLogicCluster erpuatapp01.ttd.com:7203,erpuatapp01.ttd.com:7202<<do we need to have all 4 oacores here?
WLTempDir ${ORACLE_INSTANCE}/tmp
mod_wl_ohs.conf in EBS_web_UATDB_OHS2
-------------------------------------------------------------------------
<Location /OA_HTML>
SetHandler weblogic-handler
WebLogicCluster erpuatapp02.ttd.com:7202,erpuatapp02.ttd.com:7208<<do we need to have all 4 oacores here?
WLTempDir ${ORACLE_INSTANCE}/tmp
Normally "mod_wl_ohs.conf will contain entries of managed servers from all Application tier nodes".
So I expect to see all your 4 oacores there..
1)Is DynamicServerList=on in your mod_wl_ohs.conf?
2)How did you do this setup? Which documentation you followed?
3)Did you test this? I mean what happens when you shut down these oacore: "erpuatapp01.ttd.com:7203,erpuatapp01.ttd.com:7202" ?
2)How did you do this setup? Which documentation you followed?
3)Did you test this? I mean what happens when you shut down these oacore: "erpuatapp01.ttd.com:7203,erpuatapp01.ttd.com:7202" ?
But we have a load balancer using round robin algorithm,so it will direct the first connection to first node where mod_wls_ohs.conf was present and from there it will be distributed to available oacores on that node
second connection will be directed to second node where mod_wls_ohs.conf was present and from there it will be distributed to oacores on that node
please correct me what is the issue with current configuration
Test this -> what happens when you shut down these oacore: "erpuatapp01.ttd.com:7203,erpuatapp01.ttd.com:7202" ? -- while your HTTP Server 1 is up (don't shutdown HTTP Server 1)
First, implement this ->12.2 E-Business Suite HTTP Server Tier Is Fowarding Request To Shut Down Oacore Servers Resulting "Failure of server APACHE Bridge error" Due To Incorrect Setup of mod_wl_ohs.conf (Doc ID 2172924.1)
That was my concern ..
If your HTTP server is up on node 1 while your managed servers are not running on node1 , then Load Balancer may still send the requests to node 1 and you will fail..
Your test shows that! (No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent. )
Yes! but "If your HTTP server is up on node 1 while your managed servers are not running on node1 , then Load Balancer may still send the requests to node 1 and you will fail"
I have almost clicked the login url 10 times,but every time i got the error,that means my load balancer also has some issue it seems.I think it was always redirecting to node 1 only
do we have to make any changes in apps.conf as well?attached the files for your reference.Not sure exactly how this file is used internally.can you please clarify
First, implement this ->12.2 E-Business Suite HTTP Server Tier Is Fowarding Request To Shut Down Oacore Servers Resulting "Failure of server APACHE Bridge error" Due To Incorrect Setup of mod_wl_ohs.conf (Doc ID 2172924.1)