我在2003年的一个森林中有一个在win2k8 R2上运行的hyper-v集群。 这些服务器位于我们的NOC上,通过持久的VPN连接到总部的PDC。 群集框报告下面显示的错误事件ID 1006。 DC还报告了5805错误,如下所示。 我发现有关1006错误的numoruspost,但没有错误ID 52的。 这很奇怪,我可以ping,我可以浏览每个DC上的networking共享。 我想也许是一个DNS或networking工作的问题,但NSLOOK也起作用。
事件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 "..À
以下是主机上的networking: 
任何与“启用”是虚拟交换机。
最终成为VPN可靠性和路由问题。 我们从使用RRAS切换到专用的VPN设备,并在点之间configuration了新的路由。 一旦我们这样做,这个问题就消失了。