Questions tagged [internal-load-balancer]
128 questions
0
votes
1 answer
F5 LTM Load balancer Rest Java Api?
One of my client using F5 BIP-IP LTM software load balancer. I need to access to this LB and I need to read this LB and need to add servers to this LB using Java Program. I'm new to this API. Can you please help me or provide me the api's like Soap,…

Balakrishna
- 166
- 2
- 13
0
votes
1 answer
How to stop requests to one Azure VM in load balanced set and avoid the 503 error?
I get Service unavailable 503 error occasionally after stopping app pool in one Azure VM in a load balanced set. I stopped the app pool to perform maintenance on the VM.
Is there a better way to stop requests to one VM and avoid the 503 error?

Gary S
- 46
- 6
0
votes
1 answer
Load balanced WCF service unavailability - Hosted as Windows Service and listen at 443 over TCP
We have developed couple of WCF services for our application. From our web application, we are able to reach those end points through individual server. When we try to reach them through load balancer we are getting following error:
There was no…

Bhasyakarulu Kottakota
- 823
- 1
- 6
- 10
0
votes
1 answer
Nifi load balancer
I built a 3 host nifi cluster. It's working but I cannot use a balancer. All I can do is to connect directly to a single host. Did somebody set a nifi cluster using a balancer?
I.E. how do you handle the certificate issue?

ozw1z5rd
- 3,034
- 3
- 32
- 49
0
votes
1 answer
Azure Loadbalancer Issue?
I am seeing strange behavior when accessing the REST API for ADFS in an Azure configuration.
Let's say I use a tool like OpenSSl or DigiCert to test whether or not my site is returning the correct certificates. For example:
openssl s_client…

Les
- 10,335
- 4
- 40
- 60
0
votes
1 answer
Not able to Load Balance Socket.io request over haproxy
I am trying to loadbalance socket.io requests using HAProxy. The following is my configuration:
defaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000
timeout…

Kshitij Mittal
- 2,698
- 3
- 25
- 40
0
votes
1 answer
HAProxy IP forwarding to MySQL to control user access based on IP
We can create users in MySQL which are allowed from a particular IP or range of IPs. For e.g, CREATE USER 'username'@'IP' IDENTIFIED BY ...
Here if I give a particular IP, it means users from that IP only can access MySQL.
Now there is a need of a…

siddhusingh
- 1,832
- 4
- 25
- 30
0
votes
2 answers
Azure load balancer identify server
we have two VM (classic) in an availability set and via end points defined load balancer on port 80.
Each VM has 5 websites running and the load balancer distributes calls between server 1 and server 2
When I call one of the websites, e.g.…

James
- 213
- 1
- 13
0
votes
1 answer
Azure internal load balancing - Which IP address need to be passed while creating ILB
I have created 2 virtual machines and configured high availability of databases (using SQL Server alwaysOn)
Now i want external application to make use of these databases, from the below link it says that I need to create internal…

kudlatiger
- 3,028
- 8
- 48
- 98
0
votes
1 answer
Azure Application gateway for web app
coming from this link
http://azureblogger.com/2016/02/load-balancing-in-azure/
Does azure application gateway support web apps? based on the above link, it says no, but i could not find it mentioned explicitely in azure documentation for app…

Mandar Jogalekar
- 3,199
- 7
- 44
- 85
0
votes
1 answer
Apache 2.4 issue on proxypass balancing on two BalancerMember [Weblogic 12c]
I have an Apache 2.4.12 on a dedicated machine (RedHat 6.x) that must balance on another machine with two Weblogic Managed Servers (port: 9101 and 9102. Weblogic 12c on RedHat 6.x) where I have deployed the application "Pega".
I have implemented the…

daniele.celsa
- 1
- 3
0
votes
1 answer
Tomcat Service Temporarily Unavailable
I using ELB load 2 EC2 run tomcat 8 server.
I using AB for test
ab -n 7000 -c 7000 -k -H "Accept-Encoding: gzip, deflate" http://mywebsite.com
I check log ELB right with 7000 requests sending (some request 503)
But, I check in log access tomcat…

minamino
- 115
- 1
- 13
0
votes
2 answers
Azure internal load balancer not receiving frowarding request to vm
I am having difficulties setting up my internal load balancer to process requests.
I have setup my vnet, vms, load balancer etc using this template
Azure Resource manager template
one of the differences between the template and my setup is that i am…

Asrar
- 31
- 1
- 10
0
votes
1 answer
apache2 proxy balancer - passing server name
I'm using apache2 as a local proxy balancer between the web and a jboss machine.
i've used the following configuration:
BalancerMember http://localhost:8080
ProxyPass /test balancer://mycluster
if i…

Aviad Sharfshtein
- 169
- 1
- 8
0
votes
0 answers
AWS loadbalancer for frontend vs backend servers
I am trying to load balance frontend (public) and backend (private) servers in AWS. I got the nginx file working with a single server with IP address, but the loadbalancer DNS name doesn't seem to work, below is my nginx.conf for the frontend…

Guru
- 84
- 5