July 2017
Intermediate to advanced
648 pages
31h 9m
English
To create a DAG, use the New-DatabaseAvailabilityGroup cmdlet:
New-DatabaseAvailabilityGroup -Name DAG '
-WitnessServer EX1 '
-WitnessDirectory C:\FSW '
-DatabaseAvailabilityGroupIPAddresses ([System.Net.IPAddress]::None)
The preceding command creates a new Database Availability Group named DAG. The file share witness server is set to an Exchange server named EX1, and the path for the directory is also specified. Remember that the witness server cannot be a member of the DAG!
In order to create an IP-less DAG, we use ([System.Net.IPAddress]::None) to specify that this DAG will not have an administrative access point. This is because Exchange will attempt to obtain an IP address for the DAG using DHCP if you do not provide ...
Read now
Unlock full access