- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- iplanet issues
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:14 AM
11-15-2004 05:14 AM
I am running WebAdvisor (from Datatel) running on iplanet running on HPUX 11.00 (L1000).
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.
Also I have noticed that the ns-httpd process hogs > 100% of cpu resources while it hangs up.
any ideas.
tvmia.
ap.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:30 AM
11-15-2004 05:30 AM
Solution1) 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.
2) You don't have kernel parameters set appropriately for high load. Any change will require a boot. check, nproc, nfile and maxuprc
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
3) General performance problems: collect performance data with the attached script and see where the bottleneck is.
4) Run gpm and see if there are other unmentioned system variables that are being maxed out.
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.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 06:35 AM
11-15-2004 06:35 AM
Re: iplanet issues
I get the following error log entry:
15/Nov/2004:11:55:52] config ( 5977): SIGFPE 8* arithmetic exception
[15/Nov/2004:11:55:52] config ( 5977): si_signo [8]: SIGFPE 8* arithmetic exception
[15/Nov/2004:11:55:52] config ( 5977): si_errno [0]: Error 0
[15/Nov/2004:11:55:52] config ( 5977): si_code [13]: FPE_COND [addr: 0xc157b113]
[15/Nov/2004:11:55:52] config ( 5977): stackpointer=69F888C8
Other than this:
nproc = 1024
maxuprc = 256
Could maxdsiz/maxtsiz/maxssiz have anything to do with this?
thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 06:58 AM
11-15-2004 06:58 AM
Re: iplanet issues
When you get this error?? Do you experience performance problems?? Which one - cpu, network, disk??
Also do you hot any of the kernel tunables??
check with
sar -v 5 5
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 07:21 AM
11-15-2004 07:21 AM
Re: iplanet issues
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 07:27 AM
11-15-2004 07:27 AM
Re: iplanet issues
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.
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:35 PM
11-15-2004 05:35 PM
Re: iplanet issues
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:58 PM
11-15-2004 05:58 PM
Re: iplanet issues
kmtune will list them all for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com