What should you recommend?

You need to recommend changes to the existing environment to meet the high-availability requirements for the
mailbox databases. What should you recommend?

You need to recommend changes to the existing environment to meet the high-availability requirements for the
mailbox databases. What should you recommend?

A.
Run the Suspend-MailboxDatabaseCopy cmdlet

B.
Run the Update-MailboxDatabaseCopy cmdlet.

C.
Deploy a file share witness to a branch office.

D.
Modify the cluster resource properties.



Leave a Reply 6

Your email address will not be published. Required fields are marked *


DSKyo

DSKyo

This is taken out of context, does someone have the full scenario?

Kamlesh

Kamlesh

Case Study of couple of question like this and few before it is present in old version of this dumps

DSKyo

DSKyo

Found it, here it is:

High Availability Requirements
Fabrikam identifies the following high-availability requirements for the planned deployment:

-Mailbox databases that contain mailboxes for the New York office users must only be activated on the servers in the London office manually.

-All client access connections to the London and New York offices must use load-balanced namespaces. The load balancing mechanism must perform health checks.

Looking at the answers provided to this question, none would match the second request with the load balancers, so I assume they mean the first part with the db copy activation, in which case the correct answer would be A. Suspend-MailboxDatabaseCopy -Identity DB01\LONDON1 -ActivationOnly

Mariyan

Mariyan

I agree, A) sounds right regarding the manual activation requirement

Pad20

Pad20

A Suspend the copy and the passive copy of database will not be updated.
We must prevent auto Activation et failover manually.

The best is:
Set-MailboxServer -Identity EX1 -DatabaseCopyAutoActivationPolicy Blocked

But this is not proposed. We must use Cluster.exe or failover console and configure failover to manually.