Posted On September 12, 2022

Windows Event ID 2017: Unable to collect NUMA physical memory utilization data

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows Event ID 2017: Unable to collect NUMA physical memory utilization data
Issue:
Log Name: Application
Source: Microsoft-Windows-PerfOS
Date: 9/12/2018 7:47:38 AM
Event ID: 2017
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: TESTWINDOWS
Description:
Unable to collect NUMA physical memory utilization data. The first four bytes (DWORD) of the Data section contains the status code.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-PerfOS" Guid="{F82FB576-E941-4956-A2C7-A0CF83F6450A}" EventSourceName="PerfOS" />
<EventID Qualifiers="32768">2017</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-09-12T14:47:38.788262000Z" />
<EventRecordID>118276</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>TESTWINDOWS</Computer>
<Security />
</System>
<EventData>
<Binary>05000080</Binary>
</EventData>
</Event>
Resolution:
[TESTWINDOWS]: PS C:\windows\system32> lodctr /R

Info: Successfully rebuilt performance counter setting from system backup store

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Windows Performance Benchmarking

There are many 3rd party performance benchmark tools for Windows 10. Out of convenience, PowerShell…

IT Security Compliance

To prepare an organization for compliance of Section 404 of COBIT (Control Objectives for Information…

Run Windows Commands Remotely

# RPC WMIC /node:SERVER1 process call create 'powershell.exe' # WinRM winrs -r:SERVER1 powershell.exe # Systernals psexec //SERVER1 powershell.exe