Deployment and configuration of an Azure Stack HCI operating system version 22H2 cluster requires enabling specific operating system roles and features.
Note: Skip this step if the operating system is factory installed.
Enable the following roles and features: - BitLocker
- Data center bridging (DCB)
- Failover clustering
- File server
- FS-Data-Deduplication module
- Hyper-V
- Hyper-V PowerShell
- RSAT-AD-Clustering-PowerShell module
- RSAT-AD-PowerShell module
- NetworkATC
- NetworkHUD
- SMB bandwidth limit
Enable these features by running the Install-WindowsFeature PowerShell cmdlet:
Install-WindowsFeature -Name Hyper-V, NetworkATC, NetworkHUD, FS-SMBBW, Failover-Clustering, Data-Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell, FS-Data-Deduplication -IncludeAllSubFeature -IncludeManagementTools -verbose
Note: Hyper-V and the optional roles installation require a system restart. Because subsequent procedures also require a restart, the required restarts are combined into one.