<?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 Re: Hi, I Have trying to install kerberos on my HDP 2.6 sandbox, in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196531#M158584</link>
    <description>&lt;P&gt;It works, I really can't thank you enough&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 23:07:32 GMT</pubDate>
    <dc:creator>kindy</dc:creator>
    <dc:date>2018-01-24T23:07:32Z</dc:date>
    <item>
      <title>Hi, I Have trying to install kerberos on my HDP 2.6 sandbox,</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196528#M158581</link>
      <description>&lt;P&gt;My problem is that I've been following a lot of documents that can help me with installing, and after finishing all the steps,I've found that &lt;STRONG&gt;krb5kdc&lt;/STRONG&gt; or &lt;STRONG&gt;kadmin is not running / enabling&lt;/STRONG&gt;. for example when i type &lt;STRONG&gt;"&lt;/STRONG&gt; &lt;STRONG&gt;service kadmin start&lt;/STRONG&gt; &lt;STRONG&gt;"&lt;/STRONG&gt; or &lt;STRONG&gt;"&lt;/STRONG&gt; &lt;STRONG&gt;service krb5kdc start" &lt;/STRONG&gt;command. &lt;U&gt;its doesnt do /show me anything&lt;/U&gt;. i tried many other commands " systemctl start krb5kdc" or " systemctl enable krb5kdc". So does anyone knows what is the problem. &lt;/P&gt;&lt;P&gt;PS. the last document that I've been following is this video : &lt;A href="https://www.youtube.com/watch?v=-pBh7fgV6w4&amp;amp;t=434s"&gt;https://www.youtube.com/watch?v=-pBh7fgV6w4&amp;amp;t=434s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:28:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196528#M158581</guid>
      <dc:creator>kindy</dc:creator>
      <dc:date>2018-01-24T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I Have trying to install kerberos on my HDP 2.6 sandbox,</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196529#M158582</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/62208/noorelkindy.html" nodeid="62208"&gt;@Noor elkindy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please try this:&lt;BR /&gt;&lt;BR /&gt;1. Make sure that you have logged in to Sandbox SSH shell only at port 2222&lt;/P&gt;&lt;PRE&gt;# ssh root@localhost -p 2222
Enter Password: hadoop&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;2. Please make sure to disable the Sandbox Dev Yum repo by setting "enabled=0" as following: (to know why we should do this please refer to: &lt;A href="https://community.hortonworks.com/questions/143887/problem-installing-ambari-metrics-collector.html)" target="_blank"&gt;https://community.hortonworks.com/questions/143887/problem-installing-ambari-metrics-collector.html)&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;# cat /etc/yum.repos.d/sandbox.repo
[sandbox]
baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/
name=Sandbox repository (tutorials)
gpgcheck=0
enabled=0&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;3. Please perform a Yum cleanup&lt;/P&gt;&lt;PRE&gt;# yum clean all&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;4. Now you will need to install the following packages:&lt;/P&gt;&lt;PRE&gt;# yum install krb5-server krb5-libs krb5-workstation -y&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;5. Then perform the "/etc/krb5.conf" edits based on your requirement.&lt;BR /&gt;&lt;BR /&gt;6.  Create Kerberos Database by running the following command (Please remember the value which you are going to enter for the "master key". I entered "master" )&lt;/P&gt;&lt;PRE&gt;# kdb5_util create -s&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;7. Start the KDC server and the KDC admin server as following:&lt;/P&gt;&lt;PRE&gt;# /etc/rc.d/init.d/krb5kdc start
# /etc/rc.d/init.d/kadmin start&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:38:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196529#M158582</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-24T21:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I Have trying to install kerberos on my HDP 2.6 sandbox,</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196530#M158583</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/62208/noorelkindy.html" nodeid="62208"&gt;@Noor elkindy&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A good detailed discussion can be found here. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/103945/kerberos-setup-on-hdp-26.html" target="_blank"&gt;https://community.hortonworks.com/questions/103945/kerberos-setup-on-hdp-26.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Also for Sandbox:  &lt;A href="http://crazyadmins.com/tag/how-to-configure-kerberos-in-hdp/" target="_blank"&gt;http://crazyadmins.com/tag/how-to-configure-kerberos-in-hdp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/62208/noorelkindy.html" nodeid="62208"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:41:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196530#M158583</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-24T21:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I Have trying to install kerberos on my HDP 2.6 sandbox,</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196531#M158584</link>
      <description>&lt;P&gt;It works, I really can't thank you enough&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 23:07:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196531#M158584</guid>
      <dc:creator>kindy</dc:creator>
      <dc:date>2018-01-24T23:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I Have trying to install kerberos on my HDP 2.6 sandbox,</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196532#M158585</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/62208/noorelkindy.html" nodeid="62208"&gt;@Noor elkindy&lt;/A&gt; &lt;/P&gt;&lt;P&gt;As the issue is resolved, hence it will be also great if you can mark this HCC thread as Answered by clicking on the "Accept" Button on the correct answer. That way other HCC users can quickly find the solution when they encounter the same issue.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 04:56:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hi-I-Have-trying-to-install-kerberos-on-my-HDP-2-6-sandbox/m-p/196532#M158585</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-25T04:56:33Z</dc:date>
    </item>
  </channel>
</rss>

