dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

Cluster: Should support Active Directory-detached cluster #147

Open johlju opened 7 years ago

johlju commented 7 years ago

Details of the scenario you tried and the problem that is occurring: Even if the nodes must be joined in the active directory domain, xCluster should support the dns-only administrative point.

How to deploy an Active Directory-detached cluster https://technet.microsoft.com/en-us/library/dn265970(v=ws.11).aspx#Anchor_1

New-Cluster documentation https://technet.microsoft.com/en-us/itpro/powershell/windows/failoverclusters/new-cluster

The DSC configuration that is using the resource (as detailed as possible): n/a

Version of the Operating System and PowerShell the DSC Target Node is running: n/a

Version of the DSC module you're using, or 'dev' if you're using current dev branch: Dev

johlju commented 7 years ago

Note that in Windows Server 2016 the nodes does not need to me joined to the domain.

https://www.mssqltips.com/sqlservertip/4951/deploy-a-windows-server-2016-failover-cluster-without-active-directory-part-1/ https://www.mssqltips.com/sqlservertip/4962/deploy-a-windows-server-2016-failover-cluster-without-active-directory--part-2/

fduranti commented 2 years ago

Hi, Will this feature be implemented any time soon?

johlju commented 2 years ago

As soon as anyone in the community sends in a pull request to be reviewed. @fduranti you are welcome to take it on if you like.