Azure Stack HCI - Network Adapters in status Up (Excluded)

PANDOLFINO Luigi 20 Reputation points
2023-11-09T17:11:42.29+00:00

Hi Everyone,
we are configuring a cluster based on Azure Stack HCI certified hardware (2 nodes DELL AX-6515).
After many (and many) issues we are stuck here:

User's image

We already tried to contact Dell but they wasn't able to solve the errors.
All firmwares are updated and the OS is already upgraded to the last version.
Someone had this kind of issue?

Thank you in advance,
Luigi

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
301 questions
{count} votes

Accepted answer
  1. Trent Helms - MSFT 2,536 Reputation points Microsoft Employee
    2023-11-10T12:56:49.27+00:00

    Hi,

    Usually when adapters show as 'Excluded' in Windows Admin Center (WAC), it is caused by outdated or mismatched drivers or using Inbox drivers. You mentioned above that the firmware was already updated to the latest version. Can you confirm the drivers were also updated? After the updates were completed, did you fully exit and restart the 'Cluster Creation Wizard' in WAC? Also, is WAC and all of the extensions updated to the latest versions?

    If the answer is 'yes' to all of the above questions, I would suggest confirming that both nodes do indeed match in their versions. Run the command below on both nodes and compare the two outputs. Each adapter needs to match its counterpart on both nodes.

    Get-NetAdapter | select Name,LinkSpeed,AdminStatus,MediaConnectionStatus,DriverFileName,DriverVersion,ComponentID,DriverDate,DriverDescription,DriverProvider | sort Name
    

    If everything matches identically, you could create the cluster via PowerShell instead of WAC as an option.

    If you still have this issue, feel free to respond, and we'll try to help you further. I may also suggest opening a case via the Azure portal for assistance with your deployment.

    Hope this helps!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful