Deploy the Azure Stack HCI operating system

Applies to: Azure Stack HCI, versions 22H2 and 21H2

Warning

The deployment instructions provided in this article apply to an older version, Azure Stack HCI, version 22H2. For new deployments, we recommend that you use the latest generally available version, Azure Stack HCI, version 23H2. For deployment instructions, see About Azure Stack HCI, version 23H2 deployment.

The first step in deploying Azure Stack HCI is to download Azure Stack HCI and install the operating system on each server that you want to cluster. This article discusses different ways to deploy the operating system, and using Windows Admin Center to connect to the servers.

Note

If you've purchased Azure Stack HCI Integrated System solution hardware from the Azure Stack HCI Catalog through your preferred Microsoft hardware partner, the Azure Stack HCI operating system should be pre-installed. In that case, you can skip this step and move on to Create an Azure Stack HCI cluster.

Determine hardware and network requirements

Microsoft recommends purchasing a validated Azure Stack HCI hardware/software solution from our partners. These solutions are designed, assembled, and validated against our reference architecture to ensure compatibility and reliability, so you get up and running quickly. Check that the systems, components, devices, and drivers you are using are certified for use with Azure Stack HCI. Visit the Azure Stack HCI solutions website for validated solutions.

At minimum, you need one server, a reliable high-bandwidth, low-latency network connection between servers, and SATA, SAS, NVMe, or persistent memory drives that are physically attached to just one server each. However, your hardware requirements may vary depending on the size and configuration of the cluster(s) you wish to deploy. To make sure your deployment is successful, review the Azure Stack HCI system requirements.

Before you deploy the Azure Stack HCI operating system:

For Azure Kubernetes Service on Azure Stack HCI and Windows Server requirements, see AKS requirements on Azure Stack HCI.

Gather information

To prepare for deployment, you'll need to take note of the server names, domain names, computer account names, RDMA protocols and versions, and VLAN ID for your deployment. Gather the following details about your environment:

  • Server name: Get familiar with your organization's naming policies for computers, files, paths, and other resources. If you need to provision several servers, each should have a unique name.

  • Domain name: Get familiar with your organization's policies for domain naming and domain joining. You'll be joining the servers to your domain, and you'll need to specify the domain name.

  • Computer account names: Servers that you want to add as cluster nodes have computer accounts. These computer accounts need to be moved into their own dedicated organizational unit (OU).

  • Organizational unit (OU): If not already done so, create a dedicated OU for your computer accounts. Consult your domain administrator about creating an OU. For detailed information, see Create a failover cluster.

  • Static IP addresses: Azure Stack HCI requires static IP addresses for storage and workload (VM) traffic and doesn't support dynamic IP address assignment through DHCP for this high-speed network. You can use DHCP for the management network adapter unless you're using two in a team, in which case again you need to use static IPs. Consult your network administrator about the IP address you should use for each server in the cluster.

  • RDMA networking: There are two types of RDMA protocols: iWarp and RoCE. Note which one your network adapters use, and if RoCE, also note the version (v1 or v2). For RoCE, also note the model of your top-of-rack switch.

  • VLAN ID: Note the VLAN ID to be used for the network adapters on the servers, if any. You should be able to obtain this from your network administrator.

  • Site names: For stretched clusters, two sites are used for disaster recovery. You can set up sites using Active Directory Domain Services, or the Create cluster wizard can automatically set them up for you. Consult your domain administrator about setting up sites.

Install Windows Admin Center

Windows Admin Center is a locally deployed, browser-based app for managing Azure Stack HCI. The simplest way to install Windows Admin Center is on a local management PC (desktop mode), although you can also install it on a server (service mode).

If you install Windows Admin Center on a server, tasks that require CredSSP, such as cluster creation and installing updates and extensions, require using an account that's a member of the Gateway Administrators group on the Windows Admin Center server. For more information, see the first two sections of Configure User Access Control and Permissions.

Prepare hardware for deployment

After you've acquired the server hardware for your Azure Stack HCI solution, it's time to rack and cable it. Use the following steps to prepare the server hardware for deployment of the operating system.

  1. Rack all server nodes that you want to use in your server cluster.
  2. Connect the server nodes to your network switches.
  3. Configure the BIOS or the Unified Extensible Firmware Interface (UEFI) of your servers as recommended by your Azure Stack HCI hardware vendor to maximize performance and reliability.

Note

If you are preparing a single server deployment, see the Azure Stack HCI OS single server overview

Operating system deployment options

You can deploy the Azure Stack HCI operating system in the same ways that you're used to deploying other Microsoft operating systems:

  • Server manufacturer pre-installation.
  • Headless deployment using an answer file.
  • System Center Virtual Machine Manager (VMM).
  • Network deployment.
  • Manual deployment by connecting either a keyboard and monitor directly to the server hardware in your datacenter, or by connecting a KVM hardware device to the server hardware.

Server manufacturer pre-installation

For enterprise deployment of the Azure Stack HCI operating system, we recommend Azure Stack HCI Integrated System solution hardware from your preferred hardware partner. The solution hardware arrives with the operating system preinstalled, and supports using Windows Admin Center to deploy and update drivers and firmware from the hardware manufacturer.

Solution hardware ranges from 1 to 16 nodes and is tested and validated by Microsoft and partner vendors. ​To find Azure Stack HCI solution hardware from your preferred hardware partner, see the Azure Stack HCI Catalog.

Headless deployment

You can use an answer file to do a headless deployment of the operating system. The answer file uses an XML format to define configuration settings and values during an unattended installation of the operating system.

For this deployment option, you can use Windows System Image Manager to create an unattend.xml answer file to deploy the operating system on your servers. Windows System Image Manager creates your unattend answer file through a graphical tool with component sections to define the "answers" to the configuration questions, and then ensure the correct format and syntax in the file. The Windows System Image Manager tool is available in the Windows Assessment and Deployment Kit (Windows ADK). To get started: Download and install the Windows ADK.

System Center Virtual Machine Manager (VMM) deployment

You can use System Center 2022 to deploy the Azure Stack HCI, version 21H2 operating system on bare-metal hardware, as well as to cluster and manage the servers. For more information about using VMM to do a bare-metal deployment of the operating system, see Provision a Hyper-V host or cluster from bare metal computers.

Important

You can't use Microsoft System Center Virtual Machine Manager 2019 to deploy or manage clusters running Azure Stack HCI, version 21H2. If you're using VMM 2019 to manage your Azure Stack HCI, version 20H2 cluster, don't attempt to upgrade the cluster to version 21H2 without first installing System Center 2022.

Network deployment

Another option is to install the Azure Stack HCI operating system over the network using Windows Deployment Services.

Manual deployment

To manually deploy the Azure Stack HCI operating system on the system drive of each server to be clustered, install the operating system via your preferred method, such as booting from a DVD or USB drive. Complete the installation process using the Server Configuration tool (SConfig) to prepare the server or servers for clustering. To learn more about the tool, see Configure a Server Core installation with SConfig.

To manually install the Azure Stack HCI operating system:

  1. Start the Install Azure Stack HCI wizard on the system drive of the server where you want to install the operating system.

  2. Choose the language to install or accept the default language settings, select Next, and then on next page of the wizard, select Install now.

    The language page of the Install Azure Stack HCI wizard.

  3. On the Applicable notices and license terms page, review the license terms, select the I accept the license terms checkbox, and then select Next.

  4. On the Which type of installation do you want? page, select Custom: Install the newer version of Azure Stack HCI only (advanced).

    Note

    Upgrade installations are not supported in this release of the operating system.

    The installation type option page of the Install Azure Stack HCI wizard.

  5. On the Where do you want to install Azure Stack HCI? page, either confirm the drive location where you want to install the operating system or update it, and then select Next.

    The drive location page of the Install Azure Stack HCI wizard.

  6. The Installing Azure Stack HCI page displays to show status on the process.

    The status page of the Install Azure Stack HCI wizard.

    Note

    The installation process restarts the operating system twice to complete the process, and displays notices on starting services before opening an Administrator command prompt.

  7. At the Administrator command prompt, select Ok to change the user's password before signing in to the operating system, and press Enter.

    The change password prompt.

  8. At the Enter new credential for Administrator prompt, enter a new password, enter it again to confirm it, and then press Enter.

  9. At the Your password has been changed confirmation prompt, press Enter.

    The changed password confirmation prompt

Configure the server using SConfig

Now you're ready to use the Server Configuration tool (SConfig) to perform important tasks. To use SConfig, log on to the server running the Azure Stack HCI operating system. This could be locally via a keyboard and monitor, or using a remote management (headless or BMC) controller, or Remote Desktop. The SConfig tool opens automatically when you log on to the server.

The Server Configuration tool interface.

From the Welcome to Azure Stack HCI window (SConfig tool), you can perform these initial configuration tasks on each server:

  • Configure networking or confirm that the network was configured automatically using Dynamic Host Configuration Protocol (DHCP).
  • Rename the server if the default automatically generated server name does not suit you.
  • Join the server to an Active Directory domain.
  • Add your domain user account or designated domain group to local administrators.
  • Enable access to Windows Remote Management (WinRM) if you plan to manage the server from outside the local subnet and decided not to join domain yet. (The default Firewall rules allow management both from local subnet and from any subnet within your Active Directory domain services.)

For more detail, see Server Configuration Tool (SConfig).

After configuring the operating system as needed with SConfig on each server, you're ready to use the Cluster Creation wizard in Windows Admin Center to cluster the servers.

Note

If you're installing Azure Stack HCI on a single server, you must use PowerShell to create the cluster.

Next steps

To perform the next management task related to this article, see: