Azure Stack HCI Connectivity error on Hardware check

Hexxaal 0 Reputation points
2024-03-27T10:12:10.9633333+00:00

Dear community,

I'm currently trying to deploy Azure Stack HCI cluster on a Dell machine having minimum requirements. I need to understand clearly what is making the following error :

Name

Azure Stack HCI Hardware

Status

Error

Description

Check hardware requirements

Start Time

3/26/2024, 11:49:38 AM

End Time

3/26/2024, 11:49:47 AM

Exception

Type 'ValidateHardware' of Role 'EnvironmentValidator' raised an exception: Cmdlet not supported on this platform: 0xC0000002 at <ScriptBlock>, <No file>: line 3

This happens during Validation process and can't get any clue on what is causing this.

User's image

Thank you in advance for your help !

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

1 answer

Sort by: Most helpful
  1. Trent Helms - MSFT 2,536 Reputation points Microsoft Employee
    2024-03-27T18:37:01.4533333+00:00

    Hi @Hexxaal ,

    Based on the limited error above, it would appear that there may have been a required module that was not installed prior to kicking off the validation or there may have been a previous version of the environment validator installed which does not support a specific cmdlet.

    Here is what I would try to resolve this issue:

    1. Ensure to follow all of the preparation steps carefully ensuring that all required modules are installed - Register your servers and assign permissions for Azure Stack HCI, version 23H2 deployment.
    2. Remove any previous Environment Checker versions that may be installed. The validation process runs as part of the deployment, but the version is different. Previous versions may cause these types of conflicts. You can remove existing versions using Remove-Module AzStackHci.EnvironmentChecker.

    Hope this helps!

    0 comments No comments