Configuring oracle Application with Hardware load Balancer
Hi,
We are running oracle Application 11.5.10 cu1 and planning to configure HTTP Layer Hardware Load Balancing.
We have created 2 Appliation tier in 2 server say ebs30 and ebs31. configure 2 pkg like
ebl660a1- with ebs30
ebl660a2- with ebs31 server.
Created a load blance url like ebsl660.aua.alcoa.com
Follow the metalink note 217368.1
Where we replace all application host name to load balance url name like ebsl660 and domain name to aua.alcoa.com.in context file and run the auto config.
Where as in load balncer
Create Load balance URL --10.111.220.6 and Serverfaram = L660-SF
Configure the ServerFarm (L660-SF) with Apps tier pkg
serverfarm L660-SF
nat server
no nat client
real 10.111.218.50 <------- IP of pkg ebl660a1
weight 16
inservice
real 10.111.218.51 <------- IP of pkg ebl660a2
weight 16
Define the Prob details
probe L660-PB script
script EBS_PROBE “GET /OA_HTML/US/ICXINDEX.htm HTTP/1.0” html 0 8098 7852
interval 60
failed 10
We are able to start the service but unable to open the application when we go to https://ebsl660.aua.alcoa.com:7852/oa_servlets/AppsLogin
Can any one advice what need to be done to make it work.