<?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 How to change HDP service users password in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236410#M198223</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We could see the below alert in Ambari UI.  Please let me know how to change/reset the password for the HDP service users.&lt;/P&gt;&lt;PRE&gt;Connection failed to &lt;A href="http://xxxxxx.xxxxx.com:50070" target="_blank"&gt;http://xxxxxx.xxxxx.com:50070&lt;/A&gt; (Execution of '/usr/bin/kinit -c /var/lib/ambari-agent/tmp/curl_krb_cache/web_alert_ambari-qa_cc_0968abaa5827638ae5a9a92642ebb363a83845d449ecfb223d4f91e3 -kt /etc/security/keytabs/spnego.service.keytab HTTP/xxxx&amp;gt; /dev/null' returned 1. You are required to change your password immediately (password aged)
(current) UNIX password: su: Authentication token manipulation error
Changing password for ambari-qa.)&lt;/PRE&gt;&lt;P&gt;When I tried to do $su hdfs from root, it's asking me to change the password&lt;/P&gt;&lt;PRE&gt;$su hdfs
You are required to change your password immediately (password aged)
Changing password for hdfs.
(current) UNIX password:
&lt;/PRE&gt;
&lt;PRE&gt;$chage -l hdfs
Last password change                                    : Oct 16, 2018
Password expires                                        : Nov 20, 2018
Password inactive                                       : Feb 18, 2019
Account expires                                         : never
Minimum number of days between password change          : 1
Maximum number of days between password change          : 35
Number of days of warning before password expires       : 6&amp;lt;br&amp;gt;&lt;/PRE&gt;&lt;P&gt;Please help ASAP.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 17:59:36 GMT</pubDate>
    <dc:creator>sampathkumar_ma</dc:creator>
    <dc:date>2018-11-21T17:59:36Z</dc:date>
    <item>
      <title>How to change HDP service users password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236410#M198223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We could see the below alert in Ambari UI.  Please let me know how to change/reset the password for the HDP service users.&lt;/P&gt;&lt;PRE&gt;Connection failed to &lt;A href="http://xxxxxx.xxxxx.com:50070" target="_blank"&gt;http://xxxxxx.xxxxx.com:50070&lt;/A&gt; (Execution of '/usr/bin/kinit -c /var/lib/ambari-agent/tmp/curl_krb_cache/web_alert_ambari-qa_cc_0968abaa5827638ae5a9a92642ebb363a83845d449ecfb223d4f91e3 -kt /etc/security/keytabs/spnego.service.keytab HTTP/xxxx&amp;gt; /dev/null' returned 1. You are required to change your password immediately (password aged)
(current) UNIX password: su: Authentication token manipulation error
Changing password for ambari-qa.)&lt;/PRE&gt;&lt;P&gt;When I tried to do $su hdfs from root, it's asking me to change the password&lt;/P&gt;&lt;PRE&gt;$su hdfs
You are required to change your password immediately (password aged)
Changing password for hdfs.
(current) UNIX password:
&lt;/PRE&gt;
&lt;PRE&gt;$chage -l hdfs
Last password change                                    : Oct 16, 2018
Password expires                                        : Nov 20, 2018
Password inactive                                       : Feb 18, 2019
Account expires                                         : never
Minimum number of days between password change          : 1
Maximum number of days between password change          : 35
Number of days of warning before password expires       : 6&amp;lt;br&amp;gt;&lt;/PRE&gt;&lt;P&gt;Please help ASAP.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 17:59:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236410#M198223</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-11-21T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change HDP service users password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236411#M198224</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087"&gt;@Sampath Kumar&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;From the output of chage -l hdfs i see your password of hdfs local user is expired. can you try to change&lt;/P&gt;&lt;P&gt;To resolve this issue, disable the expired password for the HDFS user, using the following command:&lt;/P&gt;&lt;PRE&gt;chage -m 0 -M 99999 -I -1 -E -1 hdfs&lt;/PRE&gt;&lt;P&gt;This command sets the following for the HDFS user:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Minimum Password Age to 0&lt;/LI&gt;&lt;LI&gt;Maximum Password Age to 99999&lt;/LI&gt;&lt;LI&gt;Password Inactive to -1&lt;/LI&gt;&lt;LI&gt;Account Expiration Date to -1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can further explore the command chage in google and set the password policy accordingly.&lt;/P&gt;&lt;P&gt;and then try again with ambari.&lt;/P&gt;&lt;P&gt;Please see if this helps you. please accept answer if it did.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 18:10:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236411#M198224</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2018-11-21T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change HDP service users password</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236412#M198225</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18735/asnaik.html" nodeid="18735"&gt;@Akhil S Naik&lt;/A&gt; : Thanks for your inputs&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 13:31:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-change-HDP-service-users-password/m-p/236412#M198225</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-11-22T13:31:23Z</dc:date>
    </item>
  </channel>
</rss>

