We have a NLB cluster set up for our public web servers. I'm trying to stop the "localhost" in the cluster from the command line using NLB.EXE. When I write "nbl stop" it seems that all nodes are stopped but I only want the local node (the server I'm running the command prompt on) to be stopped in the cluster.
When I try specifying the node using the command "nlb stop 192.168.182.104:HOSTNAME" it fails, saying "Did not receive response from the cluster".
Am I not specifying the cluster and the host correctly?
From serverfault
Patrik Hägne
-
The guide at http://technet.microsoft.com/en-us/library/cc772833(WS.10).aspx explains that simply "nlb stop" will stop all NLB functions on the localhost.
From Froosh
0 comments:
Post a Comment