Hi,
I have a Windows Server 2016 DC Hyper-v cluster.
On one node I receive strange error
"An arithmetic error has occurred while computing the aggregate value for metric definition 'Aggregated Normalized I/O Operations Completed'. This will occur when the result exceeds the maximum allowed value."
Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
Source: Microsoft-Windows-Hyper-V-VMMS
Date: 3/12/2019 4:29:05 PM
Event ID: 28007
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: test.test
Description:
An arithmetic error has occurred while computing the aggregate value for metric definition 'Aggregated Normalized I/O Operations Completed'. This will occur when the result exceeds the maximum allowed value.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
<EventID>28007</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2019-03-12T14:29:05.816553000Z" />
<EventRecordID>14598</EventRecordID>
<Correlation />
<Execution ProcessID="3944" ThreadID="8732" />
<Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
<Computer>test.test</Computer>
<Security UserID="S-1-5-18" />
</System>
<UserData>
<VmlEventLog xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
<Parameter0>Aggregated Normalized I/O Operations Completed</Parameter0>
</VmlEventLog>
</UserData>
</Event>
I can't find any reference to the event id 28007 in the documentation.
Any help would be greatly appreciated.