- Print
- DarkLight
- PDF
Server CPU Usage Displays ERR
- Print
- DarkLight
- PDF
Issue
Some of our servers display ERR in the CPU, disk queue, avg. disk read and write time field.
Reason
This issue might happen due to corrupted WMI / performance counters on the target computer.
Solution
Try running a "lodctr /r" command on the problematic server and then restart the ControlUp agent.
If that doesn't work, you may need to salvage the WMI repository by opening CMD and running the “winmgmt /salvagerepository” command. Then restart the server.
To test the ability to retrieve performance data outside of ControlUp, you can use PowerShell commands, for example -
Get-Counter –ComputerName WIN7MED7 -Counter "\Processor(_Total)\% Processor Time"
Get-Counter -Counter "\Processor(_Total)\% Processor Time"
If you still have an issue, please check your regional settings of the OS, and see under Copy Settings if all properties are of the same language, if not, ERR will be shown.