how properly enter into maintenance mode on Exchange2016/2013 DAG
Let’s assume that we have
ex01.itforce.local and ex02.itforce.local Exchange 2016 servers in DAG cluster. We need to install new CU on this cluster without downtime. (assumed that all CAS, smtp protocols are properly loadbalanced). So we need:
- at first disable all workloads/switch to maintenance mode on the node ex01,
- install CU on ex01,
- reboot ex01
- exit from maintenance mode on ex01
- enter into maintenance mode on ex02
- install CU on ex02,
- reboot ex02
- exit from maintenance mode on ex02
- equally spread workload on both nodes again
#goto ex01 #run in elevated mode powershell for exchange #prepare smtp transport: Set-ServerComponentState ex01… Read the rest