<?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: Missing KDC administrator credentials. Please enter admin principal and password in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238570#M200381</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/23297/ankitaghate.html" nodeid="23297"&gt;@Ankita Ghate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check the principals in kdc server&lt;/P&gt;&lt;PRE&gt;$kadmin.local
Authenticating as principal root/admin@&amp;lt;realm&amp;gt; with password.
kadmin.local:  listprincsK/M@&amp;lt;realm&amp;gt;
kadmin/admin@&amp;lt;realm&amp;gt;
kadmin/changepw@&amp;lt;realm&amp;gt;
kadmin/KDC_SERVER_FQDN@&amp;lt;realm&amp;gt;
kiprop/KDC_SERVER_FQDN@&amp;lt;realm&amp;gt;
krbtgt/TEST.COM@TEST.COM&lt;/PRE&gt;&lt;P&gt;Must create a admin principal for enabling kerberos from ambari&lt;/P&gt;&lt;PRE&gt;$kadmin.local
$kadmin.local:  addprinc admin/admin@&amp;lt;realm&amp;gt;
WARNING: no policy specified for root/admin@&amp;lt;realm&amp;gt;; defaulting to no policy
Enter password for principal "admin/admin@&amp;lt;realm&amp;gt;":&amp;lt;password&amp;gt;
Re-enter password for principal "admin/admin@&amp;lt;realm&amp;gt;":&amp;lt;password&amp;gt;
Principal "admin/admin@&amp;lt;realm&amp;gt;" created.&lt;/PRE&gt;&lt;P&gt;While enabling the kerberos from ambari, use the below principal and corresponding password&lt;/P&gt;&lt;PRE&gt;Admin principal : admin/admin@&amp;lt;realm&amp;gt; 
admin password : &amp;lt;password&amp;gt;&lt;/PRE&gt;&lt;P&gt;Try manual kinit of the same principal on ambari-server machine like,&lt;/P&gt;&lt;PRE&gt;kinit admin/admin@REALM
Password: *******&lt;/PRE&gt;&lt;P&gt;Check if above is working fine. &lt;/P&gt;&lt;P&gt;Also, you can refer the below thread which talk about adding the credential using API call as temporary or Permanent&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html"&gt;https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 20:35:18 GMT</pubDate>
    <dc:creator>sampathkumar_ma</dc:creator>
    <dc:date>2018-12-11T20:35:18Z</dc:date>
    <item>
      <title>Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238569#M200380</link>
      <description>&lt;P&gt;I have setup kerberos and enabled in Ambari successfully on one environment but while trying the same on another environment I am facing issue while enabling kerberos. I have tried to store credentials using keytool, Rest API, checked kerberos descriptors but no luck. what else is left to check?&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94511-missing-kdc-credentials.png"&gt;missing-kdc-credentials.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 20:14:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238569#M200380</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-11T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238570#M200381</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/23297/ankitaghate.html" nodeid="23297"&gt;@Ankita Ghate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check the principals in kdc server&lt;/P&gt;&lt;PRE&gt;$kadmin.local
Authenticating as principal root/admin@&amp;lt;realm&amp;gt; with password.
kadmin.local:  listprincsK/M@&amp;lt;realm&amp;gt;
kadmin/admin@&amp;lt;realm&amp;gt;
kadmin/changepw@&amp;lt;realm&amp;gt;
kadmin/KDC_SERVER_FQDN@&amp;lt;realm&amp;gt;
kiprop/KDC_SERVER_FQDN@&amp;lt;realm&amp;gt;
krbtgt/TEST.COM@TEST.COM&lt;/PRE&gt;&lt;P&gt;Must create a admin principal for enabling kerberos from ambari&lt;/P&gt;&lt;PRE&gt;$kadmin.local
$kadmin.local:  addprinc admin/admin@&amp;lt;realm&amp;gt;
WARNING: no policy specified for root/admin@&amp;lt;realm&amp;gt;; defaulting to no policy
Enter password for principal "admin/admin@&amp;lt;realm&amp;gt;":&amp;lt;password&amp;gt;
Re-enter password for principal "admin/admin@&amp;lt;realm&amp;gt;":&amp;lt;password&amp;gt;
Principal "admin/admin@&amp;lt;realm&amp;gt;" created.&lt;/PRE&gt;&lt;P&gt;While enabling the kerberos from ambari, use the below principal and corresponding password&lt;/P&gt;&lt;PRE&gt;Admin principal : admin/admin@&amp;lt;realm&amp;gt; 
admin password : &amp;lt;password&amp;gt;&lt;/PRE&gt;&lt;P&gt;Try manual kinit of the same principal on ambari-server machine like,&lt;/P&gt;&lt;PRE&gt;kinit admin/admin@REALM
Password: *******&lt;/PRE&gt;&lt;P&gt;Check if above is working fine. &lt;/P&gt;&lt;P&gt;Also, you can refer the below thread which talk about adding the credential using API call as temporary or Permanent&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html"&gt;https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 20:35:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238570#M200381</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-12-11T20:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238571#M200382</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/15087/sampathkumarmathur.html"&gt;Sampath Kumar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have already tried above steps and again tried the same as you said from reinstalltion of kerberos but facing the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 21:00:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238571#M200382</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-11T21:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238572#M200383</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/23297/ankitaghate.html" nodeid="23297"&gt;@Ankita Ghate&lt;/A&gt;&lt;P&gt;Can you post any relevant information from your ambari-server.log?    &lt;/P&gt;&lt;P&gt;One thing to check is to make sure that you are using the FQDN of the KDC when specifying the host in the KDC administrator host field.  You should use the FQDN in the KDC hosts field as well, but that is not as important due to the way Ambari authenticates with the target KDC. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 22:09:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238572#M200383</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2018-12-11T22:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238573#M200384</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/users/23297/ankitaghate.html"&gt;@Ankita Ghate&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;EM&gt;Your situation is bizarre! Can you share the screenshot of the kerberization steps?&lt;BR /&gt;&lt;/EM&gt;&lt;P&gt;&lt;EM&gt;Apart from the above can you share a tokenized version of your the below files&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;krb5.conf&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;kdc.conf&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;kadm5.acl&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;I&gt;/etc/hosts&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;share the output of &lt;STRONG&gt;$ hostname -&lt;/STRONG&gt;&lt;STRONG&gt;f &lt;/STRONG&gt;on the kdc server&lt;BR /&gt;Then if the above files are correct &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Reset the password through kadmin&lt;/I&gt;&lt;/P&gt;&lt;PRE&gt;# kadmin.local 
Authenticating as principal admin/admin@EXAMPLE.COM with password. 
kadmin.local: change_password -pw secret123 admin@EXAMPLE.COM 
Password for "admin@EXAMPLE.COM" changed. 
kadmin.local: q&lt;/PRE&gt;&lt;P&gt;&lt;I&gt;In the above sequence, I have invoked &lt;B&gt;kadmin&lt;/B&gt; as root  user  and change the previous password to secret123. To ensure all is okay restart the kdc and kadmin&lt;/I&gt;&lt;/P&gt;&lt;PRE&gt;# /etc/rc.d/init.d/krb5kdc start 
Starting Kerberos 5 KDC: 		[ OK ] 
# /etc/rc.d/init.d/kadmin start 
Starting Kerberos 5 Admin Server: 	[ OK ]&lt;/PRE&gt;&lt;P&gt;&lt;I&gt;Now you can run the Kerberos  tool again to regenerate the keytabs  and all the services should restart successfully&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 05:28:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238573#M200384</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-12T05:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238574#M200385</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/322/rlevas.html"&gt;Robert Levas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have checked ambari-server.log file at that time and made password store persistent by executing below command and from Ambari UI, I was able to check on save password box,&lt;/P&gt;&lt;P&gt;curl -H "X-Requested-By:ambari" -u admin:admin -X PUT -d '{ "Credential" : { "principal" : "kadmin/admin@EXAMPLE.COM", "key" : "123456", "type" : "persisted" } }' &lt;A href="http://ambari-server-host-ip:8080/api/v1/clusters/Ambari_PreDev/credentials/kdc.admin.credential" target="_blank"&gt;http://ambari-server-host-ip:8080/api/v1/clusters/Ambari_PreDev/credentials/kdc.admin.credential&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But still Ambari UI is giving exception as missing credentials and not able to kerberize cluster.&lt;/P&gt;&lt;P&gt;Also my last admin principal created is admin/admin@EXAMPLE.COM and changed password is password.&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/95406-ambari-server-logs.png"&gt;ambari-server-logs.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 21:14:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238574#M200385</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-12T21:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238575#M200386</link>
      <description>&lt;P&gt;So Ambari really cannot find the KDC administrator credentials.  Can you execute the following to see if the alias exists in the Ambari credential store?&lt;/P&gt;&lt;PRE&gt;&amp;lt;JAVA_HOME&amp;gt;/bin/keytool -list -keystore /var/lib/ambari-server/keys/credentials.jceks -store-type JCEKS&lt;/PRE&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;PRE&gt;[root@c7401 ~]# /usr/jdk64/jdk1.8.0_112/bin/keytool -list -keystore /var/lib/ambari-server/keys/credentials.jceks -store-type JCEKS
Enter keystore password:
Keystore type: JCEKS
Keystore provider: SunJCE
Your keystore contains 2 entries
cluster.ambari_predev.kdc.admin.credential, Dec 12, 2018, SecretKeyEntry,
ambari.db.password, Dec 12, 2018, SecretKeyEntry,&lt;/PRE&gt;&lt;P&gt;Here you see that my persisted KDC admin credential is listed as &lt;STRONG&gt;&lt;EM&gt;cluster.ambari_predev.kdc.admin.credential&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If you do not see this, then something is wrong. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 00:28:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238575#M200386</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2018-12-13T00:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238576#M200387</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/322/rlevas.html"&gt;Robert Levas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is showing output as expected PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/322/rlevas.html"&gt;&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94558-keytool-output.png"&gt;keytool-output.png&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 12:09:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238576#M200387</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-13T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238577#M200388</link>
      <description>&lt;P&gt;@Geoffrey Shelton Okot &lt;/P&gt;&lt;P&gt;Apart from the above can you share a tokenized version of your the below files- Sorry I did not get what you have asked. &lt;/P&gt;&lt;P&gt;klist -V Kerberos 5 version 1.13.2 &lt;/P&gt;&lt;P&gt;And KDC server's hostname -f output is --&amp;gt; ubuntu19.example.com &lt;/P&gt;&lt;P&gt;Check attached files of KDC server,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94569-krb5conf.png"&gt;krb5conf.png&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94570-kdcconf.png"&gt;kdcconf.png&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94571-kadm5conf.png"&gt;kadm5conf.png&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/94572-hosts.png"&gt;hosts.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 19:13:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238577#M200388</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-13T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238578#M200389</link>
      <description>&lt;P&gt;I am at a loss as far as what the issue is. All tests I have proposed yielded results that make it seem like all should be working.  Maybe &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Manually remove the credential from the credential store&lt;/LI&gt;&lt;LI&gt;Restart Ambari&lt;/LI&gt;&lt;LI&gt;Add it again, through Ambari when it asks for it&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;To remove the credential using keytool - &lt;/P&gt;&lt;PRE&gt;&amp;lt;JAVA_HOME&amp;gt;/bin/keytool -remove -alias  -keystore /var/lib/ambari-server/keys/credentials.jceks -store-type JCEKS&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Dec 2018 00:19:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238578#M200389</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2018-12-18T00:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238579#M200390</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/23297/ankitaghate.html"&gt;@Ankita Ghate&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Find attached the tokenized version of my files.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 01:38:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238579#M200390</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-18T01:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238580#M200391</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;You can check files which I have already attached in above comments. Absolute path of files are /etc/hosts, /etc/krb5.conf, /etc/krbkdc/kadm5.acl, /etc/krb5kdc/kdc.conf&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/96386-krb5conf.png"&gt;krb5conf.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/96387-kdcconf.png"&gt;kdcconf.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/96388-kadm5conf.png"&gt;kadm5conf.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/96389-hosts.png"&gt;hosts.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 12:10:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238580#M200391</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-18T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238581#M200392</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/users/23297/ankitaghate.html"&gt;@Ankita Ghate&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The values look correct, I guess you are running ubuntu that's why the path differs a bit from my centos !  Can you start the equivalent of these services and retry&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;service krb5kdc start 
service kadmin start&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Can you share the screenshot of the parameters you are using in the Enabling kerberos wizard ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;  &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 17:56:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238581#M200392</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-18T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238582#M200393</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PFA for services restart,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/97416-services-restart.png"&gt;services-restart.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 12:39:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238582#M200393</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-20T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238583#M200394</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/23297/ankitaghate.html"&gt;@Ankita Ghate&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Now can you proceed with the kerberization check the 2 screenshots attached ensure your input values are correct.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please revert &lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6033i6B106D1A0673E611/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="get-started.jpg" title="get-started.jpg" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6034i52F20B2937EB629F/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="get-started02.jpg" title="get-started02.jpg" /&gt;</description>
      <pubDate>Fri, 21 Dec 2018 03:33:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238583#M200394</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-21T03:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238584#M200395</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;Thanks for your response. I found the root cause of this issue in my case, Ambari was using Ambari master key for KDC admin credentials which was present at /var/lib/ambari-server/keys/credentials.jceks. I have taken backup of it and was able to work on 'Enable kerberos through Ambari UI'.&lt;/P&gt;&lt;P&gt;But that previous file is required at the time of ambari-server restart. So need to keep ambari-master key same as KDC admin key (password).&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/97423-kerberos-admin-creds-issue-solved.png"&gt;kerberos-admin-creds-issue-solved.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 15:09:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238584#M200395</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-21T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing KDC administrator credentials. Please enter admin principal and password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238585#M200396</link>
      <description>&lt;P&gt;All, &lt;/P&gt;&lt;P&gt;Thanks for your response. I found the root cause of the issue. Ambari was using its master's key in KDC admin credentials that is why it was giving "Missing KDC administrator credentials. Please enter admin principal and password". So I have removed that crendential file (PFA for this) and issue has been solved.&lt;/P&gt;&lt;P&gt;For others, you may need to keep ambari master key and KDC admin creds same, because that file is required at the time of ambari-server restart (if you have configured jceks).&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/97424-kerberos-admin-creds-issue-solved.png"&gt;kerberos-admin-creds-issue-solved.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 22:30:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Missing-KDC-administrator-credentials-Please-enter-admin/m-p/238585#M200396</guid>
      <dc:creator>ankita_ghate</dc:creator>
      <dc:date>2018-12-21T22:30:06Z</dc:date>
    </item>
  </channel>
</rss>

