<?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>topic Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue in HPE Ezmeral Software platform</title>
    <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236045#M886</link>
    <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2031651"&gt;@okalinin&lt;/a&gt;&amp;nbsp;Installed PAMTESTER in all 3 nodes and below is the successful authentication response from all 3 nodes.&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="op.JPG" style="width: 739px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/147090i731E9000AB4805F0/image-size/large?v=v2&amp;amp;px=2000" role="button" title="op.JPG" alt="op.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Before executing this we had done some changes as instructed in the below page and restarted ezmeral. Post that MCS authentication is happening, in node-1 &amp;amp;2 behaviour continues to be random and node-3 not connecting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.ezmeral.hpe.com/datafabric-customer-managed/78/SecurityGuide/MapRTicketsAndPAM.html?hl=pam%2Cuser" target="_blank" rel="noopener"&gt;https://docs.ezmeral.hpe.com/datafabric-customer-managed/78/SecurityGuide/MapRTicketsAndPAM.html?hl=pam%2Cuser&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And post above change, for node 1 &amp;amp; 2 PAM Authentication Error is not observed in api-server.log but randomly seen in data-access-gateway.log. I am suspecting it is perhaps some internal process of ezmeral which is blocking connection not really a OS level PAM error. Not sure..&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 08:02:31 GMT</pubDate>
    <dc:creator>PrativaNayak</dc:creator>
    <dc:date>2025-02-28T08:02:31Z</dc:date>
    <item>
      <title>Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7235950#M882</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have done a 3 node Ezmeral cluster setup. Facing some random issues with Data Access Gateway.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of 3 nodes, by default DAG was installed in 2 nodes and API server in 2 nodes. We explicitly installed DAG on the 3rd node. No change to API server.&lt;/P&gt;&lt;P&gt;While trying to access JSON DB via API, randomly on original 2 nodes sometime output comes and sometime 401 Unauthorized Error is thrown. In node-3 (where DAG installation had happened at the end), always Unauthorized error is thrown. API server log was showing PAM Authentication error.&lt;/P&gt;&lt;P&gt;Now we are not able to login to MCS with mapr user and in the log similar PAM Authentication error is thrown.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;We haven't done any explicit PAM authentication setting, but looks like this perhaps is the root cause of the issue.&lt;/P&gt;&lt;P&gt;Ezmeral 7.8 version is installed.&lt;/P&gt;&lt;P&gt;Would appreciate any help/direction in this regard.&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7235950#M882</guid>
      <dc:creator>PrativaNayak</dc:creator>
      <dc:date>2025-02-26T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7235995#M883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We typically see such issues being non-EDF related but failling into the following two categories:&lt;BR /&gt;- PAM/LDAP configuration issues&lt;BR /&gt;- OS PAM issues&lt;BR /&gt;- Password issues&lt;/P&gt;&lt;P&gt;Below is general guideline/sample on troubleshooting PAM failure issues:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(1) Install '&lt;/SPAN&gt;&lt;SPAN class=""&gt;pamtest&lt;/SPAN&gt;&lt;SPAN&gt;er' package, e.g. for RHEL it is available in epel repository:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yum install &lt;/SPAN&gt;&lt;SPAN class=""&gt;pamtest&lt;/SPAN&gt;&lt;SPAN&gt;er&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) Once &lt;/SPAN&gt;&lt;SPAN class=""&gt;pamtest&lt;/SPAN&gt;&lt;SPAN&gt;er is installed, test PAM authentication with the following commands for relevant PAM modules on non-working node:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;pamtest&lt;/SPAN&gt;&lt;SPAN&gt;er sudo &amp;lt;username&amp;gt; authenticate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pamtester sshd &amp;lt;username&amp;gt; authenticate&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(3) Compare files in /etc/pam.d/ in working vs non-working nodes, e.g. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;md5sum /etc/pam.d/*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run the command on both working / non-working nodes and check if there are any differences. Check if any files related to PAM and authentication (e.g. LDAP configuration) have been modified recently. Usually such comparative analysis involving pamtester and configuration review reveals the root cause of the issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 12:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7235995#M883</guid>
      <dc:creator>okalinin</dc:creator>
      <dc:date>2025-02-25T12:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236002#M884</link>
      <description>&lt;P&gt;Thanks. For the node in which authorization not working, I think it is because of non presence of API server in that node. Initial PAM configurations looks same in all the nodes. Howeve inconsistent behavior of other 2 nodes where sometime authorization is going through and sometime failing is more worrysome.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 14:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236002#M884</guid>
      <dc:creator>PrativaNayak</dc:creator>
      <dc:date>2025-02-25T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236006#M885</link>
      <description>&lt;P&gt;You mentioned:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;quote&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;Now we are not able to login to MCS with mapr user and in the log similar PAM Authentication error is thrown&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;/quote&amp;gt;&lt;/P&gt;&lt;P&gt;From that it sounds that the authentication issue is present on MCS (API server) nodes. In any case, my earlier comment applies to any node affected by PAM authentication failures, regardless of installed services. Would you be able to use the recommended approach with pamtester in your environment?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 14:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236006#M885</guid>
      <dc:creator>okalinin</dc:creator>
      <dc:date>2025-02-25T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236045#M886</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2031651"&gt;@okalinin&lt;/a&gt;&amp;nbsp;Installed PAMTESTER in all 3 nodes and below is the successful authentication response from all 3 nodes.&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="op.JPG" style="width: 739px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/147090i731E9000AB4805F0/image-size/large?v=v2&amp;amp;px=2000" role="button" title="op.JPG" alt="op.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Before executing this we had done some changes as instructed in the below page and restarted ezmeral. Post that MCS authentication is happening, in node-1 &amp;amp;2 behaviour continues to be random and node-3 not connecting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.ezmeral.hpe.com/datafabric-customer-managed/78/SecurityGuide/MapRTicketsAndPAM.html?hl=pam%2Cuser" target="_blank" rel="noopener"&gt;https://docs.ezmeral.hpe.com/datafabric-customer-managed/78/SecurityGuide/MapRTicketsAndPAM.html?hl=pam%2Cuser&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And post above change, for node 1 &amp;amp; 2 PAM Authentication Error is not observed in api-server.log but randomly seen in data-access-gateway.log. I am suspecting it is perhaps some internal process of ezmeral which is blocking connection not really a OS level PAM error. Not sure..&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 08:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236045#M886</guid>
      <dc:creator>PrativaNayak</dc:creator>
      <dc:date>2025-02-28T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236318#M889</link>
      <description>&lt;P&gt;Could you please pick one node where the issue occurs and share exact log messages for both apiserver and DAG (data access gateway) authentication errors?&lt;BR /&gt;Also, you've ran pamtester tests for mapr user. Do authentication errors occur for mapr user or some other user?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 09:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236318#M889</guid>
      <dc:creator>okalinin</dc:creator>
      <dc:date>2025-02-28T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Query: Need Help with Data Access Gateway Setup and random PAM authentication failure issue</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236742#M890</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 14:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/need-help-with-data-access-gateway-setup-and-random-pam/m-p/7236742#M890</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2025-03-06T14:11:02Z</dc:date>
    </item>
  </channel>
</rss>

