<?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 OCUM keystore error...after upgrading to 7.1... in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139917#M25527</link>
    <description>&lt;P&gt;Also found out you need to upgrade the encryption keys on both the DWH and OCI servers:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this command lists the keystore in windows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;keytool.exe -list -v -&lt;/SPAN&gt;&lt;SPAN&gt;keys&lt;/SPAN&gt;&lt;SPAN&gt;tore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.&lt;/SPAN&gt;&lt;SPAN&gt;keys&lt;/SPAN&gt;&lt;SPAN&gt;tore"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;here is the magic command to fix the issue(Run on both the OCI server and DWH server)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;keytool -importkeystore -srckeystore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.keystore" -destkeystore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.keystore" -deststoretype pkcs12&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Finally stopped this error! woot!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 17:25:10 GMT</pubDate>
    <dc:creator>pippen23</dc:creator>
    <dc:date>2018-04-27T17:25:10Z</dc:date>
    <item>
      <title>Netapp OCUM keystore error...after upgrading to 7.1...</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139652#M25484</link>
      <description>&lt;P&gt;After upgrading from Netapp Unified manager from 6.4 to 7.1, got the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The JKS keystore uses a proprietary formay. It is reccommended to migrate to PKCS12 which is an industry standard format using&amp;nbsp;"keytool -importkeystore -srckeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -destkeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -deststoretype pkcs12"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After a couple rounds with netapp support, I finally figured out how to do this...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) open a console session with Vmware and login to OPUM&lt;/P&gt;
&lt;P&gt;2) press "4" to go to the support / diag menu, press erds to enable the diag user&lt;/P&gt;
&lt;P&gt;3) open an SSH to OPUM using the diag user/password combo above&lt;/P&gt;
&lt;P&gt;4) type sudo -s&lt;/P&gt;
&lt;P&gt;5) run the command keytool -importkeystore -srckeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -destkeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -deststoretype pkcs12, password is changeit for the PKS&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6) success!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope no one has to go thru the pain I went thru to find out how to run 1 linux command successfully...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:48:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139652#M25484</guid>
      <dc:creator>pippen23</dc:creator>
      <dc:date>2025-06-04T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp OCUM keystore error...after upgrading to 7.1...</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139658#M25486</link>
      <description>&lt;P&gt;What a pain. Thanks for the tip!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 20:40:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139658#M25486</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2018-04-17T20:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp OCUM keystore error...after upgrading to 7.1...</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139917#M25527</link>
      <description>&lt;P&gt;Also found out you need to upgrade the encryption keys on both the DWH and OCI servers:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this command lists the keystore in windows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;keytool.exe -list -v -&lt;/SPAN&gt;&lt;SPAN&gt;keys&lt;/SPAN&gt;&lt;SPAN&gt;tore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.&lt;/SPAN&gt;&lt;SPAN&gt;keys&lt;/SPAN&gt;&lt;SPAN&gt;tore"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;here is the magic command to fix the issue(Run on both the OCI server and DWH server)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;keytool -importkeystore -srckeystore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.keystore" -destkeystore "c:\Program Files\SANscreen\wildfly\standalone\configuration\server.keystore" -deststoretype pkcs12&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Finally stopped this error! woot!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 17:25:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Netapp-OCUM-keystore-error-after-upgrading-to-7-1/m-p/139917#M25527</guid>
      <dc:creator>pippen23</dc:creator>
      <dc:date>2018-04-27T17:25:10Z</dc:date>
    </item>
  </channel>
</rss>

