exam questions

Exam 70-345 All Questions

View all questions & answers for the 70-345 exam

Exam 70-345 topic 1 question 60 discussion

Actual exam question from Microsoft's 70-345
Question #: 60
Topic #: 1
[All 70-345 Questions]

DRAG DROP -
You 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 on 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:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://technet.microsoft.com/en-us/library/dd876926(v=exchg.160).aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
l1f3rl
Highly Voted 5 years, 3 months ago
1) Restore DB (and logs) 2) Run Eseutil 3) Create a new DB 4) Set allowfileRestore to $true 5) Mount the DB
upvoted 14 times
Geqsogen
4 years, 10 months ago
Thi is correct. https://docs.microsoft.com/en-us/exchange/high-availability/disaster-recovery/restore-data-using-recovery-dbs?view=exchserver-2019
upvoted 3 times
pepeold
4 years, 6 months ago
i would go with https://docs.microsoft.com/en-us/exchange/high-availability/disaster-recovery/database-portability?view=exchserver-2019 as it states as soon as possible(also 'your' article does not mention the set allowfilerestore parameter) quote from 'rdb': RDBs allow you to recover data from a backup or copy of a database without disrupting user access to current data. -> the whole db is allready down :) 1)run eseutil (make sure restored/copy is in its clean state) 2)new db 3)allowfilerestore $true 4)mount db 5)restore db (Get-Mailbox -Database <SourceDatabase> |where {$_.ObjectClass -NotMatch '(SystemAttendantMailbox|ExOleDbSystemMailbox)'}| Set-Mailbox -Database <TargetDatabase>)
upvoted 1 times
pepeold
4 years, 6 months ago
ooops; 4)restore 5)mount
upvoted 1 times
vladgo
4 years, 5 months ago
According to the Restore process, you need a copy of the failed DB and we don´t have it, just the logs. It Needs to create a New DB first.
upvoted 1 times
vladgo
4 years, 5 months ago
Sorry. You are right, run Eseutil first.
upvoted 1 times
...
...
...
pepeold
4 years, 6 months ago
ill correct myself(im wrong :) ); See l1f3rl answer.
upvoted 1 times
...
...
...
...
RakRocky
Most Recent 4 years, 6 months ago
Run eseutil.exe create a new mailbox database set the AllowFileRestore parameter to $true Restore the database Mount the database
upvoted 1 times
Harry83
4 years, 6 months ago
Running eseutil without having the DB restored first is useless. You need first to restore the DB, then you run eseutil to check DB state (clean shutdown or dirty shutdown) & then eventually you re-run eseutil to replay the log & eventually repair the DB). I think l1f3rl solution is correct.
upvoted 2 times
vladgo
4 years, 5 months ago
I think you can run eseutil over the logs and create a DB, but i can´t verify it. it seems that the right thing to do is to apply the concept of "portability"
upvoted 1 times
...
...
...
Jaak
5 years ago
https://megabite.nl/kb/using-eseutil-to-recover-and-repair-exchange-databases/
upvoted 1 times
...
grin_hurry
5 years, 1 month ago
I think... 1.Create a new DB 2.Set allowfileRestore to $true 3.Restore DB 4.Run Eseutil 5.Mount DB
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...