De nieuwe Windows Server 2019 van de vzw van een familielid doet al een hele tijd lastig en ik krijg het maar niet opgelost. De VZW heeft een zeer bescheiden IT-budget met als gevolg dat het niet echt een optie is om een dure externe dienst in te schakelen en dus komt 't maar op mijn bord te liggen.
Momenteel worden de policies niet correct gepushed en lukt het niet om de Windows Server 2019 Standard Eval naar een retail licentie te upgraden.
Het heeft even geduurd tegen dat men de licenties via Socialware ontvangen heeft en ik was ervoor al begonnen met de server op te zetten op basis van en Eval image aangezien die toch eenvoudig geüpgraded kan worden. Of, ten minste zolang de Server geen Domain Controller is, wat hier helaas al het geval is. Het domein is grotendeels opgezet en de integratie met Office 365 werd reeds uitgevoerd. Van scratch opnieuw beginnen is dus niet bepaald gewenst.
Een work-around is om een tweede Windows Server op te zetten, deze als DC te configureren, de tweede uit AD halen, upgraden en vervolgens opnieuw aanstellen als DC.
Helaas loopt dat niet van een leien dakje. Ik krijg een foutmelding à la: "Encountered an error contacting the domain. The Server is not operational". Na wat googlen, zou het mogelijks liggen aan NTLM verificatie.
Vervolgens de server eerst lid gemaakt van de AD, maar helaas lost dat het probleem niet op.
dcdiag suggereert dat het probleem zou liggen bij de DNS records, maar die lijken me op het eerste zicht in orde.
Ik ben helemaal ten einde raad. Iemand suggesties?
Momenteel worden de policies niet correct gepushed en lukt het niet om de Windows Server 2019 Standard Eval naar een retail licentie te upgraden.
Het heeft even geduurd tegen dat men de licenties via Socialware ontvangen heeft en ik was ervoor al begonnen met de server op te zetten op basis van en Eval image aangezien die toch eenvoudig geüpgraded kan worden. Of, ten minste zolang de Server geen Domain Controller is, wat hier helaas al het geval is. Het domein is grotendeels opgezet en de integratie met Office 365 werd reeds uitgevoerd. Van scratch opnieuw beginnen is dus niet bepaald gewenst.
Een work-around is om een tweede Windows Server op te zetten, deze als DC te configureren, de tweede uit AD halen, upgraden en vervolgens opnieuw aanstellen als DC.
Helaas loopt dat niet van een leien dakje. Ik krijg een foutmelding à la: "Encountered an error contacting the domain. The Server is not operational". Na wat googlen, zou het mogelijks liggen aan NTLM verificatie.
Vervolgens de server eerst lid gemaakt van de AD, maar helaas lost dat het probleem niet op.
dcdiag suggereert dat het probleem zou liggen bij de DNS records, maar die lijken me op het eerste zicht in orde.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
| Microsoft Windows [Version 10.0.17763.1339]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>dcdiag
Directory Server Diagnosis
Performing initial setup:
Trying to find home server...
Home Server = server
* Identified AD Forest.
Done gathering initial info.
Doing initial required tests
Testing server: Default-First-Site-Name\SERVER
Starting test: Connectivity
......................... SERVER passed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\SERVER
Starting test: Advertising
......................... SERVER passed test Advertising
Starting test: FrsEvent
......................... SERVER passed test FrsEvent
Starting test: DFSREvent
......................... SERVER passed test DFSREvent
Starting test: SysVolCheck
......................... SERVER passed test SysVolCheck
Starting test: KccEvent
A warning event occurred. EventID: 0x80000B46
Time Generated: 08/20/2020 13:36:22
Event String:
The security of this directory server can be significantly enhanced by configuring the server to reject SASL (Negotiate, Kerberos, NTLM, or Digest) LDAP binds that do not request signing (integrity verification) and LDAP simple binds that are performed on a clear text (non-SSL/TLS-encrypted) connection. Even if no clients are using such binds, configuring the server to reject them will improve the security of this server.
A warning event occurred. EventID: 0x80000BE1
Time Generated: 08/20/2020 13:36:22
Event String:
The security of this directory server can be significantly enhanced by configuring the server to enforce validation of Channel Binding Tokens received in LDAP bind requests sent over LDAPS connections. Even if no clients are issuing LDAP bind requests over LDAPS, configuring the server to validate Channel Binding Tokens will improve the security of this server.
......................... SERVER passed test KccEvent
Starting test: KnowsOfRoleHolders
......................... SERVER passed test KnowsOfRoleHolders
Starting test: MachineAccount
......................... SERVER passed test MachineAccount
Starting test: NCSecDesc
......................... SERVER passed test NCSecDesc
Starting test: NetLogons
......................... SERVER passed test NetLogons
Starting test: ObjectsReplicated
......................... SERVER passed test ObjectsReplicated
Starting test: Replications
......................... SERVER passed test Replications
Starting test: RidManager
......................... SERVER passed test RidManager
Starting test: Services
......................... SERVER passed test Services
Starting test: SystemLog
A warning event occurred. EventID: 0x000727A5
Time Generated: 08/20/2020 13:07:33
Event String: The WinRM service is not listening for WS-Management requests.
An error event occurred. EventID: 0xC0001B70
Time Generated: 08/20/2020 13:07:35
Event String: The Microsoft Azure AD Sync service terminated with the following service-specific error:
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:08:00
Event String:
Name resolution for the name _ldap._tcp.dc._msdcs.corp.<ad-domein.tld>. timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:08:01
Event String:
Name resolution for the name wpad timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:08:02
Event String:
Name resolution for the name _ldap._tcp.dc._msdcs.corp.<ad-domein.tld>. timed out after none of the configured DNS servers responded.
An error event occurred. EventID: 0x00002710
Time Generated: 08/20/2020 13:08:09
Event String: Unable to start a DCOM Server: {9C38ED61-D565-4728-AEEE-C80952F0ECDE}. The error:
A warning event occurred. EventID: 0x000727AA
Time Generated: 08/20/2020 13:08:21
Event String:
The WinRM service failed to create the following SPNs: WSMAN/server.corp.<ad-domein.tld>; WSMAN/server.
A warning event occurred. EventID: 0x00002724
Time Generated: 08/20/2020 13:08:25
Event String:
This computer has at least one dynamically assigned IPv6 address.For reliable DHCPv6 server operation, you should use only static IPv6 addresses.
A warning event occurred. EventID: 0x00001796
Time Generated: 08/20/2020 13:08:39
Event String:
Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server. This event occurs once per boot of the server on the first time a client uses NTLM with this server.
A warning event occurred. EventID: 0x0000000C
Time Generated: 08/20/2020 13:08:39
Event String:
Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. It is recommended that you either configure a reliable time service in the root domain, or manually configure the AD PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy. If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
A warning event occurred. EventID: 0x000727A5
Time Generated: 08/20/2020 13:08:43
Event String: The WinRM service is not listening for WS-Management requests.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:09:08
Event String:
Name resolution for the name _ldap._tcp.dc._msdcs.corp.<ad-domein.tld>. timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:09:10
Event String:
Name resolution for the name wpad timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:09:11
Event String:
Name resolution for the name wpad timed out after none of the configured DNS servers responded.
An error event occurred. EventID: 0x00002710
Time Generated: 08/20/2020 13:09:22
Event String: Unable to start a DCOM Server: {9C38ED61-D565-4728-AEEE-C80952F0ECDE}. The error:
A warning event occurred. EventID: 0x000727AA
Time Generated: 08/20/2020 13:09:34
Event String:
The WinRM service failed to create the following SPNs: WSMAN/server.corp.<ad-domein.tld>; WSMAN/server.
A warning event occurred. EventID: 0x00002724
Time Generated: 08/20/2020 13:09:38
Event String:
This computer has at least one dynamically assigned IPv6 address.For reliable DHCPv6 server operation, you should use only static IPv6 addresses.
A warning event occurred. EventID: 0x00001796
Time Generated: 08/20/2020 13:09:48
Event String:
Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server. This event occurs once per boot of the server on the first time a client uses NTLM with this server.
A warning event occurred. EventID: 0x0000000C
Time Generated: 08/20/2020 13:09:48
Event String:
Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. It is recommended that you either configure a reliable time service in the root domain, or manually configure the AD PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy. If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:14:50
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:14:50
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'ForestDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:14:50
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'DomainDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:24:41
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:24:41
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'ForestDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:24:41
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'DomainDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x000727A5
Time Generated: 08/20/2020 13:35:46
Event String: The WinRM service is not listening for WS-Management requests.
An error event occurred. EventID: 0xC0001B70
Time Generated: 08/20/2020 13:35:47
Event String: The Microsoft Azure AD Sync service terminated with the following service-specific error:
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:36:12
Event String:
Name resolution for the name _ldap._tcp.dc._msdcs.corp.<ad-domein.tld>. timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:36:14
Event String:
Name resolution for the name wpad timed out after none of the configured DNS servers responded.
A warning event occurred. EventID: 0x000003F6
Time Generated: 08/20/2020 13:36:15
Event String:
Name resolution for the name wpad timed out after none of the configured DNS servers responded.
An error event occurred. EventID: 0x00002710
Time Generated: 08/20/2020 13:36:26
Event String: Unable to start a DCOM Server: {9C38ED61-D565-4728-AEEE-C80952F0ECDE}. The error:
A warning event occurred. EventID: 0x000727AA
Time Generated: 08/20/2020 13:36:38
Event String:
The WinRM service failed to create the following SPNs: WSMAN/server.corp.<ad-domein.tld>; WSMAN/server.
A warning event occurred. EventID: 0x00002724
Time Generated: 08/20/2020 13:36:42
Event String:
This computer has at least one dynamically assigned IPv6 address.For reliable DHCPv6 server operation, you should use only static IPv6 addresses.
A warning event occurred. EventID: 0x00001796
Time Generated: 08/20/2020 13:36:52
Event String:
Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server. This event occurs once per boot of the server on the first time a client uses NTLM with this server.
A warning event occurred. EventID: 0x0000000C
Time Generated: 08/20/2020 13:36:52
Event String:
Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. It is recommended that you either configure a reliable time service in the root domain, or manually configure the AD PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy. If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:41:54
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:41:54
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'ForestDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
A warning event occurred. EventID: 0x00001695
Time Generated: 08/20/2020 13:41:54
Event String:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'DomainDnsZones.corp.<ad-domein.tld>.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
......................... SERVER failed test SystemLog
Starting test: VerifyReferences
......................... SERVER passed test VerifyReferences
Running partition tests on : ForestDnsZones
Starting test: CheckSDRefDom
......................... ForestDnsZones passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... ForestDnsZones passed test CrossRefValidation
Running partition tests on : DomainDnsZones
Starting test: CheckSDRefDom
......................... DomainDnsZones passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... DomainDnsZones passed test CrossRefValidation
Running partition tests on : Schema
Starting test: CheckSDRefDom
......................... Schema passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... Schema passed test CrossRefValidation
Running partition tests on : Configuration
Starting test: CheckSDRefDom
......................... Configuration passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... Configuration passed test CrossRefValidation
Running partition tests on : corp
Starting test: CheckSDRefDom
......................... corp passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... corp passed test CrossRefValidation
Running enterprise tests on : corp.<ad-domein.tld>
Starting test: LocatorCheck
......................... corp.<ad-domein.tld> passed test LocatorCheck
Starting test: Intersite
......................... corp.<ad-domein.tld> passed test Intersite
C:\Users\Administrator> |
Ik ben helemaal ten einde raad. Iemand suggesties?
:fill(white):strip_exif()/f/image/DFtC1ltl3wDmAryDxhqgGhv9.png?f=user_large)
:fill(white):strip_exif()/f/image/Evg1ovYTr8CwWaImVEBikrDL.png?f=user_large)
/f/image/Bin5NNqqJQYeUlHtO1LEjeBd.png?f=fotoalbum_large)
:fill(white):strip_exif()/f/image/eZQGA1Edr2xpBfKgjBhGAABF.png?f=user_large)
/f/image/spME8tl8VAhYPYFy0UHZ8jPp.png?f=fotoalbum_large)
/f/image/LDyOc0V79pPEaMbAy8PmgXeT.png?f=fotoalbum_large)