<?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 Hello, Alfonso in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055044#M51466</link>
    <description>&lt;P&gt;Reply from: Alexander Gutkin (Intel)&lt;/P&gt;

&lt;P&gt;Hello, Alfonso&lt;/P&gt;

&lt;P&gt;Configuring 2 MIC cards for LDAP should be no different than 1.&lt;/P&gt;

&lt;P&gt;Let's take some debug steps first to make sure your bridge is configured properly.&lt;/P&gt;

&lt;P&gt;Log on to the mic1 and from the mic1's terminal window ping the LDAP server. Continuing with the example from the article the command would look like&lt;/P&gt;

&lt;P&gt;mic1 # ping&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: 'Courier New', 'DejaVu Sans Mono', monospace, sans-serif; font-size: 14px; line-height: 22.399999618530273px;"&gt;10.110.0.103&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If that worked, next step would be to verify that PAM is properly configured on mic1. To do so, from the card issue command&lt;/P&gt;

&lt;P&gt;mic1 # tail -f /var/log/messages&lt;/P&gt;

&lt;P&gt;At the same time. &amp;nbsp;ssh from the host&amp;nbsp;to the card with the LDAP user name:&lt;/P&gt;

&lt;P&gt;$ssh apardo@mic1&lt;/P&gt;

&lt;P&gt;When the system will prompt you for the password, enter incorrect one to trigger logging to /var/log/messages. You will see output in mic1 terminal window similar to this:&lt;/P&gt;

&lt;P&gt;Jul &amp;nbsp;9 10:20:27 mic1 auth.err sshd[4920]: pam_ldap: error trying to bind as user "uid=apardo,ou=people,dc=micdomain,dc=com" (Invalid credentials)&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:28 mic1 authpriv.notice sshd[4920]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=host &amp;nbsp;user=sush&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:30 mic1 auth.err sshd[4918]: error: PAM: Authentication failure for sush from host&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:30 mic1 auth.info sshd[4918]: Postponed keyboard-interactive for apardo from 192.168.0.110 port 54720 ssh2 [preauth]&lt;/P&gt;

&lt;P&gt;If that worked, one final step would be to verify that you have the following files present on &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;/var/mpss/mic1/etc&amp;nbsp;&lt;/SPAN&gt;and identical to those on /var/mpss/mic0/etc:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;ldap.conf&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.6em; color: rgb(102, 102, 102); white-space: pre-wrap;"&gt;nsswitch.conf&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;pam.d/common-auth&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;ssh/sshd_config&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2014 01:05:07 GMT</pubDate>
    <dc:creator>Alexander_G_Intel</dc:creator>
    <dc:date>2014-07-10T01:05:07Z</dc:date>
    <item>
      <title>LDAP configuration problems</title>
      <link>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055043#M51465</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I have a node with two Xeon Phi (mic0 and mic1). I have configured the LDAP support by the Intel manual: &lt;A href="https://software.intel.com/en-us/articles/setting-up-ldap-support-for-intel-xeon-phi-coprocessors" target="_blank"&gt;https://software.intel.com/en-us/articles/setting-up-ldap-support-for-intel-xeon-phi-coprocessors&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The configuration was successfully and I can login with my LDAP account in the mic0, but I the LDAP configuration don't work in mic1.&lt;/P&gt;

&lt;P&gt;The LDAP and PAM are the same in both Xeon Phi:&lt;/P&gt;

&lt;P&gt;/var/mpss/mic0/etc/ldap.conf&lt;BR /&gt;
	/var/mpss/mic0/etc/ssh/sshd_config&lt;BR /&gt;
	/var/mpss/mic0/etc/pam.d/common-auth&lt;BR /&gt;
	/var/mpss/mic0/etc/nsswitch.confetc/mpss/mic0.conf&lt;/P&gt;

&lt;P&gt;If I run "id apardo" inside Xeon Phi Mic0 I get:&lt;BR /&gt;
	id apardo&lt;BR /&gt;
	uid=1002(apardo) gid=530(use)&lt;/P&gt;

&lt;P&gt;But if I run the same command inside Xeon Phi Mic1 I get:&lt;BR /&gt;
	id apardo&lt;BR /&gt;
	id: unknown user apardo&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	This is my micctrl --config&lt;/P&gt;

&lt;P&gt;mic0:&lt;BR /&gt;
	=============================================================&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Config Version: 1.1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Linux Kernel: &amp;nbsp; /usr/share/mpss/boot/bzImage-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; BootOnStart: &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Shutdowntimeout: 300 seconds&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; ExtraCommandLine: highres=off&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; PowerManagment: cpufreq_on;corec6_off;pc3_on;pc6_off&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Root Device: &amp;nbsp; Dynamic Ram Filesystem /var/mpss/mic0.image.gz from:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Base: &amp;nbsp; &amp;nbsp; &amp;nbsp;CPIO /usr/share/mpss/boot/initramfs-knightscorner.cpio.gz&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;RPM /root/phi/mpss-3.2.3/k1om/nss-ldap-265-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;RPM /root/phi/mpss-3.2.3/k1om/pam-ldap-186-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Simple /root/phi/mpss-3.2.3/k1om /mnt/tmp on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Filelist /opt/lustre/2.5.59 /opt/lustre/2.5.59/lustre-client-mic-modules.filelist on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Filelist /opt/lustre/2.5.59 /opt/lustre/2.5.59/lustre-client-mic.filelist on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;CommonDir: Directory /var/mpss/common&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Micdir: &amp;nbsp; &amp;nbsp;Directory /var/mpss/mic0&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Network: &amp;nbsp; &amp;nbsp; &amp;nbsp; Static bridge br0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC IP: &amp;nbsp; &amp;nbsp;192.168.6.27&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host IP: &amp;nbsp; 192.168.6.23&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Net Bits: &amp;nbsp;24&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetMask: &amp;nbsp; 255.255.255.0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MtuSize: &amp;nbsp; 1500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hostname: &amp;nbsp;be01-mic0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC MAC: &amp;nbsp; 4c:79:ba:30:04:54&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host MAC: &amp;nbsp;4c:79:ba:30:04:55&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Cgroup:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Memory: &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Console: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hvc0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; VerboseLogging: Disabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CrashDump: &amp;nbsp; &amp;nbsp; &amp;nbsp;/var/crash/mic 16GB&lt;/P&gt;

&lt;P&gt;mic1:&lt;BR /&gt;
	=============================================================&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Config Version: 1.1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Linux Kernel: &amp;nbsp; /usr/share/mpss/boot/bzImage-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; BootOnStart: &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Shutdowntimeout: 300 seconds&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; ExtraCommandLine: highres=off&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; PowerManagment: cpufreq_on;corec6_off;pc3_on;pc6_off&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Root Device: &amp;nbsp; Dynamic Ram Filesystem /var/mpss/mic1.image.gz from:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Base: &amp;nbsp; &amp;nbsp; &amp;nbsp;CPIO /usr/share/mpss/boot/initramfs-knightscorner.cpio.gz&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;RPM /root/phi/mpss-3.2.3/k1om/nss-ldap-265-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;RPM /root/phi/mpss-3.2.3/k1om/pam-ldap-186-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Simple /root/phi/mpss-3.2.3/k1om /mnt/tmp on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Filelist /opt/lustre/2.5.59 /opt/lustre/2.5.59/lustre-client-mic-modules.filelist on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Overlay &amp;nbsp; &amp;nbsp;Filelist /opt/lustre/2.5.59 /opt/lustre/2.5.59/lustre-client-mic.filelist on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;CommonDir: Directory /var/mpss/common&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;Micdir: &amp;nbsp; &amp;nbsp;Directory /var/mpss/mic1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Network: &amp;nbsp; &amp;nbsp; &amp;nbsp; Static bridge br0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC IP: &amp;nbsp; &amp;nbsp;192.168.6.28&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host IP: &amp;nbsp; 192.168.6.23&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Net Bits: &amp;nbsp;24&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetMask: &amp;nbsp; 255.255.255.0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MtuSize: &amp;nbsp; 1500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hostname: &amp;nbsp;be01-mic1&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC MAC: &amp;nbsp; 4c:79:ba:30:05:b8&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host MAC: &amp;nbsp;4c:79:ba:30:05:b9&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Cgroup:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Memory: &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Console: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hvc0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; VerboseLogging: Disabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CrashDump: &amp;nbsp; &amp;nbsp; &amp;nbsp;/var/crash/mic 16GB&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Any suggestion?&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2014 11:40:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055043#M51465</guid>
      <dc:creator>Alfonso_P_</dc:creator>
      <dc:date>2014-07-03T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Hello, Alfonso</title>
      <link>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055044#M51466</link>
      <description>&lt;P&gt;Reply from: Alexander Gutkin (Intel)&lt;/P&gt;

&lt;P&gt;Hello, Alfonso&lt;/P&gt;

&lt;P&gt;Configuring 2 MIC cards for LDAP should be no different than 1.&lt;/P&gt;

&lt;P&gt;Let's take some debug steps first to make sure your bridge is configured properly.&lt;/P&gt;

&lt;P&gt;Log on to the mic1 and from the mic1's terminal window ping the LDAP server. Continuing with the example from the article the command would look like&lt;/P&gt;

&lt;P&gt;mic1 # ping&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: 'Courier New', 'DejaVu Sans Mono', monospace, sans-serif; font-size: 14px; line-height: 22.399999618530273px;"&gt;10.110.0.103&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If that worked, next step would be to verify that PAM is properly configured on mic1. To do so, from the card issue command&lt;/P&gt;

&lt;P&gt;mic1 # tail -f /var/log/messages&lt;/P&gt;

&lt;P&gt;At the same time. &amp;nbsp;ssh from the host&amp;nbsp;to the card with the LDAP user name:&lt;/P&gt;

&lt;P&gt;$ssh apardo@mic1&lt;/P&gt;

&lt;P&gt;When the system will prompt you for the password, enter incorrect one to trigger logging to /var/log/messages. You will see output in mic1 terminal window similar to this:&lt;/P&gt;

&lt;P&gt;Jul &amp;nbsp;9 10:20:27 mic1 auth.err sshd[4920]: pam_ldap: error trying to bind as user "uid=apardo,ou=people,dc=micdomain,dc=com" (Invalid credentials)&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:28 mic1 authpriv.notice sshd[4920]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=host &amp;nbsp;user=sush&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:30 mic1 auth.err sshd[4918]: error: PAM: Authentication failure for sush from host&lt;BR /&gt;
	Jul &amp;nbsp;9 10:20:30 mic1 auth.info sshd[4918]: Postponed keyboard-interactive for apardo from 192.168.0.110 port 54720 ssh2 [preauth]&lt;/P&gt;

&lt;P&gt;If that worked, one final step would be to verify that you have the following files present on &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;/var/mpss/mic1/etc&amp;nbsp;&lt;/SPAN&gt;and identical to those on /var/mpss/mic0/etc:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;ldap.conf&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.6em; color: rgb(102, 102, 102); white-space: pre-wrap;"&gt;nsswitch.conf&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;pam.d/common-auth&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;ssh/sshd_config&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 01:05:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055044#M51466</guid>
      <dc:creator>Alexander_G_Intel</dc:creator>
      <dc:date>2014-07-10T01:05:07Z</dc:date>
    </item>
    <item>
      <title>Dear Team,</title>
      <link>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055045#M51467</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;

&lt;P&gt;[root@phi1 ~]# micctrl --config&lt;/P&gt;

&lt;P&gt;mic0:&lt;BR /&gt;
	=============================================================&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Config Version: 1.1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Linux Kernel: &amp;nbsp; /usr/share/mpss/boot/bzImage-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Map File: &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/share/mpss/boot/System.map-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; BootOnStart: &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Shutdowntimeout: 300 seconds&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; ExtraCommandLine: Not configured&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; PowerManagment: cpufreq_on;corec6_off;pc3_on;pc6_off&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Root Device: &amp;nbsp; Dynamic Ram Filesystem /var/mpss/mic0.image.gz from:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Base: &amp;nbsp; &amp;nbsp; &amp;nbsp;CPIO /usr/share/mpss/boot/initramfs-knightscorner.cpio.gz&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/pam-plugin-mkhomedir-1* on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/libldap-2.4-2-2.4.23-r1.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/nss-ldap-265-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/pam-ldap-186-r0.k1om.rpm on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; Filelist /opt/lustre/2.5.2 /opt/lustre/2.5.2/lustre-client-mic-modules.filelist on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; Filelist /opt/lustre/2.5.2 /opt/lustre/2.5.2/lustre-client-mic.filelist on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CommonDir: Directory /var/mpss/common&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Micdir: &amp;nbsp; &amp;nbsp;Directory /var/mpss/mic0&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Network: &amp;nbsp; &amp;nbsp; &amp;nbsp; Static bridge br0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC IP: &amp;nbsp; &amp;nbsp;192.168.1.82&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host IP: &amp;nbsp; 192.168.1.81&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Net Bits: &amp;nbsp;24&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetMask: &amp;nbsp; 255.255.255.0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MtuSize: &amp;nbsp; 1500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hostname: &amp;nbsp;phi1-mic0.imsc.res.in&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC MAC: &amp;nbsp; 4c:79:ba:54:00:66&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host MAC: &amp;nbsp;4c:79:ba:54:00:67&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; LDAP: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;NIS: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Cgroup:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Memory: &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Console: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hvc0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; VerboseLogging: Disabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CrashDump: &amp;nbsp; &amp;nbsp; &amp;nbsp;/var/crash/mic 16GB&lt;/P&gt;

&lt;P&gt;mic1:&lt;BR /&gt;
	=============================================================&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Config Version: 1.1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Linux Kernel: &amp;nbsp; /usr/share/mpss/boot/bzImage-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Map File: &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/share/mpss/boot/System.map-knightscorner&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; BootOnStart: &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Shutdowntimeout: 300 seconds&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; ExtraCommandLine: Not configured&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; PowerManagment: cpufreq_on;corec6_off;pc3_on;pc6_off&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Root Device: &amp;nbsp; Dynamic Ram Filesystem /var/mpss/mic1.image.gz from:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Base: &amp;nbsp; &amp;nbsp; &amp;nbsp;CPIO /usr/share/mpss/boot/initramfs-knightscorner.cpio.gz&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/pam-plugin-mkhomedir-1* on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/nss-ldap-2* on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; RPM /root/mpss-3.3/k1om/pam-ldap-1* on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; Filelist /opt/lustre/2.5.2 /opt/lustre/2.5.2/lustre-client-mic-modules.filelist on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Overlay: &amp;nbsp; Filelist /opt/lustre/2.5.2 /opt/lustre/2.5.2/lustre-client-mic.filelist on&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CommonDir: Directory /var/mpss/common&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Micdir: &amp;nbsp; &amp;nbsp;Directory /var/mpss/mic1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Network: &amp;nbsp; &amp;nbsp; &amp;nbsp; Static bridge br0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC IP: &amp;nbsp; &amp;nbsp;192.168.1.83&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host IP: &amp;nbsp; 192.168.1.81&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Net Bits: &amp;nbsp;24&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetMask: &amp;nbsp; 255.255.255.0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MtuSize: &amp;nbsp; 1500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hostname: &amp;nbsp;phi1-mic1.imsc.res.in&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIC MAC: &amp;nbsp; 4c:79:ba:54:00:70&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Host MAC: &amp;nbsp;4c:79:ba:54:00:71&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; LDAP: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;NIS: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Cgroup:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Memory: &amp;nbsp; &amp;nbsp;Disabled&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Console: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hvc0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; VerboseLogging: Disabled&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CrashDump: &amp;nbsp; &amp;nbsp; &amp;nbsp;/var/crash/mic 16GB&lt;/P&gt;

&lt;P&gt;[root@phi1 ~]#&lt;/P&gt;

&lt;P&gt;MIC1 is working fine with ldap setting, but MIC0 is not authenticating .&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please guide us to resolve the problem.&lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;

&lt;P&gt;Atul Yadav&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2014 13:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055045#M51467</guid>
      <dc:creator>Atul_Y_</dc:creator>
      <dc:date>2014-10-05T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Hi Atul,</title>
      <link>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055046#M51468</link>
      <description>&lt;P&gt;Hi Atul,&lt;/P&gt;

&lt;P&gt;Micctrl --config looks correct. A good start for debugging would be to make sure the bridge is set up properly to both the cards.&lt;/P&gt;

&lt;P&gt;Couple of things you can check:&lt;/P&gt;

&lt;P&gt;1. Ping the LDAP server from the cards to check the connectivity with the LDAP server. ( Ex: from each cards terminal "&amp;nbsp;ping 192.168.0.120")&lt;/P&gt;

&lt;P&gt;2. Use "tcpdump -i bridgename(br0)" to monitor the traffic between the card and&amp;nbsp;LDAP server.&amp;nbsp;Run "id username" from the both the cards. Check if the IP packets are being sent to the server, and if you are receiving replies from server to the card( not just to the bridge, check if it gets forwarded to the card mac address).&lt;/P&gt;

&lt;P&gt;Feel free to&amp;nbsp;share the capture with us, if you like, for further debugging.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:43:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/LDAP-configuration-problems/m-p/1055046#M51468</guid>
      <dc:creator>SUSHMITH_H_Intel</dc:creator>
      <dc:date>2014-10-08T01:43:09Z</dc:date>
    </item>
  </channel>
</rss>

