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-local/upgrade/upgrade-to-24h2-powershell.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ To upgrade the OS on your system, follow these high-level steps:
42
42
- Make sure your Azure Local system is running either OS version 20349.3692 or OS version greater than 25398.1611.
43
43
- Make sure the system is registered in Azure and all the machines in the system are healthy and online.
44
44
- Make sure to shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
45
-
- Confirm that you have access to the Azure Local **2505** ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/hciGetStarted).
46
-
- Consult your hardware OEM to verify driver compatability. Confirm that all drivers compatible with Windows Server 2025 or Azure Stack HCI OS, 26100.xxxx are installed before the upgrade.
45
+
- Confirm that you have access to the Azure Local **2505** ISO file, which you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/hciGetStarted).
46
+
- Consult your hardware OEM to verify driver compatibility. Confirm that all drivers compatible with Windows Server 2025 or Azure Stack HCI OS, 26100.xxxx are installed before the upgrade.
47
47
- Check if the *identity* property is missing or doesn’t contain `type = "SystemAssigned"`. You can verify this in the resource's JSON in the Azure portal or by running the following cmdlet:
48
48
49
49
```powershell
@@ -80,7 +80,7 @@ To ensure Resilient File System (ReFS) functions properly during and after OS up
1. Restart the machine to apply changes. If ReFS volumes fail to come online after reboot and the `RefsEnableMetadataValidation` key is reset, toggle the key. Set `RefsEnableMetadataValidation` to `1` and then back to `0`. To check volume status, run the `Get-ClusterSharedVolumeState` command.
83
+
1. Restart the machine to apply changes. If ReFS volumes fail to come online after reboot and the `RefsEnableMetadataValidation` key is reset, toggle the key. Set `RefsEnableMetadataValidation` to **1** and then back to **0**. To check volume status, run the `Get-ClusterSharedVolumeState` command.
84
84
85
85
1. Update and verify that the registry keys have been applied on each machine in the system before moving to the next step.
86
86
@@ -155,7 +155,7 @@ To install the new OS using PowerShell, follow these steps:
155
155
Test-Cluster
156
156
```
157
157
158
-
You're now ready to perform the post-OS upgrade steps for your system.
158
+
You're now ready to perform the post-OS upgrade steps for your system.
0 commit comments