Skip navigation
Using the New Active Directory Detached Cluster Option

Using the New Active Directory Detached Cluster Option

Q: What are good scenarios for the new Active Directory (AD) detached implementation of Failover Clustering?

A: In Windows Server 2008, an object is created (Cluster Name Object) in AD for the cluster, which is used primarily for Kerberos purposes. However, this adds some burden being able to create objects in Active Directory.

Windows Server 2012 R2 enables a cluster to be created without creating this AD object. (Note this has to be set when creating the cluster and cannot be changed post cluster creation. Set by creating the cluster with New-Cluster -AdministrativeAccessPoint DNS).

The only real workload for which this is a good fit is SQL Server clusters that don't leverage Kerberos. It is not a good fit for other workloads for various reasons:

  •  Kerberos is required to be able to perform Live Migrations with Hyper-V clusters, and a Hyper-V cluster that can't Live Migrate is useless.
  • SMB prefers to use Kerberos, which means you should not use AD-detached for file server clusters.
  • MSMQ (does anyone still use this?) writes to AD, so is not a fit.
  • BitLocker of cluster shared volumes (CSV) requires the cluster name object (CNO), so AD-detached means no BitLocker of CSV volumes.

This really does emphasize how the AD-detached scenario is only for SQL environments that use SQL authentication, and isn't  recommended for anything else.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish