Your descriptions conflict.
For example, you say you have a 2-node DAG and then you list 4 servers. Doesn’t compute.
Regardless, this tool will tell you how to lay out your data best:
Download Exchange Server 2019 Sizing Calculator from Official Microsoft Download Center
Getting from where you are to where this tool tells you to go is an exercise for the reader. 😊
--
You received this message because you are subscribed to the Google Groups "ntexchange" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ntexchange+...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/ntexchange/7c6e2371-671c-4422-bb35-26f56a947c54n%40googlegroups.com.
thanks ,the Activation Preference (AP), which mounts the copy according to server:
8 physical drive , 2 database per volume (1 active , 1 passive)
Log database and mailbox database on different volume
Log volume : K and P drive letter
Database volume : I , J , L ,M , N ,O ,R ,S drive
e.g for MDB01 3 copies - 1 active - 2 passive
New-MailboxDatabase –Name MDB01 –Server EXCHSRV1 –LogFolderPath K:\ExDBs\MDB01\MDB01.log –EdbFilePath I:\ExDBs\MDB01\MDB01.db\MDB01.edb
Add-MailboxDatabaseCopy -Identity MDB01 -MailboxServer EXCHSRV2 -ActivationPreference 2
Add-MailboxDatabaseCopy -Identity MDB01 -MailboxServer EXCHDRSRV1 -ActivationPreference 3
and so on.
Is my exchange sizing plan correct?