Adding a New Hyper-V Host to an Existing Windows Server 2022 Failover Cluster

Md Rashid 0 Reputation points
2026-07-22T18:35:18.23+00:00

Description

We are planning to add a our Old Hyper-V host to an existing Windows Server 2022 Failover Cluster and would like to confirm Microsoft's recommended prerequisites and compatibility requirements before proceeding.

Current Environment

  • Windows Server 2022 Hyper-V Failover Cluster
  • Existing cluster is healthy and fully operational
  • Shared storage is already configured and working
  • Existing hosts use Intel Xeon Gold 6442Y processors
  • Old host uses an Intel Xeon Gold 6342 processor
  • All hosts will run the same Windows Server 2022 build and join the same Active Directory domain

Questions

  1. Is adding a Hyper-V host with an Intel Xeon Gold 6342 processor to a cluster currently using Intel Xeon Gold 6442Y processors a supported configuration?
  2. Besides matching the Windows Server build, are there any Microsoft requirements for:
    • BIOS version
      • Firmware version
        • TPM firmware
          • Hyper-V version
            • Cluster Functional Level
  3. Are there any recommended validation checks before adding the new node, other than running Test-Cluster?
  4. Does Microsoft recommend enabling Processor Compatibility for Live Migration when cluster nodes use different Intel Xeon generations?
  5. Are there any known issues or limitations with mixed Intel Xeon processor generations in a Windows Server 2022 Hyper-V Failover Cluster?
  6. Are there any Microsoft best practices or documented steps to follow before adding a new Hyper-V node to an existing production cluster?
  7. Is there any additional validation or health check Microsoft recommends after successfully adding the new node?

Our goal is to ensure the new Hyper-V host is added in a fully supported configuration and to avoid any compatibility issues after it joins the production cluster.

Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments

1 answer

Sort by: Most helpful
  1. VPHAN 42,425 Reputation points Independent Advisor
    2026-07-22T19:09:02.9133333+00:00

    Hi Md Rashid,

    Adding a node with a third-generation Intel Xeon processor to a cluster of fourth-generation processors is a fully supported architecture. The primary configuration requirement is that your cluster must be operating at Cluster Functional Level 11, which is the native operational mode for Windows Server 2022. Additionally, your BIOS and firmware microcode must be identically patched across all nodes to ensure uniform CPU vulnerability mitigations.

    The newer processors possess advanced instruction sets absent in the older processor, so you are required to enable Processor Compatibility Mode to facilitate Live Migration. Without this, Hyper-V will block migrations from the newer nodes to the older node to prevent guest operating system crashes. To apply this, you must shut down the virtual machines and execute the PowerShell cmdlet Set-VMProcessor followed by your virtual machine name and the parameter -CompatibilityForMigrationEnabled set to true. This dynamically masks the advanced processor features, presenting a uniform baseline to the guest operating systems.

    Before joining the node, execute the Test-Cluster PowerShell cmdlet, specifying only your current and target nodes, and intentionally exclude the storage parameter to prevent your active Cluster Shared Volumes from dropping offline. After using Add-ClusterNode to introduce the host to the environment, you should verify its health by reviewing the Microsoft-Windows-FailoverClustering/Operational log in the Event Viewer. You should look specifically for Live Migration success events after manually testing virtual machine movement to and from the newly introduced legacy hardware.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?


Your answer

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