<?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 In HDP 2.6.5 Cluster managed by Ambari 2.6.2.2, Which all components will ask for restart if i Update krb5.conf file on few of the Edge nodes &amp; Ingestion Nodes? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238531#M200342</link>
    <description>&lt;P&gt;I have a cluster of 350+ nodes ( Edge Nodes, Ingestion Nodes, Management Nodes &amp;amp; Worker Nodes) and all these managed by Ambari. All the Management nodes and Worker nodes are up-to-date with the latest Krb5.conf file. However the Edge Nodes and Ingestion Nodes Krb5.conf file is not updated and missing an entry. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hence My question is, If I modify the krb5.conf file in the Edge nodes &amp;amp; Ingestion nodes Manually to match with the same krb5.conf file in the remaining nodes, what would be the impact? Which all components would require restart? How do i go about syncing them up?&lt;/P&gt;&lt;P&gt;No master services or client services are installed on these nodes. However they are part of the cluster. &lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 08:51:30 GMT</pubDate>
    <dc:creator>Afroz_Baig</dc:creator>
    <dc:date>2019-04-18T08:51:30Z</dc:date>
    <item>
      <title>In HDP 2.6.5 Cluster managed by Ambari 2.6.2.2, Which all components will ask for restart if i Update krb5.conf file on few of the Edge nodes &amp; Ingestion Nodes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238531#M200342</link>
      <description>&lt;P&gt;I have a cluster of 350+ nodes ( Edge Nodes, Ingestion Nodes, Management Nodes &amp;amp; Worker Nodes) and all these managed by Ambari. All the Management nodes and Worker nodes are up-to-date with the latest Krb5.conf file. However the Edge Nodes and Ingestion Nodes Krb5.conf file is not updated and missing an entry. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hence My question is, If I modify the krb5.conf file in the Edge nodes &amp;amp; Ingestion nodes Manually to match with the same krb5.conf file in the remaining nodes, what would be the impact? Which all components would require restart? How do i go about syncing them up?&lt;/P&gt;&lt;P&gt;No master services or client services are installed on these nodes. However they are part of the cluster. &lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 08:51:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238531#M200342</guid>
      <dc:creator>Afroz_Baig</dc:creator>
      <dc:date>2019-04-18T08:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: In HDP 2.6.5 Cluster managed by Ambari 2.6.2.2, Which all components will ask for restart if i Update krb5.conf file on few of the Edge nodes &amp; Ingestion Nodes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238532#M200343</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://afroz%20baig/" target="_blank"&gt;&lt;EM&gt;@Afroz Baig&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Firstly you really don't need to modify manually the krb5.conf as they MUST be identical on all the cluster nodes. What you should do is run &lt;STRONG&gt;scp&lt;/STRONG&gt; from the Ambari server where you configured the passwordless connection.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Assuming your Ambari Server hosts file entry has all the cluster node and egdenode1 is your target&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;# scp /etc/krb5.conf root@edgnode1:/etc/&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;This will copy and overwrite the incorrect krb5.conf on the edge node. Assuming you have a user named analyst01 on the edge node who intends to run a job after the update you will do the following as user analyst1 assuming he has his keytab in his home directory&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;# su - analyst01&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;To determine if he has a valid ticket, in the below he didn't have one&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;# klist&lt;/EM&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;EM&gt;klist: No credentials cache found (filename: /tmp/krb5cc_0)&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Grab a ticket&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ kinit -kt /home/analyst01/analyst01.keytab&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Now he should be able to grab a valid ticket and the klist should validate that&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ klist &lt;/EM&gt;
&lt;EM&gt;Ticket cache: FILE:/tmp/krb5cc_1013 &lt;/EM&gt;
&lt;EM&gt;Default principal: analyst01-xxx@{REALM} &lt;/EM&gt;
&lt;EM&gt;Valid starting &amp;nbsp; &amp;nbsp; &amp;nbsp; Expires &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Service principal &lt;/EM&gt;
&lt;EM&gt;04/13/2019 23:25:32 &amp;nbsp;04/14/2019 23:25:32 &amp;nbsp;krbtgt/_host@{REALM} &lt;/EM&gt;
&lt;EM&gt;04/13/2019 23:25:32 &amp;nbsp;04/14/2019 23:25:32 &amp;nbsp;HTTP/_host@{REALM}&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;You don't need to restart any services on the edge node !&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 17:44:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238532#M200343</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-04-18T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: In HDP 2.6.5 Cluster managed by Ambari 2.6.2.2, Which all components will ask for restart if i Update krb5.conf file on few of the Edge nodes &amp; Ingestion Nodes?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238533#M200344</link>
      <description>&lt;P&gt;Thank You &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;. This is something i was looking for. I will have this checked and validated. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 21:53:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/In-HDP-2-6-5-Cluster-managed-by-Ambari-2-6-2-2-Which-all/m-p/238533#M200344</guid>
      <dc:creator>Afroz_Baig</dc:creator>
      <dc:date>2019-04-18T21:53:15Z</dc:date>
    </item>
  </channel>
</rss>

