Exchange Server 2016. DAG 구성
Exchange 의 고가용성 구성을 위해서는 Database availability groups (DAG) 구성이 필요합니다.
IPLess 방식으로 구성한다면 아래의 글을 참고하세요.
2021.12.25 - [Exchange] - Exchange Server. DAG 구성(IPLess 방식)
Database availability groups (DAGs)
https://technet.microsoft.com/en-us/library/mt697595(v=exchg.160).aspx
A database availability group (DAG) is the base component of the Mailbox server high availability and site resilience framework built into Microsoft Exchange Server 2016. A DAG is a group of up to 16 Mailbox servers that hosts a set of databases and provides automatic database-level recovery from failures that affect individual servers or databases.
아래의 자료를 참고하여 구성을 진행하였습니다.
Create a database availability group
https://technet.microsoft.com/en-us/library/dd351172(v=exchg.160).aspx
[단계1] Pre-stage the cluster name object for a database availability group
https://technet.microsoft.com/en-us/library/ff367878(v=exchg.160).aspx
AD Users and Computer 에서 우클릭 - New - Computer
이름 지정
View - Advanced Features
우클릭 - Disable Account
우클릭 - Properties
Security Tab - Add
Exchange Trusted Subsytem - OK
Full Control - Allow
[단계2] Witness 구성
자료상에서는 DAG 구성원은 아닌 CAS 상에 구성하는 것을 권장하고 있습니다.
리소스상 여유가 없어서 별도의 도메인 join 된 별도의 VM 에서 설정을 진행하였습니다.
Computer Management - Administrators - Properties
Exchange Trusted Subsystem 추가
확인
폴더 생성
Properties - Sharing - share
Find people
Exchange Trusted Susbsytem - OK
Read/Write 권한 부여 - Share
[단계3] DAG 구성
Servers - database availability groups
이름 지정, Witness Server 및 Directory 지정 - IP 지정 (DAG에 부여할 IP)
Manage DAG Membership
서버 추가 - Save
Close
Database 로 이동 - Dismount
Add database copy
Save - 이후 다시 Mount
Close
한쪽은 Active, 다른 한쪽은 Passive 상태가 되며, 문제가 발생시 다른 서버에서 동작하며, Active 를 통해서 변경할 수 있습니다.