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: support/azure/virtual-machines/linux/suse-public-cloud-connectivity-registration-issues.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Troubleshoot connectivity and registration for SUSE SLES VMs
3
3
description: Troubleshoot scenarios in which an Azure VM that has a SUSE Linux Enterprise Server image can't connect to the SUSE Subscription Management Tool (SMT) repository.
> The latest `cloud-regionsrv-client-10.3.11-150300.13.19.1` introduces new dependencies (`libcontainers-common` and `docker`). This causes dependency errors. When [cloud instance repos fail because of outdated packages](https://www.suse.com/support/kb/doc/?id=000021552), the latest packages are installed:
4. If there are dependency errors from the latest package, `cloud-regionsrv-client-10.3.11-150300.13.19.1`, you must downgrade `cloud-regionsrv-client` and `cloud-regionsrv-client-plugin-azure`. Otherwise, skip this step.
description: Introduce the solution for LDS Service startup failure after you manually change msDS-Behavior-Version attribute.
4
-
ms.date: 01/15/2025
4
+
ms.date: 02/26/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -10,16 +10,14 @@ ms.custom:
10
10
- sap:active directory\ldap configuration and interoperability
11
11
- pcy:WinComm Directory Services
12
12
---
13
-
# LDS service startup fails after you manually change msDS-Behavior-Version in Windows Server 2019 and 2016
13
+
# LDS service startup fails after you manually change msDS-Behavior-Version in Windows Server
14
14
15
-
This article provides a solution to an error that LDS service startup fails after you manually change msDS-Behavior-Version.
15
+
This article provides a solution to an error that the LDS service startup fails after you manually change the **msDS-Behavior-Version** attribute.
16
16
17
-
_Applies to:_ Windows Server 2019, Windows Server 2016
17
+
_Applies to:_ All supported versions of Windows Server and Windows Client
18
18
_Original KB number:_ 4550446
19
19
20
-
## Symptom
21
-
22
-
In ADSI Edit, you change the **msDS-Behavior-Version** attribute of the Partitions container to **7** in order to raise the Active Directory (AD) Lightweight Directory Services (LDS) instance functional level to WIN2016.
20
+
In ADSI Edit, you change the **msDS-Behavior-Version** attribute of the **Partitions** container to **7** in order to raise the Active Directory (AD) Lightweight Directory Services (LDS) instance functional level to **WIN2016**.
23
21
24
22
:::image type="content" source="media/lds-service-startup-fails/attribute-editor.png" alt-text="Change the msDS-Behavior-Version attribute to 7.":::
25
23
@@ -51,81 +49,4 @@ Additionally, you receive the following error message:
51
49
52
50
:::image type="content" source="media/lds-service-startup-fails/error-message.png" alt-text="Error 0xc0000025 Windows could not start the L D S service on Local Computer.":::
53
51
54
-
## Cause
55
-
56
-
Manually setting the **msDS-Behavior-Version** attribute value to **7** on LDS instances is not supported.
57
-
58
-
## Resolution
59
-
60
-
If the LDS instance contains only one server, you must restore the server from a backup to resolve the issue.
61
-
62
-
If there are multiple replica servers in that instance (for example, LDSServer1 and LDSServer2), and if one server has not yet been restarted, follow these steps:
63
-
64
-
1. If the LDS server on which the service that does not start (for example, LDSServer1) holds the LDS Roles (for example, Schema and Domain Naming FSMO), seize the roles by running ntdsutil:
65
-
66
-
> C:\Windows\system32> **ntdsutil**
67
-
ntdsutil: **roles**
68
-
fsmo maintenance: **connections**
69
-
server connections: **connect to server LDSServer2:50000( 50000 is the port number in that example)**
70
-
Binding to LDSServer2:50000 ...
71
-
Connected to LDSServer2:50000 using credentials of locally logged on user.
72
-
server connections: **q**
73
-
fsmo maintenance: **seize schema master**
74
-
75
-
:::image type="content" source="media/lds-service-startup-fails/role-seizure-confirmation-dialog.png" alt-text="A role seizure confirmation dialog displays.":::
76
-
77
-
2. Connect to the configuration partition of the server that still runs the LDS instance (for example, LDSServer2), and then roll back the functionality level version by reverting the **msDS-Behavior-Version** attribute value.
78
-
79
-
3. Run a metadata cleanup of the LDS server (LDSServer1) by using **dsmgmt**:
80
-
81
-
> C:\Windows\system32> **dsmgmt**
82
-
dsmgmt: **metadata cleanup**
83
-
metadata cleanup: **connections**
84
-
server connections: **connect to server LDSServer2:50000 ( 50000 is the port number in that example)**
85
-
Binding to LDSServer2:50000 ...
86
-
Connected to LDSServer2:50000 using credentials of locally logged on user.
:::image type="content" source="media/lds-service-startup-fails/server-remove-confirmation-dialog.png" alt-text="Select Yes to remove the server object in the Server Remove Confirmation Dialog box.":::
124
-
125
-
4. Log on to LDSServer1, and uninstall the instance:
126
-
127
-
:::image type="content" source="media/lds-service-startup-fails/uninstall-program.png" alt-text="Select the instance that you want to uninstall in Programs and features window.":::
128
-
129
-
:::image type="content" source="media/lds-service-startup-fails/select-skip-all.png" alt-text="Select Skip All in the Active Directory Lightweight Directory Services Removal Wizard.":::
130
-
131
-
5. Run the Active Directory Lightweight Directory Services Setup (C:\Windows\ADAM\adaminstall.exe) on LDSServer1 to install a replica of the existing instance from LDSServer2.
52
+
For Windows servers with monthly updates before the February 2025 update rollup installed, manually setting the **msDS-Behavior-Version** attribute value of LDS instances to **7** isn't supported. To resolve the issue, install the February 2025 update rollup or a later version.
0 commit comments