Transport servers load
In our Exch2007 environment, we used to have 2 NLB Client/HT servers, but when that started having problems, we broke the LB connection and pointed the IP straight to the working transport server. This was also due to us exploring other LB methods, such as a hardware solution. However,I had to add a 3rd tranport server to the mix for some testing. I didnt give it any recieve connectors and didnt add it as a possible send connector either. I thought this would be enough for Exchange to send messages through the working servers, but apparently not, as this caused a backlog of queued messages on the server, which I didnt notice till later in the day. In a situation like this, when there are multiple tranport servers, how does Exchange decide which one to use? Does it have any sort of load balancing in place already for internal and/or external messages?Edit:Another question...I have 1 resource domain where Exch is installed but one of the child domains is production and the other is for testing. Is there a way for me to run loadgen with traffic separation, so that all loadgen mapi traffic to/from the different mailboxes is routed through just one of the client/transport servers?
February 10th, 2009 6:03pm

btw, is there a way to get queues from multiple servers with one get-queue cmdlet?
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2009 6:05pm

ShashinP said: btw, is there a way to get queues from multiple servers with one get-queue cmdlet?I will answer this question.Get-ExchangeServer | where {$_.serverrole -match "HubTransport"} | get-queueSr. Exchange Engineer - Constellation Energy
February 10th, 2009 7:26pm

sweet, worked perfectly, thanks!
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2009 7:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics