How can i fix validation check on scvmm?

장경준 0 Reputation points
2024-09-26T01:13:05.9066667+00:00

I made Hyper-v Cluster using 2 server.

And I passed cluster validation check.

And I add the cluster on SCVMM successful.

But when i tried validation check on SCVVM, result was failed return below error.

Validate resource health

Description: Verify that cluster resources are online and list cluster resources running in other resource monitors.

Started: 9/25/2024 9:25:58 AM.

Validating the cluster resource Virtual Machine Cluster WMI.

The cluster resource store QoS resource is being validated.

Validating cluster resource IP address: 10.10.10.10.

Cluster Resource Cluster Disk 1 is being validated.

Cluster resource Cluster Disk 2 is being validated.

CLUSTER RESOURCE NAME: VALIDATING "XXXX-CLUSTER".

Network Name Resource Name: "XXXX-CLUSTER" is checking for Active Directory issues.

"""An error occurred while running the test. The operation failed. An error occurred while resolving the Active Directory organizational unit for the cluster name resource. The parameter is wrong"""

Stopped: 9/25/2024 9:27:23 AM.

SCVMM service account has below permission.

"Account Operators

Administrators

Domain Admins

Domain Users

Enterprise Admins"

System Center Virtual Machine Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. XinGuo-MSFT 18,771 Reputation points
    2024-09-26T07:43:10.5166667+00:00

    Hi,

    It sounds like you’re encountering an issue with the Active Directory configuration for your cluster in SCVMM.

    Here are some steps you can take to troubleshoot and resolve this issue:

    Check Active Directory Configuration:

    • Ensure that the cluster name is correctly registered in AD.
    • Verify that the cluster computer object has the necessary permissions in AD.

    Validate DNS Settings:

      - Make sure that the DNS settings for the cluster are correct and that the cluster name can be resolved to the correct IP address.
      
    
    1. Verify WMI Service:
      • Ensure that the Windows Management Instrumentation (WMI) service is running on all cluster nodes. You can check this by running services.msc and looking for the “Windows Management Instrumentation” service.
    2. Check Cluster Network Configuration:
      • Verify that the cluster network configuration is correct and that all nodes can communicate with each other.

    Let me know if you need more detailed guidance on any of these steps.

    0 comments No comments

  2. Alex Bykovskyi 2,091 Reputation points
    2024-10-03T15:01:54.6766667+00:00

    Hey,

    The issue should be related to the user permissions in AD. To resolve this problem, try granting the Read permission to authenticated users. https://learn.microsoft.com/en-us/troubleshoot/windows-server/high-availability/parameter-incorrect-error-cluster-validation-fails

    In addition, might be helpful with configuring 2 node Failover Cluster.
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-for-hyper-v-2-node-hyperconverged-scenario-with-windows-server-2016/

    Cheers,

    Alex Bykovskyi

    StarWind Software

    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.