Network Management
WMI Polling method does not show CPU, Memory and Interface Data in NPM
This article provides brief information and steps to resolve the issue when you are unable to poll specific information from specific nodes using the WMI polling method.
First published date
Last published date
Overview
Product section
Cause
Resolution
- Verify the results by running Wbemtest against the affected server using steps the Testing WMI Connectivity with WBEMTest
- Re-register PerfMonCounters and WMI classes:
- RDP to the target server.
- Run services.msc and stop the Windows Management Instrumentation (WMI) service.
- Open a command prompt as an administrator and enter the following commands to rebuild the performance counters and WMI counter:
- cd %windir%\system32\
- lodctr /R (may need to run twice if it fails to run the first time)
cd %windir%\sysWOW64\ - lodctr /R (may need to run twice if it fails to run the first time)
- winmgmt /resyncperf
- wmiadap.exe /f
- Start the Windows Management Instrumentation (WMI) service from services.msc.
After rebuilding the performance counters, test the result using WBemtest to see if the affected node responds to the WMI query.