Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using FailoverClusterDsc for creating domain independant / workgroup Windows Cluster #280

Open
mikedavem opened this issue Mar 11, 2023 · 2 comments
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@mikedavem
Copy link

mikedavem commented Mar 11, 2023

Hi all,

I used serveral times FailoverClusterDsc for provisioning Windows Failover Cluster + availability groups. Thank you to the community :)

I'm currently trying to do the same but for a specific scenario that includes workgroup availability group (https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-clusterless-workgroup-configure?view=azuresql). In this context, I need to provision a domain independant cluster (https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/domain-independent-cluster-and-availability-group/ba-p/371462) .

Basically something like that (with -AdministrativeAccessPoint DNS) :

New-Cluster –Name NoDomainClus -Node Server1,Demo2 -AdministrativeAccessPoint DNS `
-StaticAddress 10.0.0.41 -NoStorage -IgnoreNetwork 192.168.1.0/24

According to the FailoverClusterDsc documentation , this scenario cannot be addressed currently. Am I right ?

Thank you

@johlju
Copy link
Member

johlju commented Mar 12, 2023

You are right, it is also tracked in #147. Happy to review a PR that suggest changes to support this.

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Mar 12, 2023
@mikedavem
Copy link
Author

mikedavem commented May 14, 2023

Apologize for this late answer. I didn't contributed yet but I did the exercice for a specific customer need with existing SqlServerDsc modules. Because we don't rely anymore to an Active Directory domain, lot of stuff must be modified / added ... here a first feedback:

  • Adding host entries for each replica + DNS suffix
  • Enabling PSRemoting / CredSSP for remote authentication (with workgroup user) + remote execution of PowerShell commands
  • Current Failover DSC module doesn't support AdministrativeAccessPoint mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

2 participants