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
1 answer
Synchronize content of website on NLB servers
what would be the best way to have a website that is hosted on two distinct IIS servers which are load-balanced using Microsoft's NLB to sync the files that could be uploaded from the website's users?
Example: Site on server A is the one User A is…

Stéphan
- 227
- 3
- 15
0
votes
2 answers
NLB Concurrency
I have 3 servers on a NLB cluster and deployed a stateless heavy-running WCF service to stress the cluster.
Configuration is: Port 80, Multicast, Affinity : None
Then I shoot 32 requests PARALELLY from my workstation to the cluster, the total amount…

Khoa Nguyen
- 1,056
- 2
- 12
- 20
0
votes
0 answers
How to update application scope variable in all deployed servers?
I have deployed my application in 6 different application servers using NLB. We have a list in application scope. When updating list from server 1, it is not reflecting in other servers.
How to update the other servers application scope…

Karthik
- 3
- 1
0
votes
4 answers
Network Load Balancing (NLB): is it suitable for "stateful" ASP.NET applications?
I have posted the following question concerning ASP.NET web farms.
How to create an ASP.NET web farm?
Guys recommended using Network Load Balancing (NLB) as a primary way of creating a web farm.
However, Wikipedia says that "NLBS is intended for ...…

Mikhail Glukhov
- 1,809
- 3
- 22
- 29
0
votes
1 answer
Load Balancer between 5 network cards
I have a machine (Windows Server 2008 R2) with 5 NIC each of them is 1Gbit.
I am running a SQL server on this machine that is using only 1 NIC. Due to heavy traffic we have, the SQL Server NIC is going as high as 99% usage so all traffic to this SQL…

m0fo
- 2,179
- 6
- 33
- 43
0
votes
0 answers
Getting Stop-NlbClusterNode : A parameter cannot be found that matches parameter name 'Credential'. error while stopping node
I am using the following script to stop the node on a machine. But getting Getting Stop-NlbClusterNode : A parameter cannot be found that matches parameter name 'Credential'. error while stopping node using power-shell script and windows 2012. Also…

sam
- 4,594
- 12
- 61
- 111
0
votes
2 answers
IIS network load balancing
I have a clustered server with 4 nodes running Win server 2008 r2 with IIS 7.
Fail over kicks in when one of nodes fails but is there a way to have it round robin distribute incoming calls to different server?
This happens when incoming requests…

user156144
- 2,215
- 4
- 29
- 40
0
votes
2 answers
Creating Web Application in SharePoint with multiple Web front ends
How do you go about creating a web application in a Sharepoint server farm that has multiple Web front ends(identical ones for load balancing), especially if you creating it from command line? When you create it on one web server does it get…

Satish
- 3,020
- 7
- 35
- 47
0
votes
1 answer
Load Balance SQL Server
This is just an attempt to improve the performance of sql server.
We have a single Windows Server 2008 server with an instance of Sql Server 2008 Enterprise edition. The binary files for SQL Server, The OS files, MDF files, LDF files all reside on…

Akshay J
- 5,362
- 13
- 68
- 105
0
votes
2 answers
Response.Redirect timeout in NLB environment
I have a custom Sharepoint 2010 web part that runs the user through a series of steps in a registration process. At each step, when whatever required input is completed, the user clicks the Continue button which is a standard server side button…

Andreas
- 705
- 10
- 22
0
votes
1 answer
Can you use network load balancing on an IIS cluster hosting a WCF application?
Thanks for taking the time to read this. I'm new to using WCF and I'm in the early stages of creating a new web front end to our existing system. I want to use network load balancing on an IIS cluster where each node is hosting a WCF application…

Franco Trombetta
- 207
- 1
- 5
- 14
0
votes
1 answer
How to set additional cluster IPs in NLB through WMI
Microsoft NLB supports additional cluster IPs, does anyone know if I could get/set them through WMI? I've already looked at "root\MicrosoftNLB" "MicrosoftNLB_ClusterSetting" class, the "ClusterIPAddress" only returns the primary IP.
Appreciate any…

Jinlin Tong
- 41
- 6
0
votes
1 answer
Is NLB a good way to keep a website available while deploying new code?
I want to be able to deploy a new version of my asp.net/mvc website without loosing client session state or causing any downtime. The way I'm thinking of accomplishing this is by creating a Windows Network Load Balancing server so that clients can…

Joel
- 59
- 1
- 9
-1
votes
1 answer
pointed internal NLB with public domain
My requirement is I want to access AWS private resources using a private hosted zone.
The domain name would be HTTPS so for that I have to install SSL on a private hosted zone.
There are two option
1). Use AWS Private CA which is costly at…

Raish Khan
- 71
- 5