FailoverClusterDsc
FailoverClusterDsc copied to clipboard
This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
I am trying to create the first node of a two node WFOC cluster, the configuration is; xCluster CreateCluster { Name = "server01" StaticIPAddress = "10.12.4.15/24" DomainAdministratorCredential = $AdminCreds DependsOn...
#### Details of the scenario you tried and the problem that is occurring This is the expected way of doing things which usually works: * xCluster on first node *...
#### Details of the scenario you tried and the problem that is occurring I created a cluster with a custom path for the CNO. Example: Name = CN=mycluster,OU=ClusterOU,OU=Main,DC=example,DC=com This actually...
#### Details of the scenario you tried and the problem that is occurring Preparing 2 target nodes for installation of SQL server with AlwaysOn HA Code executed: ```powershell xClusterQuorum TemoinCluster ...
Running xClusterQuorum with NodeAndCloudMajority type fail if Cloud Witness already exists on the Cluster Group. Validation/Test is required in the function. Code used : ` xClusterQuorum SetQuorumToNodeAndCloudMajority { IsSingleInstance =...
# Problem https://github.com/PowerShell/xFailOverCluster/blob/c5702cac81a46a844c7d903c56be7ae8a90ad9f0/DSCResources/MSFT_xClusterDisk/MSFT_xClusterDisk.psm1#L90 Because this is using availabledisk and then just adding them, it's assuming the cluster can use the disk in the next procedure. The disk does not exist...
Hi, I tried to manually create Cluster via GUI in my server and it went smoothly. I am using the same credentials (username&password) as input for the mandatory `DomainAdministratorCredential` but...
The other tests are using a pattern to use different stub modules. This unit test does not.
#### Details of the scenario you tried and the problem that is occurring This resource should be able to add or remove a failover cluster. Currently it only supports changing...
#### I want to create the AD Cluster object in a specific OU #### Verbose logs showing the problem ``` PSComputerName : SRV70031 RunspaceId : 83a68bc5-290c-46d9-8521-4b55093d7bb9 ConfigurationName : QSClusterDsc DependsOn...