Skip to content

Commit 41013ca

Browse files
committed
Changes per DanD
1 parent c9e4652 commit 41013ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-stack/hci/update/update-via-powershell-23h2.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use PowerShell to apply operating system, service, and
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 04/16/2024
7+
ms.date: 10/20/2024
88
---
99

1010
# 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
2929
When you apply a solution update, here are the high-level steps that you take:
3030

3131
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.
3838

3939
The time taken to install the updates might vary based on the following factors:
4040

@@ -116,7 +116,7 @@ Before you discover the updates, make sure that the cluster was deployed using t
116116
117117
3. Make a note of the `StampVersion` on your cluster. The stamp version reflects the solution version that your cluster is running.
118118
119-
## Step 2: Optionally validate system health
119+
<!--## Step 2: Optionally validate system health
120120
121121
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.
122122
@@ -238,9 +238,9 @@ Before you discover the updates, you can manually validate the system health. Th
238238
> [!NOTE]
239239
> In this release, the informational failures for `Test-CauSetup` are expected and will not impact the updates.
240240
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.-->
242242
243-
## Step 3: Discover the updates
243+
## Step 2: Discover the updates
244244
245245
You can discover updates in one of the following two ways:
246246
@@ -348,7 +348,7 @@ If you're using solution extension updates from your hardware, you would need to
348348
PS C:\Users\lcmuser>
349349
```
350350
351-
## Step 4: Download, check readiness, and install updates
351+
## Step 3: Download, check readiness, and install updates
352352
353353
You can download the updates, perform a set of checks to verify your cluster's update readiness, and start installing the updates.
354354
@@ -428,7 +428,7 @@ You can download the updates, perform a set of checks to verify your cluster's u
428428
429429
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).
430430
431-
## Step 5: Verify the installation
431+
## Step 4: Verify the installation
432432
433433
After the updates are installed, verify the solution version of the environment and the operating system version.
434434

0 commit comments

Comments
 (0)