<?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: unable to connect NetApp Harvest to FAS2650 in Ask The Experts</title>
    <link>https://community.netapp.com/t5/Ask-The-Experts/unable-to-connect-NetApp-Harvest-to-FAS2650/m-p/145996#M325</link>
    <description>&lt;P&gt;Hi Axsys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not familiar with authentication algorithms, from what I found on the web it seems like your client and server are trying to exchange public keys of different lengths (512 bit vs 1024 bit).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try to use login/password as authentication instead of certificate?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 17:10:41 GMT</pubDate>
    <dc:creator>vachagan_gratian</dc:creator>
    <dc:date>2019-01-17T17:10:41Z</dc:date>
    <item>
      <title>unable to connect NetApp Harvest to FAS2650</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/unable-to-connect-NetApp-Harvest-to-FAS2650/m-p/145965#M324</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are having issues connecting NetApp Harvest to a cluster on one of our remote sites.&amp;nbsp; This site has a relatively new pair of FAS2650 filers.... we have already implemented Harvest successfully elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We already ran these commands as taken from NetApp Harvest documtation, on the target filer.....&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "version"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "cluster identity show"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "cluster show"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "system node show"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "statistics"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "lun show"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "network interface show"&lt;/P&gt;
&lt;P&gt;security login role create -role netapp-harvest-role -access readonly -cmddirname "qos workload show"&lt;/P&gt;
&lt;P&gt;security certificate install -type client-ca -vserver&amp;nbsp;&lt;EM&gt;vserver_name&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;certificate was pasted here....&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;security ssl modify -client-enabled true -vserver &lt;EM&gt;vserver_name&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;security login create -user-or-group-name netapp-harvest -application ontapi -role netapp-harvest-role -authmethod cert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We then recieved these messages/errors:&lt;/P&gt;
&lt;P&gt;[2018-11-27 17:23:39] [NORMAL ] WORKER STARTED [Version: 1.4] [Conf: netapp-harvest.conf] [Poller: &lt;EM&gt;filer_name&lt;/EM&gt;]&lt;/P&gt;
&lt;P&gt;[2018-11-27 17:23:39] [NORMAL ] [main] Poller will monitor a [FILER] at [&lt;EM&gt;ip_address&lt;/EM&gt;:443]&lt;/P&gt;
&lt;P&gt;[2018-11-27 17:23:39] [NORMAL ] [main] Poller will use [ssl_cert] authentication with ssl_cert [netapp-harvest.pem] and ssl_key [netapp-harvest.key]&lt;/P&gt;
&lt;P&gt;[2018-11-27 17:23:39] [WARNING] [sysinfo] Update of system-info cache DOT Version failed with reason: Server returned HTTP Error:&lt;/P&gt;
&lt;P&gt;[2018-11-27 17:23:39] [WARNING] [main] system-info update failed; will try again in 10 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Curl output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[root@ ~]# curl &amp;nbsp;-H "Accept: application/json" "&lt;A href="https://172.17.241.40/devmgr/v2/storage-systems/1/device-alerts%22" target="_blank"&gt;https://&lt;EM&gt;I&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;P_address&lt;/EM&gt;"--insecure -v&lt;/P&gt;
&lt;P&gt;* About to connect() to &lt;A href="https://172.17.241.40/devmgr/v2/storage-systems/1/device-alerts%22" target="_blank"&gt;&lt;EM&gt;I&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;P_address&lt;/EM&gt; port 443 (#0)&lt;/P&gt;
&lt;P&gt;* &amp;nbsp;&amp;nbsp;Trying &lt;A href="https://172.17.241.40/devmgr/v2/storage-systems/1/device-alerts%22" target="_blank"&gt;&lt;EM&gt;I&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;P_address&lt;/EM&gt;...&lt;/P&gt;
&lt;P&gt;* Connected to &lt;A href="https://172.17.241.40/devmgr/v2/storage-systems/1/device-alerts%22" target="_blank"&gt;&lt;EM&gt;I&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;P_address&lt;/EM&gt; (&lt;A href="https://172.17.241.40/devmgr/v2/storage-systems/1/device-alerts%22" target="_blank"&gt;&lt;EM&gt;I&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;P_address&lt;/EM&gt;) port 443 (#0)&lt;/P&gt;
&lt;P&gt;* Initializing NSS with certpath: sql:/etc/pki/nssdb&lt;/P&gt;
&lt;P&gt;* skipping SSL peer certificate verification&lt;/P&gt;
&lt;P&gt;* NSS error -12156 (SSL_ERROR_WEAK_SERVER_CERT_KEY)&lt;/P&gt;
&lt;P&gt;* The server certificate included a public key that was too weak.&lt;/P&gt;
&lt;P&gt;* Closing connection 0&lt;/P&gt;
&lt;P&gt;curl: (35) The server certificate included a public key that was too weak.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any advice/suggestions would be very much appreciated!&amp;nbsp; thanks....&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:59:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/unable-to-connect-NetApp-Harvest-to-FAS2650/m-p/145965#M324</guid>
      <dc:creator>axsys</dc:creator>
      <dc:date>2019-01-16T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: unable to connect NetApp Harvest to FAS2650</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/unable-to-connect-NetApp-Harvest-to-FAS2650/m-p/145996#M325</link>
      <description>&lt;P&gt;Hi Axsys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not familiar with authentication algorithms, from what I found on the web it seems like your client and server are trying to exchange public keys of different lengths (512 bit vs 1024 bit).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try to use login/password as authentication instead of certificate?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 17:10:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/unable-to-connect-NetApp-Harvest-to-FAS2650/m-p/145996#M325</guid>
      <dc:creator>vachagan_gratian</dc:creator>
      <dc:date>2019-01-17T17:10:41Z</dc:date>
    </item>
  </channel>
</rss>

