Drag and Drop Question
You have an Exchange Server 2016 organization. The organization contains five servers. The
servers are configured as shown in the following table:
EXOI, EX02, EX03, and EX04 are members of a database availability group (DAG) named DAG01.
The data center in New York fails. You need to activate DAG01 in the London site. Which three
commands should you run in sequence? To answer, move the appropriate commands from the list
of commands to the answer area and arrange them in the correct order
Set-Service -Name clussvc -ComputerName EX01 -Status Stopped
Set-Service -Name clussvc -ComputerName EX02 -Status Stopped
Stop-DatabaseAvailabilityGroup -identity DAG01 -ActiveDirectorySite “New York” -ConfigurationOnly $TRUE
Restore-DatabaseAvailabilityGroup -Identity DAG01 -ActiveDirectorySite “London” -AlternateWitnessServer SRV02 -AlternateWitnessDirectory D:\DAG1
https://technet.microsoft.com/en-us/library/dd351049(v=exchg.160).aspx
0
1
Stop-DatabaseAvailabilityGroup -identity DAG01 -ActiveDirectorySite “New York” -ConfigurationOnly $TRUE
Set-Service -Name clussvc -ComputerName EX03 -Status Stopped
Set-Service -Name clussvc -ComputerName EX04 -Status Stopped
Restore-DatabaseAvailabilityGroup -Identity DAG01 -ActiveDirectorySite “London” -AlternateWitnessServer SRV02 -AlternateWitnessDirectory D:\DAG1
Same URL 😉
2
0