<?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: Splunk Add-on for Unix and Linux in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/749266#M82087</link>
    <description>&lt;P&gt;After recently upgrading the Splunk_TA_nix to version 9.2.0, I'm seeing the same issue.&amp;nbsp; Has anyone fixed this issue?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jul 2025 16:22:02 GMT</pubDate>
    <dc:creator>jw220635</dc:creator>
    <dc:date>2025-07-04T16:22:02Z</dc:date>
    <item>
      <title>Splunk Add-on for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/707311#M81336</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've installed the Splunk Add-on for Unix and Linux in both Splunk Enterprise as well as my forwarder which is running 9.3.2&amp;nbsp; However I keep running into this error below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;12-19-2024 15:54:30.303 +0000 ERROR ExecProcessor [1376795 ExecProcessor] - message from "/opt/splunkforwarder/etc/apps/Splunk_TA_nix/bin/vmstat_metric.sh" /opt/splunkforwarder/etc/apps/Splunk_TA_nix/bin/hardware.sh: line 62: /opt/splunkforwarder/var/run/splunk/tmp/unix_hardware_error_tmpfile: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above is coming from the splunkd.log after I have stopped and restarted the SplunkForwarder.service.&amp;nbsp; I am very new to Splunk and do not posses any certifications.&amp;nbsp; My company has tasked me with learning and configuring Splunk and I am enjoying it except I am unable to get this data sent to my indexer so that I can see the data in Search and Reporting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the steps taken so far:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Installed Splunk Add-on for Unix and Linux on my enterprise UI machine&lt;/LI&gt;&lt;LI&gt;installed&amp;nbsp;Splunk Add-on for Unix and Linux on my unvf&lt;/LI&gt;&lt;LI&gt;As the local directory was not created at "/opt/splunkforwarder/etc/apps/Splunk_TA_nix/" I created it and copied the inputs.conf from default to local and then allowed the scripts I wanted.&lt;/LI&gt;&lt;LI&gt;Made sure the Splunk user was owner and had the privileges needed to the local directory&lt;/LI&gt;&lt;LI&gt;stopped the splunk service and restarted it.&lt;/LI&gt;&lt;LI&gt;Ran -&amp;nbsp;&amp;nbsp;cat /opt/splunkforwarder/var/log/splunk/splunkd.log | grep ERROR&lt;/LI&gt;&lt;LI&gt;Almost every Error is "unix_hardware_error_tmpfile: No such file or directory"&lt;/LI&gt;&lt;LI&gt;if I create the tmpfile it disappears and is not recreated&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm sure there are many other things I didnt mention because I honestly dont remember because I have been trying to figure this issue out since yesterday and am not getting anywhere.&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLEASE HELP!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:11:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/707311#M81336</guid>
      <dc:creator>joewetzel63</dc:creator>
      <dc:date>2024-12-19T17:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/707403#M81340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275043"&gt;@joewetzel63&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In the error message it complains about "&lt;SPAN&gt;/opt/splunkforwarder/var/run/splunk/&lt;STRONG&gt;tmp&lt;/STRONG&gt;/unix_hardware_error_tmpfile&lt;/SPAN&gt;" file. This tmp folder does not exist on default, that is why it cannot create &lt;SPAN&gt;unix_hardware_error_tmpfile file. You can try creating&amp;nbsp;/opt/splunkforwarder/var/run/splunk/tmp folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I checked the addon (v9.2.0) it uses correct path as "$SPLUNK_HOME/var/run/splunk/unix_hardware_error_tmpfile".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm and try using the latest version of the addn?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 19:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/707403#M81340</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2024-12-20T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/749266#M82087</link>
      <description>&lt;P&gt;After recently upgrading the Splunk_TA_nix to version 9.2.0, I'm seeing the same issue.&amp;nbsp; Has anyone fixed this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 16:22:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/749266#M82087</guid>
      <dc:creator>jw220635</dc:creator>
      <dc:date>2025-07-04T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/752865#M82304</link>
      <description>&lt;P&gt;I think it's because hardware.sh is called by both vmware.sh and vmware_metric.sh, and hardware.sh has an rm $TMP_ERROR_FILTER_FILE statement just below the grep statement (where the error is generated.)&lt;/P&gt;&lt;P&gt;If you are running both vmware.sh and vmware_metric.sh at the same periodicity (for example 60 seconds), it's a race condition when both scripts invoke hardware.sh which has an "rm", which would remove the file before the second script get to that line of execution (the grep).&amp;nbsp; If you look at your error log, the error is logged against vmware.sh or vmware_metric.sh, but not both.&amp;nbsp; I ran into this issue, and I added a few seconds offset, for example, run vmware.sh at 60 seconds interval and vmware_metric.sh at 65 seconds interval, to eliminate the race condition.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 18:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/752865#M82304</guid>
      <dc:creator>christinetran</dc:creator>
      <dc:date>2025-09-09T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/752869#M82305</link>
      <description>&lt;P&gt;This calls for a bug report, don't you think? It's a very bad practice if a script relies on a statically named file.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 18:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Unix-and-Linux/m-p/752869#M82305</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-09-09T18:29:11Z</dc:date>
    </item>
  </channel>
</rss>

