To resolve the issue where the cluster identity may lack permissions required to update the computer object, you should check the following:
- Permissions for Cluster Identity: Ensure that the cluster identity (in your case, 'CLPWGIRSQL$') has the necessary permissions to update computer objects in Active Directory. You may need to work with your domain administrator to verify and adjust these permissions.
- Password Synchronization: Verify that the password for the cluster name account matches the password stored in Active Directory. If there is a mismatch, you may need to reset the password for the cluster name account.
- Active Directory Object Repair: If permissions are correct but the issue persists, consider using the "Repair Active Directory Object" option in the Failover Cluster Manager. This option will help synchronize the Active Directory password for the cluster name account.
- Cluster Validation: Run a cluster validation (excluding the storage section) to check for any misconfigurations that might affect the cluster's ability to update the computer object.
- Event Logs: Review the system and cluster logs for any additional error messages that might provide more context about the failure. Look for Event IDs 1069 and 1207, as they often indicate issues with cluster resources.
By following these steps, you should be able to identify and resolve the permission issues affecting your cluster identity.
References: