<?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: iplanet issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422375#M861982</link>
    <description>Seems we have entered the realm of iplanet issues. I think you have an application issue and need to obtain patches.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 15 Nov 2004 15:21:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-11-15T15:21:21Z</dc:date>
    <item>
      <title>iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422371#M861978</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am running WebAdvisor (from Datatel) running on iplanet running on HPUX 11.00 (L1000).&lt;BR /&gt;&lt;BR /&gt;During student registration time (currently) I get the following error message about every 1 hour.  The system hangs up - that is the webserver is not accessible and I need to restart the webserver again.&lt;BR /&gt;&lt;BR /&gt;Also I have noticed that the ns-httpd process hogs &amp;gt; 100% of cpu resources while it hangs up.&lt;BR /&gt;&lt;BR /&gt;any ideas.&lt;BR /&gt;&lt;BR /&gt;tvmia.&lt;BR /&gt;&lt;BR /&gt;ap.</description>
      <pubDate>Mon, 15 Nov 2004 13:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422371#M861978</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2004-11-15T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422372#M861979</link>
      <description>Possible issues from a systems standpoint:&lt;BR /&gt;&lt;BR /&gt;1) System is simply overloaded. Too many things are happening at the same time and you need to restrict the number of simultaneous logins. Perhaps you could task another server to balance the load.&lt;BR /&gt;&lt;BR /&gt;2) You don't have kernel parameters set appropriately for high load. Any change will require a boot. check, nproc, nfile and maxuprc&lt;BR /&gt;&lt;BR /&gt;The last one there defaults to 75 and is the maximum number of processes any user can have. Since iplanet is owned by a single user, high load times like registration will overload it. Try 200 or even higher. nproc must also be increased&lt;BR /&gt;&lt;BR /&gt;3) General performance problems: collect performance data with the attached script and see where the bottleneck is.&lt;BR /&gt;&lt;BR /&gt;4) Run gpm and see if there are other unmentioned system variables that are being maxed out.&lt;BR /&gt;&lt;BR /&gt;From the iplanet perspective, the product may have logs, and they should be examined for error messages that would be useful in figuriing this all out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Nov 2004 13:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422372#M861979</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-15T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422373#M861980</link>
      <description>thnks with that script.&lt;BR /&gt;&lt;BR /&gt;I get the following error log entry:&lt;BR /&gt;&lt;BR /&gt;15/Nov/2004:11:55:52] config ( 5977):  SIGFPE 8* arithmetic exception  &lt;BR /&gt;&lt;BR /&gt;[15/Nov/2004:11:55:52] config ( 5977):  si_signo [8]: SIGFPE 8* arithmetic exception    &lt;BR /&gt;&lt;BR /&gt;[15/Nov/2004:11:55:52] config ( 5977):  si_errno [0]: Error 0    &lt;BR /&gt;&lt;BR /&gt;[15/Nov/2004:11:55:52] config ( 5977):  si_code [13]: FPE_COND [addr: 0xc157b113]      &lt;BR /&gt;&lt;BR /&gt;[15/Nov/2004:11:55:52] config ( 5977):  stackpointer=69F888C8    &lt;BR /&gt;&lt;BR /&gt;Other than this:&lt;BR /&gt;&lt;BR /&gt;nproc = 1024&lt;BR /&gt;maxuprc = 256&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could maxdsiz/maxtsiz/maxssiz have anything to do with this?&lt;BR /&gt;&lt;BR /&gt;thanks again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 14:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422373#M861980</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2004-11-15T14:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422374#M861981</link>
      <description>Is the process config, part of Webadviser software?? In that case you need to talk to them also.&lt;BR /&gt;&lt;BR /&gt;When you get this error?? Do you experience performance problems?? Which one - cpu, network, disk?? &lt;BR /&gt;Also do you hot any of the kernel tunables??&lt;BR /&gt;check with&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 15 Nov 2004 14:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422374#M861981</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-15T14:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422375#M861982</link>
      <description>Seems we have entered the realm of iplanet issues. I think you have an application issue and need to obtain patches.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Nov 2004 15:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422375#M861982</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-15T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422376#M861983</link>
      <description>what is 'hot' kernal tunables mean?  sorry for dumb question.&lt;BR /&gt;&lt;BR /&gt;Also the config process (i think) is basically an instance of the iplanet running.  when i get the above errors in the error log the registration page is not accessible...basically spinning IE icon and nothing else.&lt;BR /&gt;&lt;BR /&gt;i need to tune the iplanet and/or HPUX kernel in such a way that this does not happen.  we are small college and students at online registration aren't too many (about 200 at a time).</description>
      <pubDate>Mon, 15 Nov 2004 15:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422376#M861983</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2004-11-15T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422377#M861984</link>
      <description>I suppose the most comprehensive patch to iPlanet would be to install Zeus :)  It even does NSAPI.&lt;BR /&gt;&lt;BR /&gt;Still, SIGFPE sounds like something along the lines of a divide by zero or something.  I suppose running-out of memory could cause chasing a bad pointer going into lala land and getting some bad numbers on which to perform math.</description>
      <pubDate>Tue, 16 Nov 2004 01:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422377#M861984</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-11-16T01:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: iplanet issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422378#M861985</link>
      <description>hot tunables probably refers to kernel parameters. I mentioned some of the most important in such issues.&lt;BR /&gt;&lt;BR /&gt;kmtune will list them all for you.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 01:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-issues/m-p/3422378#M861985</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-16T01:58:09Z</dc:date>
    </item>
  </channel>
</rss>

