DRAG DROPYou have two Mailbox servers named EX1 and EX2 that have Exchange Server 2016 installed. The disks on
the servers are configured as shown in the following table.
Drive D on EX1 fails.
You plan to restore the mailbox databases in EX2 by using drive F.
You copy the contents of drive E on EX1 to drive F on EX2.
You need to restore the mailbox databases as soon as possible.
In which order should you perform the actions? To answer, move all actions from the list of actions to the
answer area and arrange them in the correct order.
Select and Place:
Explanation:
https://technet.microsoft.com/en-us/library/dd876926(v=exchg.160).aspx
OK, good link
agree with Mat and provided answer
also agree with provided answer.
if drive D fails in EX1 and drive E contains only transaction logs, so we don’t have the mdb files until we restore them… , so I think eseutil should be run after restoring the database and not as the first step
Seby is right. you need to restore DB first then replay the rest of the log files.
So there are two options:
1.Restore DB
2.Run Eseutil
3.Create a new DB
4.Set allowfileRestore to $true
(after this step the new DB files need to be replaced with the restored files)
5.Mount DB
another option (more likely):
1.Create a new DB
2.Set allowfileRestore to $true
3.Restore DB (to the database folder you specified when you created the new database above)
4.Run Eseutil
5.Mount DB
I got this question.
My answer was second option of PD above
See: https://technet.microsoft.com/en-us/library/ee332351(v=exchg.160).aspx
Based on that article the answer should be:
1) Restore DB (and logs)
2) Run Eseutil
3) Create a new DB
4) Set allowfileRestore to $true
5) Mount the DB
Agree with this order, we need to restore before running eseutil.