Forum Discussion

Nippi's avatar
Nippi
Copper Contributor
Jan 15, 2025

Windows Admin Center S2D Failover Cluster failure network

Hello,

i will configure a new S2D Failover Cluster over WAC. On network i sea a message "one ore more deactivated network adapter founded" but i cant found deactivated networkadapter. We have 2 servers with 3 dual networkcard and on the servers i cant found a problem.

 

any idea?

3 Replies

  • Nippi's avatar
    Nippi
    Copper Contributor

    Tha Problem was WAC on W10. I installed WAC on W11 PC and now its working fine.

    • Better avoid WAC on Windows Client and use a Windows Server Core VM, 2022 or 2025. En-us native language. 

  • Verify Network Adapter Configuration

    • Check Physical Network Adapters:
      • On both servers, open Device Manager.
      • Verify that all physical network adapters are enabled and functional.
      • Look for adapters marked with a red "X" (disabled) or yellow warning icon (driver issues).
    • Check Virtual Network Adapters:
      • If using virtual adapters (e.g., from Hyper-V or a virtual switch), ensure they are correctly configured and not in a disabled state.

    List All Network Adapters: Get-NetAdapter | Select-Object Name, Status, InterfaceDescription

    List Hidden Network Adapters:

    Get-PnpDevice -Class Net -Status Unknown,Error | Select-Object Name, Status

    nable Disabled Adapters: If any adapter is disabled, enable it:

    Enable-NetAdapter -Name "AdapterName"

    Check Network Binding Order

    1. Open Network Connections (ncpa.cpl) on both servers.
    2. Ensure that all required adapters are listed and enabled.
    3. Ensure the network binding order is correct for cluster communication and storage traffic:
      • Priority order: Cluster communication, Storage, Management.
    4. erver Manager > Local Server > NIC Teaming.
    5. Verify that all adapters in the team are active and configured correctly.
    6. Ensure the team is visible and operational in Get-NetAdapter output.
    7.  

Resources