Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all articles
Browse latest Browse all 5661

Unable to perform loadbalancer after Apache Web Split on Cluster

$
0
0

Hi Gurus,

 

Installed SAP BI Platform SP05 on two machine(A,B) and performed clustered on A,B everything is working fine. Done Apache Web Split on A

and it is working fine and i want to implement Load Balancer  on both tomcats of A & B.

 

 

 

When i used below script in workers.properties file in Apache2.4

 

# Name the Load Balancer ajp13 to leverage wdeploy auto-config

worker.list=ajp13

worker.ajp13.type=lb

# Balance workers from each of the application server nodes

worker.ajp13.balance_workers=winbiserv1,winbiserv2

 

# Define the first member worker winbiserv1

worker.winbiserv1.type=ajp13

worker.winbiserv1.host=winbiserv1

worker.winbiserv1.port=8009

# Define preferred failover node for winbiserv1

worker.winbiserv1.redirect=winbiserv2

 

# Define the second member worker winbiserv2

worker.winbiserv2.type=ajp13

worker.winbiserv2.host=winbiserv2

worker.winbiserv2.port=8010

# Define preferred failover node for winbiserv2

worker.winbiserv2.redirect=winbiserv1

 

# Define the status worker to monitor load balancer

worker.list=lbstatus

worker.lbstatus.type=status

worker.lbstatus.mount=/lbstatus

and modified both servers A&B server.xml files with JvmPort. Everything is working fine.

But if the server A tomcat is down it has to redirect to Server B tomcat. But its failing to reach the server B.

If B is down and A is up then it is working.

Is it because of Apache Split am facing this issue ?

 

 

Regards,

Akhileshkiran.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>