Skip to content

Commit 7b1b114

Browse files
authored
Merge pull request #17204 from LouisBerner/v-loberner-ado-399396-feb-content-freshness-ronmia
Updated with Acrolinx suggestions and very light edits.
2 parents 35d3e6a + b103f5e commit 7b1b114

File tree

2 files changed

+73
-58
lines changed

2 files changed

+73
-58
lines changed

azure-local/deploy/single-server.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: robess
66
ms.topic: how-to
77
ms.reviewer: kimlam
88
ms.lastreviewed: 01/17/2023
9-
ms.date: 01/31/2024
9+
ms.date: 02/27/2025
1010
---
1111

1212
# Deploy Azure Stack HCI on a single server
@@ -23,9 +23,9 @@ Currently you can't use Windows Admin Center to deploy Azure Stack HCI on a sing
2323

2424
## Prerequisites
2525

26-
- A server from the [Azure Stack HCI Catalog](https://hcicatalog.azurewebsites.net/#/catalog) that's certified for use as a single-node cluster and configured with all NVMe or all SSD drives.
26+
- A server from the [Azure Stack HCI Catalog](https://hcicatalog.azurewebsites.net/#/catalog) certified for use as a single-node cluster and configured with all NVMe or all SSD drives.
2727
- For network, hardware and other requirements, see [Azure Stack HCI network and domain requirements](../deploy/operating-system.md#determine-hardware-and-network-requirements).
28-
- Optionally, [install Windows Admin Center](/windows-server/manage/windows-admin-center/deploy/install) to register and manage the server once it has been deployed.
28+
- Optionally, [install Windows Admin Center](/windows-server/manage/windows-admin-center/deploy/install) to register and manage the server after it's deployed.
2929

3030
## Deploy on a single server
3131

@@ -38,8 +38,10 @@ Here are the steps to install the Azure Stack HCI OS on a single server, create
3838
```
3939
4040
1. Install the Azure Stack HCI OS on your server. For more information, see [Deploy the Azure Stack HCI OS](../deploy/operating-system.md#manual-deployment) onto your server.
41+
4142
1. Configure the server utilizing the [Server Configuration Tool](/windows-server/administration/server-core/server-core-sconfig) (SConfig).
42-
1. Install the required roles and features using the following command, then reboot before continuing.
43+
44+
1. Install the required roles and features using the following command, then reboot before you continue.
4345
4446
```powershell
4547
Install-WindowsFeature -Name "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "Storage-Replica", -IncludeAllSubFeature -IncludeManagementTools
@@ -60,10 +62,11 @@ Here are the steps to install the Azure Stack HCI OS on a single server, create
6062
```
6163

6264
> [!NOTE]
63-
> - The cluster name should not exceed 15 characters.
64-
> - The `New-Cluster` command will also require the `StaticAddress` parameter if the node is not using DHCP for its IP address assignment. This parameter should be supplied with a new, available IP address on the node's subnet.
65+
> - The cluster name shouldn't exceed 15 characters.
66+
> - The `New-Cluster` command requires the `StaticAddress` parameter if the node isn't using DHCP for its IP address assignment. This parameter should be supplied with a new, available IP address on the node's subnet.
6567
6668
1. Use [PowerShell](../deploy/register-with-azure.md?tab=power-shell#register-a-cluster) or [Windows Admin Center](../deploy/register-with-azure.md?tab=windows-admin-center#register-a-cluster) to register the cluster.
69+
6770
1. [Create volumes](/windows-server/storage/storage-spaces/create-volumes).
6871

6972
## Updating single-node clusters
@@ -76,16 +79,20 @@ For solution updates (such as driver and firmware updates), see your solution ve
7679

7780
## Change a single-node to a multi-node cluster (optional)
7881

79-
You can add servers to your single-node cluster, also known as scaling out, though there are some manual steps you must take to properly configure Storage Spaces Direct fault domains (`FaultDomainAwarenessDefault`) in the process. These steps aren't present when adding servers to clusters with two or more servers.
82+
You can add servers to your single-node cluster, also known as scaling out, though there are some manual steps you must take to properly configure Storage Spaces Direct fault domains (`FaultDomainAwarenessDefault`) in the process. These steps aren't present when you add servers to clusters with two or more servers.
8083

8184
1. Validate the cluster by specifying the existing server and the new server: [Validate an Azure Stack HCI cluster - Azure Stack HCI | Microsoft Docs](../deploy/validate.md).
85+
8286
2. If cluster validation was successful, add the new server to the cluster: [Add or remove servers for an Azure Stack HCI cluster - Azure Stack HCI | Microsoft Docs](../manage/add-cluster.md).
87+
8388
3. Once the server is added, change the cluster's fault domain awareness from PhysicalDisk to ScaleScaleUnit: [Inline fault domain changes](../manage/single-node-scale-out.md#inline-fault-domain-changes).
89+
8490
4. Optionally, if more resiliency is needed, adjust the volume resiliency type from a 2-way mirror to a Nested 2-way mirror: [Single-server to two-node cluster](../manage/single-node-scale-out.md#single-server-to-two-node-cluster).
91+
8592
5. [Set up a cluster witness](../manage/witness.md).
8693

8794
## Next steps
8895

89-
- [Deploy workload – AVD](../deploy/virtual-desktop-infrastructure.md)
90-
- [Deploy workload – AKS-HCI](/azure-stack/aks-hci/overview)
91-
- [Deploy workload – Azure Arc-enabled data services](/azure/azure-arc/data/overview)
96+
- [Deploy workload – AVD](../deploy/virtual-desktop-infrastructure.md).
97+
- [Deploy workload – AKS-HCI](/azure-stack/aks-hci/overview).
98+
- [Deploy workload – Azure Arc-enabled data services](/azure/azure-arc/data/overview).

0 commit comments

Comments
 (0)