Hi AndyDavid, thank you for your reply
As your suggest what I have to do is Move/Migrate all mailboxes from DAG1 (ex01 , ex02) to DAG2 (ex03 , ex04)
I have some concerns :
- I have 1000+ mailboxes distributed through 7 databases , hosting email for multiple domains.
- I have SAN cert with multiple Subject Alt Names : webmail.mydomain.com , autodiscover.domain1.com , autodiscover.domain2.com ... set up on current DAG
- It takes about 2 weeks to move all mailboxes from old DAG to new one.
- New DAG and Exchange servers (ex03 , ex04) are same Active Directory domain with old DAG (ex01 , ex02)
--> I can setup Virtual Directory URLs , IIS certificate on new DAG same as old DAG, add A record for webmail.mydomain.com , autodiscover.domain1.com , autodiscover.domain2.com ... point to ex03 , ex04 IP addresses also ?
--> MS Outlook on users computers will connect to new Mailbox servers after Migration Batches complete ? (Because user mailbox's information stored at Active Directory will be updated automatically)
Users can use email normally when Migration Batches running ? Will they notice any interruptions/downtime ?
How about arbitration mailboxes ? This is my arbitration mailboxes :
Get-MailboxDatabase | Get-Mailbox -Arbitration | fl Name,ServerName,Database
Name : SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}
ServerName : ex01
Database : Mailbox Database 1
Name : SystemMailbox{1f05a927-38a2-412b-9fd4-3f182479f5f7}
ServerName : ex01
Database : Mailbox Database 1
Name : SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}
ServerName : ex01
Database : Mailbox Database 1
Name : Migration.8f3e7716-2011-43e4-96b1-aba62d229136
ServerName : ex01
Database : Mailbox Database 1
Name : FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042
ServerName : ex01
Database : Mailbox Database 1
Should I move them at first or last after all mailboxes are moved ?