Azure Stack HCI – Install

Azure Stack HCI – Install

Hi all , jut praparing my path for Certification for Azure AZ-104 , AZ-500 , AZ-600 and so on , I installed Azure Stack HCI in 2019 in a Dell Server from DVD , pretty easy install .

This time i tried different configuration from USB and in Intel NUC Celeron 16Gb RAM with a 500Gb SSD. Initially i have an error :

The Cloud folder included with the installation contains the following files:
File Description
CloudDeployment_.zip* Azure Stack HCI, version 22H2 content images and agents.
BoostrapCloudDeploymentTool.ps1 Hash script to extract content and launch the deployment tool. When this script is run with the -ExtractOnly parameter, it will extract the zip file, but not launch the deployment tool.
Verify-CloudDeployment_buildnumber.zip_Hash.ps1 Hash used to validate the integrity of the .zip file.
Boot and install the OS

To install the Azure Stack HCI operating system, follow these steps:

The first step is to Download Azure Stack HCI 22H2.

You’ll need to fill out and submit a trial form. On the Azure Stack HCI software download form page, select Download Azure Stack HCI. This action downloads an ISO file that you’ll use to install the operating system on each server that you want to cluster.

Screenshot of the Azure Stack HCI download.

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

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

Screenshot of the language page of the Install Azure Stack HCI wizard.

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

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.

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

On the Where do you want to install Azure Stack HCI? page, make sure that a special disk partition layout is created:
Disk partition Recommended min. size Purpose
Boot partition (C:) 60 GB* Used for the OS
Data partition (D:) 120 GB Used for logs, crash dumps

* – The minimum requirement should be based on the memory required to ensure a full memory dump can be created. For more information, see Overview of memory dump file options for Windows.

Confirm the OS installation in the boot partition, and then select Next.

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

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

Screenshot of 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.

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

Screenshot of the change password prompt.

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

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

Screenshot of the changed password confirmation prompt.

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.

Screenshot of the Server Configuration tool interface.
Configure the OS using SConfig

You can use SConfigto configure Azure Stack HCI version 22H2 after installation as follows:

Configure networking as per your environment.

Configure a default valid gateway and a DNS server.

Rename the server(s) using option 2 in SConfig to match what you have used when preparing Active Directory, as you won’t rename the servers later.

Restart the servers.

Set the local administrator credentials to be identical across all servers.

Install the latest drivers and firmware as per the instructions provided by your hardware manufacturer. You can use SConfig to run driver installation apps. After the install is complete, restart your servers again.

Install required Windows Roles

Note

Skip this step if deployment is via the PowerShell. This step is required only if you deploy via the deployment tool.

Install the Hyper-V role. Run the following command:
PowerShell

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Your servers will restart and this will take a few minutes.

After the servers have restarted, use the option 15 in SConfig to launch the PowerShell session.

Skip this step if you’re deploying a single server.

For a multi-node cluster, go to the first server of your cluster. Run the following command:
PowerShell

Set-Item Wsman:\Localhost\Client\TrustedHosts -Value *

On all other subsequent nodes (excluding the first server), run the following command:
PowerShell

winrm quickconfig

Finally, enable ICMP. This command is required for the other nodes to access the first node.
Azure PowerShell

netsh advfirewall firewall add rule name=”ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in action=allow

Next steps

After installing the Azure Stack HCI version 22H2 OS, you’re ready to install, configure, and run the deployment tool in Windows Admin Center. You can either create a new deployment configuration file interactively or use an existing configuration file you created:

Deploy using a new configuration file.

Deploy using an existing configuration file.

If preferred, you can also deploy using PowerShell.

Recommended content

Prerequisites to deploy Azure Stack HCI (preview) – Azure Stack HCI

Learn about the prerequisites to deploy Azure Stack HCI (preview).
Troubleshoot Azure Stack HCI registration issues and errors – Azure Stack HCI

Common issues registering Azure Stack HCI clusters with Azure.
Prepare Active Directory for new Azure Stack HCI deployments (preview) – Azure Stack HCI

Learn how to prepare Active Directory before you deploy Azure Stack HCI (preview).
Azure Stack HCI two-node storage switchless deployment network reference pattern – Azure Stack HCI

Plan to deploy an Azure Stack HCI two-node storage switchless network reference pattern.

Feedback