<?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: SuSE Linux 9 SP3 - LDAP - SMH not getting started while server boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999042#M65747</link>
    <description>there was some issue with LADP setting , customr doe that &amp;amp; issue got resolved.</description>
    <pubDate>Mon, 19 Mar 2007 02:36:42 GMT</pubDate>
    <dc:creator>Dreams_unlimited</dc:creator>
    <dc:date>2007-03-19T02:36:42Z</dc:date>
    <item>
      <title>SuSE Linux 9 SP3 - LDAP - SMH not getting started while server boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999039#M65744</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am new to this fourm &lt;BR /&gt;&lt;BR /&gt;I have one issue regarding SLES 9 SP3 - LDAP - HP system management homepage 2.1.5-146&lt;BR /&gt;&lt;BR /&gt;cu has updated the PSP 7.52 on DL740 server &amp;amp; now the hpsmh is not getting started it is giving the error massage in /var/spool/opt/hp/hpsmh/logs/error_log:&lt;BR /&gt;hpsmhd: cyrus.c:439: ldap_int_sasl_open: Assertion `lc-&amp;gt;lconn_sasl_ctx == ((void *)0)' failed.&lt;BR /&gt;&lt;BR /&gt;We discovered that hpsmh can't be started using '/etc/init.d/hpsmhd&lt;BR /&gt;start' if nscd is not running. Unfortunately hpsmhd is started just&lt;BR /&gt;before nscd during system boot. If we start it manually afterwards (&lt;BR /&gt;/etc/init.d/hpsmhd start) all is fine.&lt;BR /&gt;&lt;BR /&gt;This error is seen only if nscd is not running, so it seems to be&lt;BR /&gt;somehow related to ldap.&lt;BR /&gt; &lt;BR /&gt;So we dived deeper into it. In our setup we use LDAP to manage users&lt;BR /&gt;and groups. If nscd is running, LDAP is handled transparently.&lt;BR /&gt;However, if nscd is *not* running, libnss_* is handling LDAP on behalf&lt;BR /&gt;of the calling application *inside* the calling application.&lt;BR /&gt; &lt;BR /&gt;We started capturing the packets from the host to our LDAP-servers,&lt;BR /&gt;and yes: SSL handschake failed if nscd was not running.&lt;BR /&gt; &lt;BR /&gt;We assume this to be the problem. Running strace, we can observe the&lt;BR /&gt;following:&lt;BR /&gt; &lt;BR /&gt;- /opt/hp/hpsmh/sbin/smhstart is called somewhere in the startup of&lt;BR /&gt;hpsmh. This binary is linked against it's own set of SSL libraries&lt;BR /&gt;(namely libssl.so.0.9.7 ) found in /opt/hp/hpsmh/lib. These&lt;BR /&gt;libraries are loaded through ld.so. &lt;BR /&gt;- If nscd is not running, /opt/hp/hpsmh/sbin/smhstart loads&lt;BR /&gt;libnss_ldap later, which in turn is linked against libldap.so&lt;BR /&gt;(system library from /usr/lib) which is finally linked against&lt;BR /&gt;/usr/lib/libssl.so.0.9.6. So we end up with two different version of&lt;BR /&gt;libssl dynamically loaded into the same process. &lt;BR /&gt; &lt;BR /&gt;The symbol table of the process is obviously garbled afterwards,&lt;BR /&gt;finally resulting in SSL errors (maybe due to one libssl calling&lt;BR /&gt;functions from the other libssl?). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;need help......</description>
      <pubDate>Wed, 23 Aug 2006 03:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999039#M65744</guid>
      <dc:creator>Dreams_unlimited</dc:creator>
      <dc:date>2006-08-23T03:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: SuSE Linux 9 SP3 - LDAP - SMH not getting started while server boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999040#M65745</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Welcome to the forums. I think you will find your answer here.&lt;BR /&gt;&lt;BR /&gt;I think you may be able to resolve this by changing the value in LD_LIBARY_PATH in the startup script.&lt;BR /&gt;&lt;BR /&gt;It seems that the utility is getting a different version of openssl that it needs to function properly.&lt;BR /&gt;&lt;BR /&gt;Do also check with HP support and see if this specific OS/software combination is supported. IF not, you may not be able to run this service.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Aug 2006 03:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999040#M65745</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-23T03:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: SuSE Linux 9 SP3 - LDAP - SMH not getting started while server boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999041#M65746</link>
      <description>Thanks for your quick reply&lt;BR /&gt;&lt;BR /&gt;I have checked the support matrix of hp system management homepage &amp;amp; it stats that SLES 9 SP3 + LDAP is supported&lt;BR /&gt;&lt;BR /&gt;could you please tell me what exact changes we have to do in above mention file &amp;amp; where&lt;BR /&gt;&lt;BR /&gt;as i am not expert in linux scripting</description>
      <pubDate>Wed, 23 Aug 2006 03:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999041#M65746</guid>
      <dc:creator>Dreams_unlimited</dc:creator>
      <dc:date>2006-08-23T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: SuSE Linux 9 SP3 - LDAP - SMH not getting started while server boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999042#M65747</link>
      <description>there was some issue with LADP setting , customr doe that &amp;amp; issue got resolved.</description>
      <pubDate>Mon, 19 Mar 2007 02:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-9-sp3-ldap-smh-not-getting-started-while-server-boot/m-p/4999042#M65747</guid>
      <dc:creator>Dreams_unlimited</dc:creator>
      <dc:date>2007-03-19T02:36:42Z</dc:date>
    </item>
  </channel>
</rss>

