Deployment and configuration of an Azure Stack HCI operating system version 22H2 cluster requires enabling specific operating system roles and features.
- BitLocker
- Data center bridging (DCB)
- Failover clustering
- File server
- 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 -IncludeAllSubFeature, -IncludeManagementTools -verbose
Deployment and configuration of Windows Server 2019 or Windows Server 2022 operating system 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