Replace CNO for cluster

Last updated:

WINDOWSCLUSTER

Issue

CNO which was created was deleted on AD side, and new computer object was created. Cluster validation fails with “Unable to find computer object”

Fix

  1. Create a new computer node. Ignore if CNO already exists.
  2. Get objectGUID attribute in hexadecimal. Remove spaces and convert in lower case.
  3. On the cluster nodes, use Regedit and view HKLM\Cluster and identify the value of ClusterNameResource. It will be a long ugly number and is the Cluster Name Resource GUID.
  4. Go to HKLM\Cluster\Resources\ClusterNameResourceGUID\Parameters
  5. Edit the ObjectGUID key and replace the value with the value you copied in step 3. This tells the cluster to use the new CNO.
  6. Edit on all nodes.
  7. Try cluster repair.

references:

Field Notes of a Computer Geek: Replace Missing Cluster Name Object for DAG (byronwright.blogspot.com)