<?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: Why am I getting the following error after installing NMON Performance Monitor on a Linux server? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389570#M47542</link>
    <description>&lt;P&gt;Thanks for you support . i dont have a slackID. would gmail work?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2018 07:54:14 GMT</pubDate>
    <dc:creator>Venkat_16</dc:creator>
    <dc:date>2018-10-01T07:54:14Z</dc:date>
    <item>
      <title>Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389563#M47535</link>
      <description>&lt;P&gt;i have installed NMON on a Linux server. The Splunk forwarder is 7.0.2. However, I am not able to see NMON logs from this server and all I am getting is this error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"ERROR, could not find an nmon binary suitable for this system, please install nmon manually and set it available in the user PATH"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please suggest any solution if you have overcame a similar problem. Since we have service account permissions, please suggest a solution that don now involve root permissions.&lt;/P&gt;

&lt;P&gt;Below is the sample  inputs.conf&lt;/P&gt;

&lt;P&gt;[script://./bin/nmon_cleaner.sh --cleancsv]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = nmon&lt;BR /&gt;
interval = 600&lt;BR /&gt;
source = nmon_cleaner&lt;BR /&gt;
sourcetype = nmon_clean&lt;/P&gt;

&lt;P&gt;[script://./bin/nmon_helper.sh]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = nmon&lt;BR /&gt;
interval = 60&lt;BR /&gt;
source = nmon_collect&lt;BR /&gt;
sourcetype = nmon_collect&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389563#M47535</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2020-09-29T21:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389564#M47536</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;It looks like the helper script could not find a binary that would be expected to suit the target server, which architecture / system / release is that ?&lt;/P&gt;

&lt;P&gt;By default, the TA will extract Linux binaries from a builtin archive within the TA and searches for one that suits in term of system / architecture, if it does not find one it tries to check for a nmon binary available in the PATH, and finally produces this message if nothing could be found.&lt;/P&gt;

&lt;P&gt;If your system is specific and not identified for some reasons, you can either compile your own version (which does not require the root unless there are some compilation related requirements) or download a binary that suits your system, then you could add it in a custom version of the TA Linux binaries archive.&lt;/P&gt;

&lt;P&gt;The other and easiest solution is to install nmon and make it available in the path, but this requires the root obviously.&lt;/P&gt;

&lt;P&gt;Last but not least, you simply download the good binary for your system, store it anywhere your service account has access to, and add it to the PATH of the service account user. (just as the message says by the way)&lt;/P&gt;

&lt;P&gt;Can you return the result if it exists:&lt;/P&gt;

&lt;P&gt;cat /etc/os-release&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389564#M47536</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2018-09-24T17:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389565#M47537</link>
      <description>&lt;P&gt;thanks for your reply.&lt;/P&gt;

&lt;P&gt;I have two servers where one is sending nmon logs and other is not . I ran cat /etc/os-release on both servers and below are the results:&lt;/P&gt;

&lt;P&gt;For  server where nmon didtn work:&lt;BR /&gt;
Red Hat Enterprise Linux Server release 6.7 (Santiago)&lt;/P&gt;

&lt;P&gt;For server where nmon worked:&lt;BR /&gt;
Red Hat Enterprise Linux Server release 6.5 (Santiago)&lt;/P&gt;

&lt;P&gt;Below are the linux rhel packages currently available:&lt;BR /&gt;
nmon_ia64_rhel4&lt;BR /&gt;&lt;BR /&gt;
 nmon_mainframe_32_rhel55&lt;BR /&gt;&lt;BR /&gt;
nmon_mainframe_64_rhel55&lt;BR /&gt;&lt;BR /&gt;
nmon_power_64_rhel6&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_64_rhel45&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_rhel5&lt;BR /&gt;&lt;BR /&gt;
versions.txt~&lt;BR /&gt;
nmon_mainframe_32_rhel4&lt;BR /&gt;&lt;BR /&gt;
nmon_mainframe_64_rhel4&lt;BR /&gt;&lt;BR /&gt;
 nmon_power_32_rhel5&lt;BR /&gt;&lt;BR /&gt;
nmon_power_64_rhel65&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_64_rhel5&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_rhel52&lt;BR /&gt;
nmon_mainframe_32_rhel5&lt;BR /&gt;&lt;BR /&gt;
nmon_mainframe_64_rhel5&lt;BR /&gt;&lt;BR /&gt;
nmon_power_32_rhel6&lt;BR /&gt;&lt;BR /&gt;
nmon_power_64_rhel7&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_64_rhel54&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_rhel54&lt;BR /&gt;
nmon_mainframe_32_rhel52&lt;BR /&gt;&lt;BR /&gt;
nmon_mainframe_64_rhel52 &lt;BR /&gt;
 nmon_power_64le_rhel7&lt;BR /&gt;&lt;BR /&gt;
nmon_power_64_rhel71be &lt;BR /&gt;
 nmon_x86_64_rhel6&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_rhel6&lt;BR /&gt;
nmon_mainframe_32_rhel53&lt;BR /&gt;&lt;BR /&gt;
nmon_mainframe_64_rhel53&lt;BR /&gt;&lt;BR /&gt;
nmon_power_64_rhel5&lt;BR /&gt;&lt;BR /&gt;
 nmon_x86_64_rhel4&lt;BR /&gt;&lt;BR /&gt;
nmon_x86_64_rhel7&lt;BR /&gt;&lt;BR /&gt;
versions.txt&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389565#M47537</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2020-09-29T21:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389566#M47538</link>
      <description>&lt;P&gt;I also found the error in internal logs:&lt;/P&gt;

&lt;P&gt;timestamp ERROR ArchiveContext - From archive='/var/log/nmon/deehvdb172cfsri_180925_0000.nmon': Can't locate Time/HiRes.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/splunk/splunkforwarder/etc/apps/TA-nmon/bin/nmon2csv.pl line 82. &lt;/P&gt;

&lt;P&gt;so should i also update my perl with l WITH Time::HiRes module&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389566#M47538</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2020-09-29T21:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389567#M47539</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Ok so for the error this is because you are missing a Perl dependency on the server:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://ta-nmon.readthedocs.io/en/latest/requirements.html"&gt;https://ta-nmon.readthedocs.io/en/latest/requirements.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;When Python 2.7.x is not available, the TA switches to Perl which requires the Time::HiRes module.&lt;BR /&gt;
You need your admin to deploy the rpm on the system.&lt;/P&gt;

&lt;P&gt;Have you checked if you have:&lt;/P&gt;

&lt;P&gt;/etc/os-release&lt;BR /&gt;
/etc/redhat-release&lt;/P&gt;

&lt;P&gt;Please paste details of both if possible&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:19:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389567#M47539</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2018-09-25T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389568#M47540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Do you have any progress on your issue ?&lt;BR /&gt;
We may talk on Slack if you like for faster exchanges, let me know how I can help.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 20:24:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389568#M47540</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2018-09-27T20:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389569#M47541</link>
      <description>&lt;P&gt;Thanks alot Guilhem for your response.&lt;/P&gt;

&lt;P&gt;Please find the details below:&lt;/P&gt;

&lt;P&gt;Red Hat Enterprise Linux Server release 6.5 (Santiago)&lt;/P&gt;

&lt;P&gt;Linux 2.6.32-754.el6.x86_64 #1 SMP Thu May 24 18:18:25 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;

&lt;P&gt;We have raised a ticket to update perl.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389569#M47541</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2020-09-29T21:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389570#M47542</link>
      <description>&lt;P&gt;Thanks for you support . i dont have a slackID. would gmail work?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 07:54:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389570#M47542</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2018-10-01T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting the following error after installing NMON Performance Monitor on a Linux server?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389571#M47543</link>
      <description>&lt;P&gt;Hi Venkat,&lt;/P&gt;

&lt;P&gt;Sorry about late reply, was delayed by the Splunk conf &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;My email is &lt;A href="mailto:guilhem.marchand@gmail.com"&gt;guilhem.marchand@gmail.com&lt;/A&gt;, please send me an email and we'll start exchanging.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 10:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-the-following-error-after-installing-NMON/m-p/389571#M47543</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2018-10-09T10:19:07Z</dc:date>
    </item>
  </channel>
</rss>

