Welcome to Microsoft Q&A!
Thank you for providing the detailed error information.
The reported events indicate an Active Directory and secure DNS registration issue affecting the SQL Server FCI Virtual Computer Object (VCO). If the cluster cannot locate, authenticate, or update the VCO, the SQL Network Name resource cannot come online, which prevents the SQL Server role from starting or failing over. This is consistent with Event IDs 1207/1219 and error 1326.
Please ask the AD/DNS administrator to verify the following:
1. VCO status
- Confirm that the VCO xxxxxxx$ exists in Active Directory and is enabled.
- If it was deleted, restore it from the AD Recycle Bin or recreate/prestage it.
- After correcting permissions, use the cluster Network Name resource’s Repair action if password synchronization is required.
2. CNO permissions
- Confirm that the Cluster Name Object (CNO) exists and is enabled.
- Ensure that the CNO has Create Computer objects and Read all properties permissions in the OU containing the cluster computer objects.
- If the VCO is prestaged, grant the CNO the required permissions on that VCO.
3. Secure DNS permissions
- Verify that the CNO/VCO can create and update records in the secure domainname.com DNS zone.
- Check whether the existing DNS record for dnsname is stale or owned by an incorrect security principal. Insufficient secure DNS permissions can be the cause of Network Name resources failing to come online.
4. Domain controller and replication health
- Confirm that every cluster node can locate a writable domain controller and resolve the domain correctly.
- Check AD replication and DNS health for outdated or inconsistent object information.
After correcting the AD object and DNS permissions, bring the SQL Network Name resource online and test failover and failback.
If the issue continues, collect the cluster logs from all nodes: Get-ClusterLog -UseLocalTime -Destination C:\ClusterLogs
Also review the FailoverClustering, DNS Server, and Directory Services event logs.
Most likely cause: The SQL FCI VCO is missing, disabled, or inaccessible, or the CNO lacks permission to manage the VCO and securely update its DNS record.
For additional information, please visit:
Prestage cluster computer objects in Active Directory Domain Services | Microsoft Learn
If the answer is helpful, please click Accept Answer.
Thank you for using Microsoft Q&A.