- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel panic when raising maxswapchunks in 11.11
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
09-05-2007 10:46 PM
09-05-2007 10:46 PM
I wanted to add more swap to one of my boxes, so i raised the maxswapchunks value, and i get the following panic:
panic:kalloc: out of kernell virtual space
i'll give you some info on the server:
its hp-ux 11
diehard:/# kmtune | grep sw
maxswapchunks 3584 - 3584
swapmem_on 1 - 1
swchunk 4096 - 4096
i raised the value from 3584 to 9000, to get the 36 gigs of ram that i need,but after compiling the new kernel and a reboot i get the panic, i have done the same in other servers and it has worked ok.
any idea why it can happen?
Thnx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:04 AM
09-06-2007 12:04 AM
Re: kernel panic when raising maxswapchunks in 11.11
Not useful. Here are the versions of HP-UX:
11.00 11.11 11.23 11.31
Each one very different with 11.00 obsolete and unsupported. The documented limit id 16384 so 9000 is well below that limit. Reboot to the old kernel and change maxswapchunks to 4000. If this still panics your system, the problem is likely unrelated to maxswapchunks and you'll need to save the crash dump for analysis.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:13 AM
09-06-2007 12:13 AM
Re: kernel panic when raising maxswapchunks in 11.11
Read following link : http://docs.hp.com/en/B3921-90010/nsysmap.5.html
The exact error is specified there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:14 AM
09-06-2007 12:14 AM
Re: kernel panic when raising maxswapchunks in 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:30 AM
09-06-2007 12:30 AM
Re: kernel panic when raising maxswapchunks in 11.11
and the machine is working ok, i booted from the old kernel, changed it to 4000 and gave it a reboot, and it goes fine
thnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:32 AM
09-06-2007 12:32 AM
Re: kernel panic when raising maxswapchunks in 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 01:25 AM
09-06-2007 01:25 AM
Re: kernel panic when raising maxswapchunks in 11.11
Maybe something that is overlooked on only this server causes a higher usage of the kernel sysmap.
No way to be sure, but if you are stuck because you can't use the swap you need, it looks like worth a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 04:17 AM
09-06-2007 04:17 AM
Re: kernel panic when raising maxswapchunks in 11.11
Usually we do not want to increase maxswapchuck unless you are increasing more swap space and syslog recommended the value to increase the maxswapchunks.
Here is the formula
Max Swap Space = maxswapchunks * 1024 * swchunk
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:37 AM
09-06-2007 05:37 AM
SolutionI'm very curious -- is there any chance you modified any _other_ tunables at the same time (and picked up a restored value when you rebuilt)? Were there any console messages about tunables out of range in the panic boot? (And if you have the console log for the panic boot, I wouldn't mind seeing it -- though I'm not positive it will have anything meaningful either).
With a 64-bit kernel and 36Gb of RAM [which implies the 64-bit kernel], there should have been over 90Gb of virtual address space for the kernel... I'm very suspicious that we'd suddenly exhaust that..
Also, is this a nPar? Normal box? vPar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 06:00 PM
09-06-2007 06:00 PM
Re: kernel panic when raising maxswapchunks in 11.11
Its and Npar, in a superdome.
I was Only changing that value, kmtune -d , only showed the raise of maxswapchunks
I haven't got the full panic console log, i can tell you, is that it only got to the stage when it loads the kernel and then came the panic.
The prob is that it is a production machine and i only had a 5 hour window so i couldnt try different options
Thnx for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 12:42 AM
09-07-2007 12:42 AM
Re: kernel panic when raising maxswapchunks in 11.11
PHKL_29890 and PHKL_29889
I will tell you when i get the chance to stop the servers if it works.
thnx