<?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: NetApp-Harvest install problem in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/116122#M20648</link>
    <description>&lt;P&gt;I succeeded by doing (as root);&lt;/P&gt;&lt;P&gt;# yum install cpan&lt;/P&gt;&lt;P&gt;# cpan JSON&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found in&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/11753529/install-perl-json-on-centos" target="_blank"&gt;http://stackoverflow.com/questions/11753529/install-perl-json-on-centos&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Maarten de Boer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2016 13:34:02 GMT</pubDate>
    <dc:creator>maartendeboer</dc:creator>
    <dc:date>2016-02-22T13:34:02Z</dc:date>
    <item>
      <title>NetApp-Harvest install problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115520#M20519</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'ved instaled&amp;nbsp;netapp-harvest-1.2.2.zip and&amp;nbsp;unzip netapp-manageability-sdk-5.3.1.zip at a RHEL 6.6 with&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name : perl&lt;BR /&gt;Arch : x86_64&lt;BR /&gt;Epoch : 4&lt;BR /&gt;Version : 5.10.1&lt;BR /&gt;Release : 136.el6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting the following error's at test of&lt;/P&gt;&lt;P&gt;# /opt/netapp-harvest/netapp-manager&lt;/P&gt;&lt;P&gt;Can't locate JSON.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 /opt/netapp-harvest/netapp-manager line 22.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/netapp-harvest/netapp-manager line 22.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# /opt/netapp-harvest/netapp-worker&lt;BR /&gt;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 /opt/netapp-harvest/netapp-worker line 30.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/netapp-harvest/netapp-worker line 30.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone knows how to fix?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Maarten de Boer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:07:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115520#M20519</guid>
      <dc:creator>maartendeboer</dc:creator>
      <dc:date>2025-06-04T22:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest install problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115532#M20524</link>
      <description>&lt;P&gt;Hello your error is indicating you are missing perl packages.&lt;/P&gt;&lt;P&gt;Here are the commands to add via yum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo yum install perl-Time-HiRes &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo yum install perl-JSON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 22:21:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115532#M20524</guid>
      <dc:creator>olson</dc:creator>
      <dc:date>2016-02-08T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest install problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115640#M20557</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12390"&gt;@olson&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Hello your error is indicating you are missing perl packages.&lt;/P&gt;&lt;P&gt;Here are the commands to add via yum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo yum install perl-Time-HiRes &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo yum install perl-JSON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hello Olson,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;The 1st worked:&lt;/P&gt;&lt;P&gt;Installed:&lt;BR /&gt;perl-Time-HiRes.x86_64 4:1.9721-136.el6&lt;/P&gt;&lt;P&gt;Complete!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 2nd not:&lt;/P&gt;&lt;P&gt;No package perl-JSON available.&lt;BR /&gt;Error: Nothing to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue. I'm not familiar with those perl installations (yet).&lt;/P&gt;&lt;P&gt;Thanks, Maarten de Boer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 13:00:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115640#M20557</guid>
      <dc:creator>maartendeboer</dc:creator>
      <dc:date>2016-02-11T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest install problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115644#M20559</link>
      <description>&lt;P&gt;Sorry to hear you are still having issues with this installation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A complete installation and configuraiton guide was published on the communities site which may be helpful in resolving your issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Articles-and-Resources/How-to-install-Graphite-and-Grafana/ta-p/109456" target="_blank"&gt;http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Articles-and-Resources/How-to-install-Graphite-and-Grafana/ta-p/109456&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:09:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/115644#M20559</guid>
      <dc:creator>olson</dc:creator>
      <dc:date>2016-02-11T14:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest install problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/116122#M20648</link>
      <description>&lt;P&gt;I succeeded by doing (as root);&lt;/P&gt;&lt;P&gt;# yum install cpan&lt;/P&gt;&lt;P&gt;# cpan JSON&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found in&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/11753529/install-perl-json-on-centos" target="_blank"&gt;http://stackoverflow.com/questions/11753529/install-perl-json-on-centos&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Maarten de Boer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:34:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-install-problem/m-p/116122#M20648</guid>
      <dc:creator>maartendeboer</dc:creator>
      <dc:date>2016-02-22T13:34:02Z</dc:date>
    </item>
  </channel>
</rss>

