October 2015
Intermediate to advanced
430 pages
8h 26m
English
In this section, we will discuss how to configure HA in a cluster and the other advanced parameters related to HA.
As shown in the preceding examples, HA is not enabled for this cluster. To enable the cluster, we will again make use of the Set-Cluster cmdlet. In the following example, HA in the cluster has been enabled:

Next, we will enable the HAAdmissionControl property. Let's first check whether HAAdmissionControl is enabled or not:
PS C:\> Get-Cluster "Lab Cluster" | Select -Property HAEnabled,HAAdmissionControlEnabled HAEnabled HAAdmissionControlEnabled --------- ------------------------- True False
To enable this ...
Read now
Unlock full access