Deployment and configuration of an Azure Stack HCI operating system version 22H2 cluster requires enabling specific operating system roles and features.
Enable the following roles and features:- Hyper-V service (not required if the operating system is factory-installed)
- Failover clustering
- Data center bridging (DCB) (required only when implementing fully converged network topology with RoCE and when
Implementing DCB for the fully converged topology with iWARP)
- BitLocker (optional)
- File Server (optional)
- RSAT-AD-PowerShell module (optional)
Enable these features by running the Install-WindowsFeature PowerShell cmdlet:
Install-WindowsFeature -Name Hyper-V, Failover-Clustering, Data-Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell -IncludeAllSubFeature -IncludeManagementTools -verbose