NLB is short for Network Load Balancing, used to balance load across multiple servers by round robin or other queuing techniques.
Questions tagged [nlb]
226 questions
0
votes
0 answers
CakePHP 3: SQLSTATE[HY000]: General error: 10 disk I/O error
I'm serving CakePHP 3.x based sites off a Network Load Balanced (NLB) IIS 10 cluster. The php files reside on an external DFS share. When run with debug enabled, CakePHP throws the following error:
2017-08-16 13:45:39 Error: Fixture creation for…

miCRoSCoPiC_eaRthLinG
- 2,910
- 4
- 40
- 56
0
votes
0 answers
TCP Provider, error: 0 - The specified network name is no longer available
Recently we face the above issue from on of our web service log. This happens only on and off but we puzzled what may cause this error to happen. The sql is just a normal sql. First we thought this may because the long running queries but as per…
0
votes
0 answers
Session Timeout on Export an Excel of SSRS reporting Tool on Integrated .net NLB servers
I have 3 web.Net servers hosted in NLB and we have used SSRS Reporting Tool for reports . We are getting session Timeout error on Excel to Export option intermittently . Can any one help me on this ?
0
votes
1 answer
Can not load powershell module: networkloadbalancingclusters
I get error message during import power-shell module NetworkLoadBalancingClusters on a Win server 2012 R2. The error message is:
I had NLB feature installed. Did I miss something?
Thanks
Lu

Yadong
- 411
- 2
- 5
- 15
0
votes
1 answer
Budget NLB policy for 3 tier website needed
We have a few 'classic asp' client facing websites feeding off a central asp.net mvc site which acts as a webservice ie we query the MVC controllers directly from the ASP sites with extensive use of jquery ajax. This MVC site in turn queries sql…
gorytus
0
votes
0 answers
alias for 2 app and NLB
i used the "-" in app name and http but please remove it, it is just because i cannot add more than 2 links. i just put like a code because i had issues of formatting
Hi
i have 3 server
1) DC d-o-m-a-i-n controller
2)…

zanza67
- 223
- 4
- 20
0
votes
1 answer
HAProxy 1.5 Redirect with Exchange 2013 OWA
I've set up HAproxy version 1.5.4 as a NLB for 2 Exchange Multi-role servers.
I'm now trying to get redirection working when a user types in the flat hostname "webmail" into a browser. I would like it redirected to…

Methodman85
- 3
- 3
0
votes
0 answers
SSRS 2008R2 Report not displaying with IE 11 in load balanced environment.
In our project we are using SSRS 2008R2 reports, unfortunately no time has been invested into upgrading these nor will there be, so I am stuck dragging these along for now, and have little experience with them.
In Chrome and Firefox all of the below…

Mark Beattie
- 175
- 1
- 13
0
votes
3 answers
Powershell Where-Object with array of enum
I want the items from Get-NlbClusterNode which contains the state "Converged" (Enum of [Microsoft.NetworkLoadBalancingClusters.PowerShell.NodeStatusCode])
I tried something like that:
Get-NlbClusterNode | %{ $_.State | ?{$_.ToString() -eq…

hdev
- 6,097
- 1
- 45
- 62
0
votes
1 answer
Nginx nlb with redirecting to the group of servers
I need nginx to redirect requests without proxying.
I have this nginx.config file:
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
upstream web_rack {
server ip_address_1;
…

Vova2204
- 1
- 2
0
votes
1 answer
Can you use a NLB address in a MSMQ call?
Can you use a NLB address in a MSMQ call?
We have three BizTalk servers, with a NLB address for them.
Would a MSMQ call to the NLB address, rather than the individual server address work?

SteveC
- 15,808
- 23
- 102
- 173
0
votes
0 answers
Taper off connections nicely in IIS 8.5
Is there any mechanism in IIS 8.5 where you can taper off the current connections?
The scenario is that you have two servers that are Network Load Balanced by forward facing hardware. You do not have access or direct control over the NLB. You wish…

Atters
- 801
- 8
- 19
0
votes
1 answer
IFD configuration, NLB fails to redirect to crm
I have another funny problem that came out while doing a deploy. I have a CRM2013 on a clustered server (full deployment). Everything seemed to work fine until i tried to enable IFD. All the federation metadata urls are responding well, so I thought…

Mauro De Biasio
- 1,146
- 6
- 16
0
votes
1 answer
Windows NLB not balanced
I set up a NLB cluster given two servers (WS 2008 R2). Each server has one NIC card which I set up for a static ip address. I assigned the cluster an internet name (MyCluster), and assigned it a static ip address. The third box is acting as a client…

sOltan
- 447
- 1
- 7
- 20
0
votes
1 answer
how to remove a node from nlb at runtime?
i need to temporally exclude a node from an nlb.
May happen that a server is up and working but the web application i'm balancing is out of sinch with the same application in the others nodes.
Eg. some static variables are not the same of the same…

sparrows
- 63
- 1
- 7