Proper way to shutdown exchange 2010 clustered mailbox servers with DAG
I have a total of 4 exchange 2010 servers. Two mailbox servers configured in a DAG, and two CAS/HUB servers with a CAS Array. I have to shut down one Mailbox server and 1 CAS server for maintenance. (Server is being moved) Is there a proper procedure for shutting these down? Thanks.
ExchangeEmail ServersWindows Server 2008
Last Comment
denver218
8/22/2022 - Mon
Vipin Vasudevan
Always remenber that you have to Mailbox server first. make sure all database mounted to another server. then shutdowen CAS. While starting make sure your you start your CAS server first and Mailbox server after then manually mout back the mailbox to another server
endital1097
what type of ha do you use for your cas array? you need to remove the one node from the array temporarily while you bring it offline for maintenance
for the mailbox server you want to move all active database copies before performing maintenance
Move-ActiveMailboxDatabase DB1 -ActivateOnServer MBX2 -MountDialOverride:Lossless
denver218
ASKER
I use Windows Network Load Balancing for my CAS Array. To bring a CAS/HUB Server down for maintenance, are you saying I have to remove the node from WNLB first?
For the Mailbox servers, All I have to do is make sure that all active database copies are on the server that is saying up right?
Thanks endital1097. Ok, I'm good with the mailbox servers, I understand this process. For the CAS servers that are in a CAS array, I should go into WNLB and just delete the Node that I will be bringing down for maintenance and then just add it again when I bring it back online? Is this correct? Thanks.
endital1097
No, you want to run "wlbs drainstop" from a command prompt
this will stop nlb on the server with minimal impact on users
update the system and either reboot or run "wlbs start"
denver218
ASKER
Ok thanks. Lastly as far as the mailbox servers are concerned once I've moved all active databases off the server I'm shutting down, do I then suspend database replication before I shut down?