<?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: Kerberos error after ambari upgrade in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105612#M68490</link>
    <description>&lt;P&gt;By "enable kerberos" you mean, using Ambari to enable Kerberos security? At what step in the wizard do you see this error?&lt;/P&gt;&lt;P&gt;In general: make sure your /etc/krb5.conf is still correct, especially the KDC host. Make sure your KDC host is running. Try to authenticate yourself on the node itself, basically running "kinit &amp;lt;principal&amp;gt;", afterwards "klist" should show a valid ticket.&lt;/P&gt;&lt;P&gt;Is this a local MIT KDC or are you using an AD KDC?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2016 18:36:51 GMT</pubDate>
    <dc:creator>jstraub</dc:creator>
    <dc:date>2016-04-19T18:36:51Z</dc:date>
    <item>
      <title>Kerberos error after ambari upgrade</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105611#M68489</link>
      <description>&lt;P&gt;I have raised this question earlier too. But still couldnt solve this issue. Any help would be great. Upgraded ambari from 2.1 to 2.2 and after that if i try to enable kerberos, i do see the error "KDC host unreachable". But in an environment where ambari still 2.1, i dont see this error. Is this a bug in ambari for this upgrade?&lt;/P&gt;&lt;P&gt;Log messages are not clear&lt;/P&gt;&lt;P&gt;19 Apr 2016 05:56:16,683  WARN [qtp-ambari-client-29] KdcServerConnectionVerification:187 - An unexpected exception occurred while attempting to communicate with the KDC server at  over TCP
19 Apr 2016 05:56:16,685  WARN [qtp-ambari-client-29] KdcServerConnectionVerification:187 - An unexpected exception occurred while attempting to communicate with the KDC server at  over UDP
19 Apr 2016 05:56:16,685 ERROR [qtp-ambari-client-29] KdcServerConnectionVerification:113 - Failed to connect to the KDC at   using either TCP or UDP&lt;/P&gt;&lt;P&gt;p.s : i have just deleted the hostname in the above logs for the sake of anonymity&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 18:19:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105611#M68489</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-04-19T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error after ambari upgrade</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105612#M68490</link>
      <description>&lt;P&gt;By "enable kerberos" you mean, using Ambari to enable Kerberos security? At what step in the wizard do you see this error?&lt;/P&gt;&lt;P&gt;In general: make sure your /etc/krb5.conf is still correct, especially the KDC host. Make sure your KDC host is running. Try to authenticate yourself on the node itself, basically running "kinit &amp;lt;principal&amp;gt;", afterwards "klist" should show a valid ticket.&lt;/P&gt;&lt;P&gt;Is this a local MIT KDC or are you using an AD KDC?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 18:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105612#M68490</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2016-04-19T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error after ambari upgrade</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105613#M68491</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2302/arunpoy.html" nodeid="2302"&gt;@ARUNKUMAR RAMASAMY&lt;/A&gt;&lt;P&gt;If you turn on debugging, the error message will contain the reason for failure. I am not sure why we need to turn on debugging to get more information - you would think that this info would be normally available. &lt;/P&gt;&lt;P&gt;To turn on debugging, edit /etc/ambari-server/conf/log4j.properties and set the following line (line #28) from:&lt;/P&gt;&lt;PRE&gt;log4j.rootLogger=INFO,file&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;log4j.rootLogger=DEBUG,file&lt;/PRE&gt;&lt;P&gt;Then restart ambari, try again and see what the error message is.  &lt;/P&gt;&lt;P&gt;Since the log will be rather verbose, you will want to search (or grep) for "KdcServerConnectionVerification".&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 19:15:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105613#M68491</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2016-04-19T19:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error after ambari upgrade</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105614#M68492</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt;, i am using MIT KDC and it is running fine. kinit and klist are working fine. I am gettign the error , when i click the ënable kerberos" wizard in ambari. &lt;/P&gt;&lt;P&gt;These are the scenarios &lt;/P&gt;&lt;P&gt;1. Lab  environment - Ambari 2.2.x     (KDC is running on the same machine) -  KDC host not reachable is the error&lt;/P&gt;&lt;P&gt;2. Dev environment - Ambari 2.2.x - KDC host not reachable is the error. Before upgrading to 2.2 (in ambari 2.1), i was able to connect to the same KDC which now throws error.&lt;/P&gt;&lt;P&gt;3. Prod environment - Ambari 2.1 - NO error, i am able to connect to the same KDC which is running in the lab environment.&lt;/P&gt;&lt;P&gt;My question is has this upgrade anything to do with this error.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:49:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105614#M68492</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-04-20T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error after ambari upgrade</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105615#M68493</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/322/rlevas.html" nodeid="322"&gt;@Robert Levas&lt;/A&gt;, I enabled DEBUG and found out the issue. AES 256 was not enabled on the linux machines. Ambari 2.1 doesnt seem to check this strictly, whereas ambari 2.2 is strictly enforcing. Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:19:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-error-after-ambari-upgrade/m-p/105615#M68493</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-04-20T13:19:09Z</dc:date>
    </item>
  </channel>
</rss>

