You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/upgrade/upgrade-22h2-to-23h2-powershell.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI to latest version 23H2 via PowerShell
3
3
description: Learn how to use PowerShell to upgrade Azure Stack HCI to latest version 23H2.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 08/13/2024
6
+
ms.date: 08/19/2024
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.subservice: azure-stack-hci
@@ -77,7 +77,7 @@ Follow these steps on your client to connect to one of the servers of your Azure
77
77
To install new OS using PowerShell, follow these steps:
78
78
79
79
> [!NOTE]
80
-
> The following steps require the Cluster-Aware Updating (CAU) role to be installed and enabled on the cluster. If you need information on how to install and enable this feature on your Azure Stack HCI cluster, see [Cluster-Aware Updating overview](https://learn.microsoft.com/en-us/windows-server/failover-clustering/cluster-aware-updating#installing-cluster-aware-updating).
80
+
> The following steps require the Cluster-Aware Updating (CAU) role to be installed and enabled on the cluster. For information on how to install and enable this feature on your Azure Stack HCI cluster, see [Cluster-Aware Updating overview](/windows-server/failover-clustering/cluster-aware-updating#installing-cluster-aware-updating).
81
81
82
82
1. Run the following cmdlets on every server in the cluster: <!--ASK-->
83
83
@@ -106,7 +106,7 @@ To install new OS using PowerShell, follow these steps:
106
106
107
107
Inspect the output of the above cmdlet and verify that each server is offered the same Feature Update, which should be the case. <!--ASK-->
108
108
109
-
1. You need a separate server or VM outside the cluster to run the `Invoke-CauRun` cmdlet from. This is to ensure orchestration is not interrupted when the nodes are rebooted.
109
+
1. You need a separate server or VM outside the cluster to run the `Invoke-CauRun` cmdlet from. A separate server ensures that orchestration is not interrupted when the nodes are rebooted.
110
110
111
111
> [!IMPORTANT]
112
112
> The system on which you run `Invoke-CauRun` must be running Windows Server 2022. <!--ASK-->
@@ -115,7 +115,7 @@ To install new OS using PowerShell, follow these steps:
1. If the cluster isn't connected to Windows Update and the Azure Stack HCI install media is available on a local share, CAU can also be used to upgrade the cluster. Be sure to update the `'PathToSetupMedia'` parameter with the share path to the ISO image.
118
+
1. If the cluster isn't connected to Windows Update and the Azure Stack HCI install media is available on a local share, CAU can also be used to upgrade the cluster. Be sure to update the `'PathToSetupMedia'` parameter with the share path to the ISO image.
0 commit comments