我正在WS 2012 R2服务器上使用R2 2013。
除了一个错误之外,一切都很好:
消息:无法打开服务器服务性能对象。数据部分的前四个字节(DWORD)包含状态代码。
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-PerfNet" Guid="{CAB2B8A5-49B9-4EEC-B1B0-FAC21DA05A3B}" EventSourceName="PerfNet" />
<EventID Qualifiers="49152">2004</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-12-09T09:21:59.000000000Z" />
<EventRecordID>29047</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>SPWFE1.MYDOMAIN.LOCAL</Computer>
<Security />
</System>
- <EventData>
<Binary>220000C0</Binary>
</EventData>
</Event>但错误仍在发生。
有什么办法解决这个错误吗?
我在我的环境中看到了PerfNet 2004在不同系统上的错误.
提前谢谢你!
发布于 2015-09-16 14:36:48
就像这里说的:https://rodolfovaraujo.wordpress.com/2012/05/07/troubleshooting-event-id-2004-source-perfnet/,它似乎是一个无用的事件,大多数时候。
我有这个系统事件,决定检查一下。
Event Type: Error
Event Source: PerfNet
Event Category: None
Event ID: 2004
Date: 22-04-2012
Time: 22:18:35
User: N/A
Computer: %computername%
Description:
Unable to open the Server service. Server performance data will not be returned.
The error code returned is in the first DWORD in the Data section.在命令提示符下,键入以检查服务是否可用和统计是否可用。
在命令提示符中查看来自服务器服务类型的统计信息
在命令提示符Net statistics工作站中查看工作站服务类型的统计信息
我们可以看到,服务器和工作站服务正在按预期工作,不需要采取进一步的行动。但是,如果由于某种原因,统计数据无法用于服务,只需启动或重新启动它们。
输入命令提示符net server
在这里阅读更多关于这个主题的内容。http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows+Operating+System&ProdVer=5.0&EvtID=2004&EvtSrc=Perfnet&LCID=1033。
希望这些信息能有所帮助。
发布于 2023-02-09 23:20:44
您可以尝试禁用WMI Windows管理工具服务。以管理员权限运行CMD。或在以管理员权限运行services.msc时禁用服务。
net stop winmgmt这个问题没有太多的解决办法。就连互联网也没能说明什么。但是如果你不用服务就能运行你的系统呢?那也许你就能禁用它了。然后不要担心更多的错误日志。
https://serverfault.com/questions/650199
复制相似问题