<div dir="ltr">Hi all,<br><br><br>  This is my first mail to this mailing list.First of all sorry for writing such a big mail.I am facing problem while  implementing Piranha Load balancer on RHEL4U6 for my two oracle 11i application server running on linux.<br>
<br>Oracle Real server details<br><br>Instance Name - test<br><br>url's -  1 . <a href="http://dev.xxx.com:8004">dev.xxx.com:8004</a><br>           2 . <a href="http://uat.xxx.com:8004">uat.xxx.com:8004</a><br><br>Architecture -<br>
Services installed on dev are<br><br>1. Database Server<br>2.Concurrent Processing Server<br>3. Administration Server<br>4. Forms Server<br>5. Web server<br><br>And services installed on uat are<br><br>1.Web server<br>2.Form server<br>
<br>Note: Form server running on  port 9004 on both hosts.<br><br>Piranha details<br><br>eth0 <a href="http://192.168.23.2">192.168.23.2</a>   --- external physical ip<br>eth0:1 <a href="http://192.168.23.3">192.168.23.3</a> ---EXTERNAL VIP<br>
eth2  <a href="http://192.168.17.125">192.168.17.125</a> --internal physical ip<br>eth2:1 <a href="http://192.168.17.121">192.168.17.121</a> --INTERNAL VIP<br><br>Client Network: <a href="http://192.168.23.0/24">192.168.23.0/24</a><br>
Real Server Network: <a href="http://192.168.17.0/24">192.168.17.0/24</a><br><br> Client are accessing oracle application using VIP of piranha by <a href="http://192.168.23.3:8004/">http://192.168.23.3:8004/</a><br><br>Real server ips, hostname and gateway<br>
<br><a href="http://192.168.17.16">192.168.17.16</a>    <a href="http://dev.xxx.com">dev.xxx.com</a>    having gateway of piranha Internal vip  <a href="http://192.168.17.121">192.168.17.121</a><br><a href="http://192.168.17.17">192.168.17.17</a>    <a href="http://uat.xxx.com">uat.xxx.com</a>        having gateway of piranha Internal vip  <a href="http://192.168.17.121">192.168.17.121</a><br>
<br> my ipvsadm rule is like below<br><br><a href="http://192.168.23.3:8004">192.168.23.3:8004</a> ---->><a href="http://192.168.17.16:8004">192.168.17.16:8004</a><br><a href="http://192.168.23.3:8004">192.168.23.3:8004</a> ---->><a href="http://192.168.17.17:8004">192.168.17.17:8004</a><br>
<br> For me load balancing is working fine for <a href="http://192.168.23.3:8004/">http://192.168.23.3:8004/</a> . But once i logged in when ever i tried to browse any Oracle Application Forms then it is giving me error "Failed to connect to the server" <a href="http://uat.xxx.com:9004">uat.xxx.com:9004</a><br>
<br>Note: Form server running on port 9004 on my both oracle application sever<br><br>  when ever i click on any forms it is trying to connect to  <a href="http://uat.xxx.com">uat.xxx.com</a>[which is aliased to the VIP of piranha that is <a href="http://192.168.23.3">192.168.23.3</a> in my client host entry] so it is clearly trying to connect to <a href="http://192.168.23.3:9004">192.168.23.3:9004</a> but  there is no service or ipvsadm rule on that vip of piranha for that 9004 port.<br>
<br>Note: Telnet to Form server on both oracle apps server is working on 9004 from piranha server.<br><br>  So i created the ipvsadm rules on piranha on same vip on 9004 port like below.<br><a href="http://192.168.23.3:9004">192.168.23.3:9004</a> ---->><a href="http://192.168.17.16:9004">192.168.17.16:9004</a><br>
<a href="http://192.168.23.3:9004">192.168.23.3:9004</a> ---->><a href="http://192.168.17.17:9004">192.168.17.17:9004</a><br><br> But i am getting below error on my syslog<br><br>################################################################################<br>
Jul 21 20:25:38 testlvs nanny[5064]: starting LVS client monitor for <a href="http://192.168.23.3:9004">192.168.23.3:9004</a><br>Jul 21 20:25:38 testlvs nanny[5065]: starting LVS client monitor for <a href="http://192.168.23.3:9004">192.168.23.3:9004</a><br>
Jul 21 20:25:43 testlvs pulse[5040]: gratuitous lvs arps finished<br>Jul 21 20:25:47 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>Jul 21 20:25:47 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>
Jul 21 20:25:53 testlvs nanny[5061]: making <a href="http://192.168.17.16:8004">192.168.17.16:8004</a> available<br>Jul 21 20:25:53 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
Jul 21 20:25:53 testlvs nanny[5059]: making <a href="http://192.168.17.124:80">192.168.17.124:80</a> available<br>Jul 21 20:25:53 testlvs nanny[5062]: making <a href="http://192.168.17.17:8004">192.168.17.17:8004</a> available<br>
Jul 21 20:25:53 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>Jul 21 20:25:59 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
Jul 21 20:25:59 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>Jul 21 20:26:05 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
Jul 21 20:26:05 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>Jul 21 20:26:11 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
Jul 21 20:26:11 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>Jul 21 20:26:17 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
Jul 21 20:26:17 testlvs nanny[5064]: READ from <a href="http://192.168.17.17:9004">192.168.17.17:9004</a> was too short<br>Jul 21 20:26:23 testlvs nanny[5065]: READ from <a href="http://192.168.17.16:9004">192.168.17.16:9004</a> was too short<br>
################################################################################<br><br>  I am not able to see any thing for 9004 whenever i try ipvsdam -L. So i need some one help to solve this issue,i am facing problem only with forms rest of all of my other apps are working fine under piranha.Also forms are working fine whenever i bypassed piranha server.<br>
<br><br>Regards,<br>lingu<br>
</div>