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
Once the new OS is installed, you need to upgrade the *cluster functional level* and upgrade the storage pool version using PowerShell in order to enable new features.
103
+
Once the new OS is installed, you need to upgrade the *cluster functional level* and the storage pool version using PowerShell to enable new features.
90
104
91
105
> [!IMPORTANT]
92
106
> - Post-OS upgrade steps are essential for the stability and performance of your system. Make sure to follow these steps after the OS upgrade.
93
107
94
-
95
108
1. Upgrade the cluster functional level.
96
109
97
110
> [!WARNING]
98
111
> After you upgrade the cluster functional level, you can't roll back to the previous operating system version.
99
112
100
113
We recommend that you upgrade the cluster functional level as soon as possible. Skip this step if you installed the feature upgrades with Windows Admin Center and checked the optional **Update the cluster functional level to enable new features** checkbox.
101
114
102
-
1. Run the following cmdlet on any machine in the system:
115
+
1. Run the following cmdlet on any machine in the system to check the current cluster functional level:
1. After the cluster functional level is upgraded, use the following cmdlet to identify the `FriendlyName` of the storage pool representing your system.
137
+
1. After upgrading the cluster functional level, use the following cmdlet to identify the `FriendlyName` of the storage pool representing your system.
1.[Connect to your system.](#step-1-connect-to-your-system)
35
36
1. Install new OS using one of the other methods:
36
37
1.[Manual upgrade of a Failover Cluster using SConfig.](#method-1-perform-a-manual-os-update-of-a-failover-cluster-using-sconfig)
37
38
1.[Offline manual upgrade of all machines in a system.](#method-2-perform-a-fast-offline-os-update-of-all-machines-in-a-system)
38
39
1. Check the status of the updates.
39
40
1.[Perform post-upgrade steps, after the OS is upgraded.](#next-steps)
40
41
41
-
42
42
## Complete prerequisites
43
43
44
44
Before you begin, make sure that:
@@ -49,6 +49,20 @@ Before you begin, make sure that:
49
49
- You have access to the Azure Stack HCI OS, version 23H2 software update. This update is available via Windows Update or as a downloadable media. The media is an ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/hciGetStarted).
50
50
- You have access to a client that can connect to your Azure Local. This client should be running PowerShell 5.0 or later.
51
51
52
+
## Step 0: Update registry keys
53
+
54
+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
55
+
56
+
Run the following command on each node to update registry keys:
1.[Connect to Azure Local, version 22H2.](#step-1-connect-to-azure-local)
35
36
1.[Check for the available updates using PowerShell.](#step-1-connect-to-azure-local)
36
37
1.[Install new OS using PowerShell.](#step-2-install-new-os-using-powershell)
@@ -53,6 +54,20 @@ Before you begin, make sure that:
53
54
54
55
Follow these steps to install the solution upgrade:
55
56
57
+
## Step 0: Update registry keys
58
+
59
+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
60
+
61
+
Run the following command on each node to update registry keys:
1.[Connect to the Azure Local, version 22H2](#step-1-connect-to-azure-local-via-windows-admin-center).
35
36
1.[Check for the available updates using Windows Admin Center.](#step-2-install-operating-system-and-hardware-updates-using-windows-admin-center)
36
37
1.[Install the new OS, hardware and extension updates using Windows Admin Center.](#step-2-install-operating-system-and-hardware-updates-using-windows-admin-center)
@@ -49,6 +50,20 @@ Before you begin, make sure that:
49
50
> [!NOTE]
50
51
> The offline ISO upgrade method is not available when using Windows Admin Center. For these steps, see [Upgrade the operating system on Azure Local via PowerShell](./upgrade-22h2-to-23h2-powershell.md)
51
52
53
+
## Step 0: Update registry keys
54
+
55
+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
56
+
57
+
Run the following command on each node to update registry keys:
0 commit comments