我有一个超v集群运行在2003年森林中的win2k8 R2上。这些服务器位于我们的NOC,其DC通过持久VPN连接到总部的PDC。群集框正在报告错误事件ID 1006,如下所示。DC还报告了一个错误5805,如下所示。我找到了关于1006个错误的numorus帖子,但是没有一个是关于错误ID 52's的,奇怪的是,我可以在DC上浏览网络共享。我认为可能是DNS或网络问题,但net也有效。
活动1006
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
<EventID>1006</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>1</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2013-12-17T00:08:19.582292600Z" />
<EventRecordID>41808</EventRecordID>
<Correlation ActivityID="{26B10592-6228-4A3E-845B-E04B49702A54}" />
<Execution ProcessID="964" ThreadID="1384" />
<Channel>System</Channel>
<Computer>NEOREEFVH1.neoreef.com</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="SupportInfo1">1</Data>
<Data Name="SupportInfo2">5012</Data>
<Data Name="ProcessingMode">0</Data>
<Data Name="ProcessingTimeInMilliseconds">1138</Data>
<Data Name="ErrorCode">52</Data>
<Data Name="ErrorDescription">Unavailable</Data>
<Data Name="DCName" />
</EventData>
</Event>
活动5805
Event Type: Error
Event Source: NETLOGON
Event Category: None
Event ID: 5805
Date: 12/16/2013
Time: 2:32:01 PM
User: N/A
Computer: NEOREEFSRV15
Description:
The session setup from the computer NEOREEFVH3 failed to authenticate. The following error occurred:
Access is denied.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 22 00 00 c0 "..À
以下是主机上的网络:
任何具有“已启用”的开关都是虚拟交换机。
发布于 2014-08-25 19:21:35
最终成为VPN的可靠性和路由问题。我们从使用RRAS切换到专用VPN设备,并在点之间配置了新的路由。一旦我们这样做了,问题就消失了。
https://serverfault.com/questions/561808
复制相似问题