- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Panic
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
03-22-2002 03:01 PM
03-22-2002 03:01 PM
Reboot after panic: callout table overflow
can anyone give me more information?
this is an N-class running 11.0
TIA
Rusty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 03:17 AM
03-25-2002 03:17 AM
Re: System Panic
Then I would look into why there is no dump. Check 'crashconf -v', /etc/rc.config.d/ crashconf & savecrash and try running 'savecrash -r'. If you succeed in getting a dump I would recommend contacting your local response center.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 03:35 AM
03-25-2002 03:35 AM
Re: System Panic
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 03:49 AM
03-25-2002 03:49 AM
Re: System Panic
Patch PHKL_22330 might help (if you don't have it yet :-).
Regards (have been trying for a day to get this posted :-),
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 04:06 AM
03-25-2002 04:06 AM
Re: System Panic
You have to increase the value of your kernel parameter "ncallout" which is "The max number of pernding timeouts".
I don't know how much the value of this parameter is on your system, but you may still need to increase it by 30%.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 04:53 AM
03-25-2002 04:53 AM
SolutionMake sure the patches are up to date (ie, Support Plus CDROM or download from ITRC) and if you are running lots of threaded programs, bump up ncallout to 4000 to 8000 and nkthread to a similar value.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:52 AM
03-25-2002 07:52 AM
Re: System Panic
NCALLOUT (16+NPROC) NPROC (20+8*MAXUSERS)
MAXUSERS 32
Any of the above can be modified
Adjusting it is trial & error.
Hope this helps.
Ross Martin
HP Repsonse Center
Check ITRC for further documents and helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:56 AM
03-25-2002 07:56 AM
Re: System Panic
Try this link.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=94e87b400c53646357/screen=ckiDisplayDocument?docId=200000056242887
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 06:22 PM
03-25-2002 06:22 PM
Re: System Panic
The reason for the crash is number of pending timeouts on the system might have exceeded the maximum number of allowable pending timeouts on the system which is determined by kernel parameter ncallout .
Try increasing the value of this ncallout parameter. HP recommends to set ncallout to a value greater than the sum of nkthread + the number of I/O devices connected to the machine.
regards,
U.SivaKumar.