<?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: Netscape Directory server V6.21 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949358#M542860</link>
    <description>Hi,&lt;BR /&gt;But my server is crashing after few operaions just before slapi_add_internal or slapi_delete_internal. Whether memory is the concern.&lt;BR /&gt;&lt;BR /&gt;One more thing How i can set these variables:&lt;BR /&gt;nsslapd-cachesize,nsslapd-cachememsize,    nsslapd-dbcachesize and nsslapd-import-cachesize.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;sandy</description>
    <pubDate>Thu, 22 Feb 2007 05:40:31 GMT</pubDate>
    <dc:creator>Netscape Directory serv</dc:creator>
    <dc:date>2007-02-22T05:40:31Z</dc:date>
    <item>
      <title>Netscape Directory server V6.21</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949356#M542858</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am adding,modifying and deleting some entry on directory server through extended operation on directory server.But sometimes server crashes while adding/modifying/deleting entry just before pb=slapi_add_internal or pb=slapi_delete_internal. Please help me in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sandy</description>
      <pubDate>Thu, 22 Feb 2007 04:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949356#M542858</guid>
      <dc:creator>Netscape Directory serv</dc:creator>
      <dc:date>2007-02-22T04:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Netscape Directory server V6.21</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949357#M542859</link>
      <description>Sandy,&lt;BR /&gt;What is the data in SLAPI_PLUGIN_INTOP_RESULT ?&lt;BR /&gt;&lt;BR /&gt;According to the 6.1 documentation:&lt;BR /&gt;"slapi_add_internal_pb()&lt;BR /&gt;&lt;BR /&gt;Returns&lt;BR /&gt;This function returns one of the following values:&lt;BR /&gt;â ¢ 0 if successful.&lt;BR /&gt;â ¢ -1 if an error occurs. If -1 is returned, the SLAPI_PLUGIN_INTOP_RESULT field of&lt;BR /&gt;the parameter block should be consulted to determine the precise LDAP result&lt;BR /&gt;code.&lt;BR /&gt;&lt;BR /&gt;Description&lt;BR /&gt;The function performs an internal add operation based on a parameter block. The&lt;BR /&gt;parameter block should be initialized by calling slapi_add_internal_set_pb()&lt;BR /&gt;or slapi_add_entry_internal_set_pb().&lt;BR /&gt;&lt;BR /&gt;Memory Concerns&lt;BR /&gt;None of the parameters that are passed slapi_add_internal_set_pb() are&lt;BR /&gt;altered or consumed by this function. The entry parameter that is passed to&lt;BR /&gt;slapi_add_entry_internal_set_pb() is consumed by a successful call to this&lt;BR /&gt;function."&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.</description>
      <pubDate>Thu, 22 Feb 2007 04:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949357#M542859</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-22T04:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Netscape Directory server V6.21</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949358#M542860</link>
      <description>Hi,&lt;BR /&gt;But my server is crashing after few operaions just before slapi_add_internal or slapi_delete_internal. Whether memory is the concern.&lt;BR /&gt;&lt;BR /&gt;One more thing How i can set these variables:&lt;BR /&gt;nsslapd-cachesize,nsslapd-cachememsize,    nsslapd-dbcachesize and nsslapd-import-cachesize.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;sandy</description>
      <pubDate>Thu, 22 Feb 2007 05:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949358#M542860</guid>
      <dc:creator>Netscape Directory serv</dc:creator>
      <dc:date>2007-02-22T05:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Netscape Directory server V6.21</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949359#M542861</link>
      <description>Hello Sandy.  Please describe the plugin you're using that handles your extended operations.  Plugins are loaded into ns-slapd's process space and certainly are capable of corrupting memory; freeing something it shouldn't, clobbering structures it doesn't own, etc.&lt;BR /&gt;&lt;BR /&gt;Regarding configuring the DB, nsslapd-dbcachesize and nsslapd-import-cachesize are in the database plugin configuration entry:&lt;BR /&gt;cn=config,cn=ldbm database,cn=plugins,cn=config&lt;BR /&gt;&lt;BR /&gt;Entrycache is controlled per backend in the backend specific entries.  For example, for the userRoot backend:&lt;BR /&gt;cn=userRoot,cn=ldbm database,cn=plugins,cn=config&lt;BR /&gt;&lt;BR /&gt;You can modify them via LDAP, using the admin GUI, or if the server is shut down in the backing dse.ldif file.</description>
      <pubDate>Mon, 26 Feb 2007 14:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-directory-server-v6-21/m-p/3949359#M542861</guid>
      <dc:creator>Weltman, Ulf</dc:creator>
      <dc:date>2007-02-26T14:00:06Z</dc:date>
    </item>
  </channel>
</rss>

