The error message you are encountering, "Access is denied," when validating the network name resource against Active Directory typically indicates a permissions issue related to the cluster name object (CNO) or the Active Directory organizational unit (OU) where the cluster resides. Here are some steps you can take to troubleshoot and potentially resolve the issue:
- Check Permissions: Ensure that the account you are using has sufficient permissions on the Active Directory OU where the cluster name resource is located. The authenticated users should have at least Read permissions on the default Computers container, as this is often necessary for cluster operations.
- Cluster Name Account: Verify that the cluster name account is not disabled in Active Directory. If it is disabled, you can enable it through the Active Directory Users and Computers snap-in.
- Role Assignments: Review the role assignments you have set up. While you have added several role assignments at the subscription level, ensure that the account being used for the cluster has the necessary permissions to perform cluster operations in Active Directory.
- OU Naming: Regarding the naming of the OU, while spaces in OU names can sometimes cause issues, it is generally more critical to ensure that the proper permissions are set. However, if Lenovo Professional Services has indicated that spaces could be problematic, it may be worth considering renaming the OU without spaces to avoid any potential issues.
- Active Directory Replication: If this is a new setup, ensure that Active Directory replication is functioning correctly and that all domain controllers have the latest information.
- Cluster Validation: You can also run the
Test-Clustercmdlet with the-Includeparameter to check for specific validation errors that might provide more insight into the access issue.
If after checking these areas you still face issues, it may be beneficial to consult with your Active Directory administrator to ensure that all necessary permissions and configurations are in place for the cluster operations.
References: