<?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>question Integration with HSM in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412175#M253291</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P data-unlink="true"&gt;I am testing the integration between Cloudera Manager and HSM&amp;nbsp;.&lt;BR /&gt;For that purpose I have deployed a singe node cluster in my lab.&amp;nbsp; It consists of two virtual machines implemented in VMware: one manager and one host.&lt;BR /&gt;Getting and error trying to complete&amp;nbsp;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/installation/topics/cdpdc-installing-navigator-key-hsm.html" target="_blank" rel="nofollow noopener"&gt;Installing Cloudera Navigator Key HSM&lt;/A&gt;.&lt;BR /&gt;Here are the steps I took:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;mkdir -p /var/www/html/cloudera-repos/cm7&lt;BR /&gt;2.&amp;nbsp;wget &lt;A href="https://xxxxxx:xxxxxx@archive.cloudera.com/p/cm7/7.13.1.0/repo-as-tarball/cm7.13.1.0-redhat8.tar.gz" target="_blank" rel="noopener"&gt;https://xxxxxx:xxxxxx@archive.cloudera.com/p/cm7/7.13.1.0/repo-as-tarball/cm7.13.1.0-redhat8.tar.gz&lt;/A&gt; -P /var/www/html/cloudera-repos/cm7/&lt;BR /&gt;3.&amp;nbsp;tar xvfz /var/www/html/cloudera-repos/cm7/cm7.13.1.0-redhat8.tar.gz -C /var/www/html/cloudera-repos/cm7 --strip-components=1&lt;BR /&gt;4.&amp;nbsp;sudo chmod -R ugo+rX /var/www/html/cloudera-repos/cm7&lt;BR /&gt;5. In another ssh session, start a Python&amp;nbsp;http.server in the /var/www/html directory.&amp;nbsp;&lt;BR /&gt;6. Through vSphere launch a WEB console.&lt;BR /&gt;7. Launch the browser and go to &lt;A href="https://localhost:8900/cloudera-repos/" target="_blank" rel="noopener"&gt;https://localhost:8900/cloudera-repos/&lt;/A&gt; and verify the extracted files are present. Checked OK.&lt;BR /&gt;8.&amp;nbsp;cat /etc/yum.repos.d/cloudera-repo.repo&lt;BR /&gt;&amp;nbsp; &amp;nbsp; [cloudera-repo]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; name=cloudera-repo&lt;BR /&gt;&amp;nbsp; &amp;nbsp; baseurl=&lt;A href="http://localhost:8900/cloudera-repos/cm7" target="_blank" rel="noopener"&gt;http://localhost:8900/cloudera-repos/cm7&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; enabled=1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; gpgcheck=0&lt;BR /&gt;9. sudo rpm --import &lt;A href="http://localhost:8900/cloudera-repos/cm7/RPM-GPG-KEY-cloudera" target="_blank" rel="noopener"&gt;http://localhost:8900/cloudera-repos/cm7/RPM-GPG-KEY-cloudera&lt;/A&gt;&lt;BR /&gt;10. sudo yum install keytrustee-keyhsm&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Updating Subscription Management repositories.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; cloudera-repo 22 MB/s | 151 kB 00:00&lt;BR /&gt;&amp;nbsp; &amp;nbsp; No match for argument: keytrustee-keyhsm&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Error: Unable to find a match: keytrustee-keyhsm&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Dalier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2025 12:12:54 GMT</pubDate>
    <dc:creator>Dalier</dc:creator>
    <dc:date>2025-08-27T12:12:54Z</dc:date>
    <item>
      <title>Integration with HSM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412175#M253291</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P data-unlink="true"&gt;I am testing the integration between Cloudera Manager and HSM&amp;nbsp;.&lt;BR /&gt;For that purpose I have deployed a singe node cluster in my lab.&amp;nbsp; It consists of two virtual machines implemented in VMware: one manager and one host.&lt;BR /&gt;Getting and error trying to complete&amp;nbsp;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/installation/topics/cdpdc-installing-navigator-key-hsm.html" target="_blank" rel="nofollow noopener"&gt;Installing Cloudera Navigator Key HSM&lt;/A&gt;.&lt;BR /&gt;Here are the steps I took:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;mkdir -p /var/www/html/cloudera-repos/cm7&lt;BR /&gt;2.&amp;nbsp;wget &lt;A href="https://xxxxxx:xxxxxx@archive.cloudera.com/p/cm7/7.13.1.0/repo-as-tarball/cm7.13.1.0-redhat8.tar.gz" target="_blank" rel="noopener"&gt;https://xxxxxx:xxxxxx@archive.cloudera.com/p/cm7/7.13.1.0/repo-as-tarball/cm7.13.1.0-redhat8.tar.gz&lt;/A&gt; -P /var/www/html/cloudera-repos/cm7/&lt;BR /&gt;3.&amp;nbsp;tar xvfz /var/www/html/cloudera-repos/cm7/cm7.13.1.0-redhat8.tar.gz -C /var/www/html/cloudera-repos/cm7 --strip-components=1&lt;BR /&gt;4.&amp;nbsp;sudo chmod -R ugo+rX /var/www/html/cloudera-repos/cm7&lt;BR /&gt;5. In another ssh session, start a Python&amp;nbsp;http.server in the /var/www/html directory.&amp;nbsp;&lt;BR /&gt;6. Through vSphere launch a WEB console.&lt;BR /&gt;7. Launch the browser and go to &lt;A href="https://localhost:8900/cloudera-repos/" target="_blank" rel="noopener"&gt;https://localhost:8900/cloudera-repos/&lt;/A&gt; and verify the extracted files are present. Checked OK.&lt;BR /&gt;8.&amp;nbsp;cat /etc/yum.repos.d/cloudera-repo.repo&lt;BR /&gt;&amp;nbsp; &amp;nbsp; [cloudera-repo]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; name=cloudera-repo&lt;BR /&gt;&amp;nbsp; &amp;nbsp; baseurl=&lt;A href="http://localhost:8900/cloudera-repos/cm7" target="_blank" rel="noopener"&gt;http://localhost:8900/cloudera-repos/cm7&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; enabled=1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; gpgcheck=0&lt;BR /&gt;9. sudo rpm --import &lt;A href="http://localhost:8900/cloudera-repos/cm7/RPM-GPG-KEY-cloudera" target="_blank" rel="noopener"&gt;http://localhost:8900/cloudera-repos/cm7/RPM-GPG-KEY-cloudera&lt;/A&gt;&lt;BR /&gt;10. sudo yum install keytrustee-keyhsm&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Updating Subscription Management repositories.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; cloudera-repo 22 MB/s | 151 kB 00:00&lt;BR /&gt;&amp;nbsp; &amp;nbsp; No match for argument: keytrustee-keyhsm&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Error: Unable to find a match: keytrustee-keyhsm&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Dalier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 12:12:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412175#M253291</guid>
      <dc:creator>Dalier</dc:creator>
      <dc:date>2025-08-27T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Entrust HSM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412179#M253294</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/130954"&gt;@Dalier&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for reaching out to the Cloudera community.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Key Trustee Server and Key HSM depend on the&amp;nbsp;bigtop-utils&amp;nbsp;package, which is included in the CDH repository. But you have created the local repository for Cloudera manager.&lt;BR /&gt;&lt;BR /&gt;If Cloudera manager is installed already on both the VM's.Please create a local repository for&amp;nbsp;keytrustee-keyhsm.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://archive.cloudera.com/p/cdh7/7.1.9.1000/keytrustee-keyhsm/" target="_blank" rel="noopener"&gt;https://archive.cloudera.com/p/cdh7/7.1.9.1000/keytrustee-keyhsm/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 04:34:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412179#M253294</guid>
      <dc:creator>ymprakash</dc:creator>
      <dc:date>2025-08-26T04:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Entrust HSM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412186#M253301</link>
      <description>&lt;P&gt;&lt;A class="dcxa-lithium-link" href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77391" target="_blank"&gt;&lt;SPAN&gt;ymprakash &lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;# yum install /var/www/html/cloudera-repos/cm7/keytrustee-keyhsm-7.1.7.7.1.9.1000-103.x86_64.rpm&lt;BR /&gt;Updating Subscription Management repositories.&lt;BR /&gt;...&lt;BR /&gt;Installed:&lt;BR /&gt;keytrustee-keyhsm-7.1.7.7.1.9.1000-103.x86_64&lt;BR /&gt;&lt;BR /&gt;Complete!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 14:01:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Integration-with-HSM/m-p/412186#M253301</guid>
      <dc:creator>Dalier</dc:creator>
      <dc:date>2025-08-26T14:01:42Z</dc:date>
    </item>
  </channel>
</rss>

