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/update/update-via-powershell-23h2.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use PowerShell to apply operating system, service, and
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
-
ms.date: 04/16/2024
7
+
ms.date: 10/20/2024
8
8
---
9
9
10
10
# Update your Azure Stack HCI, version 23H2 via PowerShell
@@ -29,12 +29,12 @@ The Azure Stack HCI solution updates can consist of platform, service, and solut
29
29
When you apply a solution update, here are the high-level steps that you take:
30
30
31
31
1. Make sure that all the prerequisites are completed.
32
-
2. Identify the software version running on your cluster.
33
-
3. Connect to your Azure Stack HCI cluster via remote PowerShell.
34
-
4. Use the [Environment Checker](../manage/use-environment-checker.md?tabs=connectivity) to verify that your cluster is in good health.
35
-
5. Discover the updates that are available and filter the ones that you can apply to your cluster.
36
-
6. Download the updates, assess the update readiness of your cluster and once ready, install the updates on your cluster. Track the progress of the updates. If needed, you can also monitor the detailed progress.
37
-
7. Verify the version of the updates installed.
32
+
1. Identify the software version running on your cluster.
33
+
1. Connect to your Azure Stack HCI cluster via remote PowerShell.
34
+
<!--1. Use the [Environment Checker](../manage/use-environment-checker.md?tabs=connectivity) to verify that your cluster is in good health.-->
35
+
1. Discover the updates that are available and filter the ones that you can apply to your cluster.
36
+
1. Download the updates, assess the update readiness of your cluster and once ready, install the updates on your cluster. Track the progress of the updates. If needed, you can also monitor the detailed progress.
37
+
1. Verify the version of the updates installed.
38
38
39
39
The time taken to install the updates might vary based on the following factors:
40
40
@@ -116,7 +116,7 @@ Before you discover the updates, make sure that the cluster was deployed using t
116
116
117
117
3. Make a note of the `StampVersion` on your cluster. The stamp version reflects the solution version that your cluster is running.
118
118
119
-
## Step 2: Optionally validate system health
119
+
<!--## Step 2: Optionally validate system health
120
120
121
121
Before you discover the updates, you can manually validate the system health. This step is optional as the orchestrator always assesses update readiness prior to applying updates.
122
122
@@ -238,9 +238,9 @@ Before you discover the updates, you can manually validate the system health. Th
238
238
> [!NOTE]
239
239
> In this release, the informational failures for `Test-CauSetup` are expected and will not impact the updates.
240
240
241
-
3. Review any failures and resolve them before you proceed to the discovery step.
241
+
3. Review any failures and resolve them before you proceed to the discovery step.-->
242
242
243
-
## Step 3: Discover the updates
243
+
## Step 2: Discover the updates
244
244
245
245
You can discover updates in one of the following two ways:
246
246
@@ -348,7 +348,7 @@ If you're using solution extension updates from your hardware, you would need to
348
348
PS C:\Users\lcmuser>
349
349
```
350
350
351
-
## Step 4: Download, check readiness, and install updates
351
+
## Step 3: Download, check readiness, and install updates
352
352
353
353
You can download the updates, perform a set of checks to verify your cluster's update readiness, and start installing the updates.
354
354
@@ -428,7 +428,7 @@ You can download the updates, perform a set of checks to verify your cluster's u
428
428
429
429
Once the installation is complete, the **State** changes to `Installed`. For more information on the various states of the updates, see [Installation progress and monitoring](./update-phases-23h2.md#phase-3-installation-progress-and-monitoring).
430
430
431
-
## Step 5: Verify the installation
431
+
## Step 4: Verify the installation
432
432
433
433
After the updates are installed, verify the solution version of the environment and the operating system version.
0 commit comments