Skip to content

Commit 8f07ed9

Browse files
authored
Merge pull request #9172 from MicrosoftDocs/main
Auto push to live 2025-06-20 10:01:51
2 parents bf487b3 + db69245 commit 8f07ed9

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

support/azure/virtual-machines/linux/leapp-upgrade-process-rhel-7-and-8.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Upgrade RHEL PAYG virtual machines using Leapp
33
description: Provides steps to upgrade virtual machines that use RHEL pay-as-you-go images from RHEL 7 to RHEL 8 or RHEL 8 to RHEL 9.
44
ms.reviewer: divargas, msaenzbo, v-weizhu
5-
ms.date: 09/14/2024
5+
ms.date: 06/20/2025
66
ms.service: azure-virtual-machines
77
ms.custom: sap:VM Admin - Linux (Guest OS), linux-related-content
88
ms.topic: how-to
@@ -91,16 +91,18 @@ You can perform an in-place upgrade from RHEL 7 to the following RHEL 8 minor ve
9191
You can perform an in-place upgrade from RHEL 8 to the following RHEL 9 minor versions.
9292

9393

94-
| Source OS version| Target version | End of support |
95-
|------------------|-----------------|---------------------|
96-
| RHEL 8.8 | RHEL 9.2 | May 31, 2025 (EUS) |
97-
| RHEL 8.10 | RHEL 9.4 | May 31, 2026 (EUS) |
98-
| RHEL 8.10 | RHEL 9.5 | May 31, 2026 |
94+
| Source OS version| Target version | End of support |
95+
|------------------|----------------|---------------------|
96+
| RHEL 8.10 | RHEL 9.4 | April 30, 2026 (EUS)|
97+
| RHEL 8.10 | RHEL 9.6 | April 31, 2027 (EUS)|
98+
9999

100100

101101
> [!NOTE]
102102
> If you locked the VM to a minor release, remove the version lock. For more information, see [Switch a RHEL 8.x VM back to non-EUS](/azure/virtual-machines/workloads/redhat/redhat-rhui?tabs=rhel8#switch-a-rhel-server-to-non-eus-repositories).
103103

104+
105+
104106
1. If you restricted packages to a specific version using the `yum-plugin-versionlock` command, remove the restriction:
105107

106108
```bash
@@ -152,6 +154,7 @@ Replace `<target_os_version>` with the target OS version, for example, `8.10`.
152154
153155
### [RHEL 8.*x* to RHEL 9.*x*](#tab/rhel8-rhel9)
154156
157+
155158
Run the following `leapp preupgrade` command:
156159
157160
```bash
@@ -205,7 +208,7 @@ Continue the Leapp upgrade process after the Leapp pre-upgrade report shows no e
205208
```
206209
207210
> [!NOTE]
208-
> - Replace `<target_os_version>` with the target OS version, for example, `9.4` or `9.5`.
211+
> - Replace `<target_os_version>` with the target OS version, for example, `9.4` or `9.6`.
209212
> - If you want to perform an automatic reboot, which is needed during the upgrade process, add the `--reboot` option to the `leapp upgrade` command.
210213
211214
2. If the `--reboot` option wasn't included in the previous command, monitor the Serial Console. Once the upgrade process shows that a reboot is required to continue the process as follows, manually reboot the VM:

support/windows-server/windows-security/windows-laps-troubleshooting-guidance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows LAPS troubleshooting guidance
33
description: Provides troubleshooting guidance for Windows LAPS using Windows events.
4-
ms.date: 01/15/2025
4+
ms.date: 06/20/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -144,7 +144,7 @@ LAPS failed to find the currently configured local administrator account
144144

145145
Windows LAPS reads the local administrator's name from Group Policy or the Intune setting **Name of administrator account to manage**. If this setting isn't configured, it will look for the local account with a security identifier (SID) ending with 500 (administrator). If Windows LAPS can't find the account, Event ID 10013 is logged.
146146

147-
In the current version of Windows LAPS, there's no feature to create the managed user.
147+
Starting with Windows 11, version 24H2 and Windows Server 2025, a feature to create the managed user has been added. For more information, see [Windows LAPS account management modes](/windows-server/identity/laps/laps-concepts-account-management-modes). For earlier versions, the account must already exist.
148148

149149
### Resolution
150150

@@ -193,7 +193,7 @@ The device (Microsoft Entra joined or hybrid joined) that's configured with Wind
193193

194194
### Resolution
195195

196-
1. Verify that you can connect successfully to the registration endpoint (`https://enterpriseregistration.windows.net`). If you open Microsoft Edge or Google Chrome and connect to the registration endpoint (`https://enterpriseregistration.windows.net`), you get a message "Endpoint not found". This message means you can connect to the Enterprise Registration Endpoint.
196+
1. Verify that you can connect successfully to the registration endpoint (`https://enterpriseregistration.windows.net`). If you open Microsoft Edge or Google Chrome and connect to the registration endpoint (`https://enterpriseregistration.windows.net`), you get a message "Unsupported method or endpoint." This message means you can connect to the Enterprise Registration Endpoint.
197197
2. If you're using a proxy server, verify that your proxy is configured under the system context. You can open an elevated command prompt and run the `netsh winhttp show proxy` command to display the proxy.
198198

199199
## Event ID 10026
@@ -437,7 +437,7 @@ This issue can also occur if you move the machine to a different organizational
437437
1. If you haven't run the Windows LAPS PowerShell cmdlet to assign the Self Permission to the computer account, run the following cmdlet:
438438

439439
```PowerShell
440-
Set-LapsADComputerSelfPermission -identity <OU Name>
440+
Set-LapsADComputerSelfPermission -Identity <OU Name>
441441
```
442442
443443
For example:

0 commit comments

Comments
 (0)