<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WMI intermittent issues / missing data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-intermittent-issues-missing-data/m-p/105409#M22209</link>
    <description>&lt;P&gt;At a quick first glance it looks like it is more likely to be a Windows WMI issue instead of a Splunk one. Have a look at; &lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=7684"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=7684&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It is a diag tool released by Microsoft to help identify problems with WMI on host systems.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jul 2012 08:03:50 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2012-07-23T08:03:50Z</dc:date>
    <item>
      <title>WMI intermittent issues / missing data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-intermittent-issues-missing-data/m-p/105408#M22208</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I have setup my Splunk indexer and a few Universal forwarders to poll the performance stats of the individual machines via WMI and send the data to the index machine. The event logs are also sent however I have not seen any issues with function so far. Everything is working well however the WMI stats for CPU etc will fail every so often and data will be lost for an hour.&lt;BR /&gt;
The errors in splunkd.log seem to match up to the missing data. &lt;/P&gt;

&lt;P&gt;The box's which are having the issues are running Server 2003 Standard R2.&lt;BR /&gt;
I also have a box on XP Pro with the same config files and it does not seem to have any issues. All servers are generating the same "800706BF" error.&lt;/P&gt;

&lt;P&gt;Please see the below dumps of the files: &lt;BR /&gt;
Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Splunkd.log:&lt;/P&gt;

&lt;P&gt;07-22-2012 22:25:28.037 +1200 INFO  TcpOutputProc - Connected to idx=10.1.1.0:9997 using ACK.&lt;/P&gt;

&lt;P&gt;07-22-2012 22:25:28.255 +1200 INFO  TcpOutputProc - Connected to idx=10.1.1.0:9997 using ACK.&lt;/P&gt;

&lt;P&gt;07-22-2012 23:33:58.720 +1200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-wmi.exe" -index windows" WMI - Error occurred while trying to retrieve results from a WMI query (error="The remote procedure call failed and did not execute." HRESULT=800706BF) (\localhost\root\cimv2: Select PercentProcessorTime,PercentUserTime from Win32_PerfFormattedData_PerfOS_Processor where Name = "_Total")&lt;/P&gt;

&lt;P&gt;07-23-2012 02:37:07.759 +1200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-wmi.exe" -index windows" WMI - Error occurred while trying to retrieve results from a WMI query (error="The remote procedure call failed and did not execute." HRESULT=800706BF) (\localhost\root\cimv2: Select PercentProcessorTime,PercentUserTime from Win32_PerfFormattedData_PerfOS_Processor where Name = "_Total")&lt;/P&gt;

&lt;P&gt;07-23-2012 05:36:56.246 +1200 INFO  WatchedFile - Will begin reading at offset=24992167 for file='C:\Program Files\SplunkUniversalForwarder\var\log\splunk\metrics.log.1'.&lt;/P&gt;

&lt;P&gt;07-23-2012 05:36:56.558 +1200 INFO  WatchedFile - Will begin reading at offset=0 for file='C:\Program Files\SplunkUniversalForwarder\var\log\splunk\metrics.log'.&lt;/P&gt;

&lt;P&gt;07-23-2012 05:49:08.737 +1200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-wmi.exe" -index windows" WMI - Error occurred while trying to retrieve results from a WMI query (error="The remote procedure call failed and did not execute." HRESULT=800706BF) (\localhost\root\cimv2: Select FreeMegabytes,Name,PercentFreeSpace from Win32_PerfFormattedData_PerfDisk_LogicalDisk)&lt;/P&gt;

&lt;P&gt;07-23-2012 08:15:09.640 +1200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-wmi.exe" -index windows" WMI - Error occurred while trying to retrieve results from a WMI query (error="The remote procedure call failed and did not execute." HRESULT=800706BF) (\localhost\root\cimv2: Select CurrentDiskQueueLength,Name,PercentDiskReadTime,PercentDiskTime,PercentDiskWriteTime,DiskBytesPerSec from Win32_PerfFormattedData_PerfDisk_PhysicalDisk)&lt;/P&gt;

&lt;P&gt;WMI.conf:&lt;BR /&gt;
[WMI:CPUTime]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select PercentProcessorTime,PercentUserTime from Win32_PerfFormattedData_PerfOS_Processor where Name = "_Total"&lt;BR /&gt;
interval = 3&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WMI:FreeDiskSpace]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select FreeMegabytes,Name,PercentFreeSpace from Win32_PerfFormattedData_PerfDisk_LogicalDisk&lt;BR /&gt;
interval = 120&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WMI:LocalNetwork]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select CurrentBandwidth,Name,BytesReceivedPerSec,BytesSentPerSec,BytesTotalPerSec from Win32_PerfFormattedData_Tcpip_NetworkInterface&lt;BR /&gt;
interval = 10&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WMI:LocalPhysicalDisk]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select CurrentDiskQueueLength,Name,PercentDiskReadTime,PercentDiskTime,PercentDiskWriteTime,DiskBytesPerSec from Win32_PerfFormattedData_PerfDisk_PhysicalDisk&lt;BR /&gt;
interval = 10&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WMI:LocalProcesses]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select IDProcess,Name,PercentProcessorTime,PrivateBytes from Win32_PerfFormattedData_PerfProc_Process&lt;BR /&gt;
interval = 30&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WMI:Memory]&lt;BR /&gt;
index = perfmon&lt;BR /&gt;
server = localhost&lt;BR /&gt;
wql = Select AvailableMBytes,CommittedBytes,PercentCommittedBytesInUse,PagesPerSec from Win32_PerfFormattedData_PerfOS_Memory&lt;BR /&gt;
interval = 5&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-intermittent-issues-missing-data/m-p/105408#M22208</guid>
      <dc:creator>MrNetworker</dc:creator>
      <dc:date>2020-09-28T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: WMI intermittent issues / missing data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-intermittent-issues-missing-data/m-p/105409#M22209</link>
      <description>&lt;P&gt;At a quick first glance it looks like it is more likely to be a Windows WMI issue instead of a Splunk one. Have a look at; &lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=7684"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=7684&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It is a diag tool released by Microsoft to help identify problems with WMI on host systems.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2012 08:03:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-intermittent-issues-missing-data/m-p/105409#M22209</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-07-23T08:03:50Z</dc:date>
    </item>
  </channel>
</rss>

