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
0
0
agree with Mat and provided answer
0
0
also agree with provided answer.
0
0
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
5
0
Seby is right. you need to restore DB first then replay the rest of the log files.
0
0
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
4
1
What about https://technet.microsoft.com/en-us/library/dd876926(v=exchg.160).aspx?
Provided answer is good!?
0
0
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
I guess now the confusion is over ?
1
0
I got this question.
My answer was second option of PD above
3
0
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
3
0
Agree with this order, we need to restore before running eseutil.
1
0
1) Restore DB (and logs)
2) Run Eseutil
3) Create a new DB
4) Set allowfileRestore to $true
5) Mount the DB
5
0
I think your metod is wrong.
1.Restore DB
2.Run Eseutil
3.Create a new DB
4.Set allowfileRestore to $true ?????? – Why we would use this command if we already restored base???????
(after this step the new DB files need to be replaced with the restored files)
5.Mount DB
It looks like right order is:
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
0
0