- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swap space problem
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
06-24-2003 08:36 AM
06-24-2003 08:36 AM
swap space problem
I modified maxswapchunks=25 , for 50 MB of swap (in order to find out how the system behaves when swap space is scarce). Well, it boots fine, but I can't modify maxswapchunks back to the previous value, because I can't recompile the new kernel (out-of-memory errors). Is there a way out of this?
(HP-UX 11.11, 256MB)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 08:39 AM
06-24-2003 08:39 AM
Re: swap space problem
You can boot your system using the previous kernel.
Interrupt the autoboot when the system is booting up then enter the ISL prompt to issue the command to boot from previous kernel.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 08:40 AM
06-24-2003 08:40 AM
Re: swap space problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 08:42 AM
06-24-2003 08:42 AM
Re: swap space problem
This thread below can surely help you.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xea1d5bd3782dd711abdc0090277a778c,00.html
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 09:31 AM
06-24-2003 09:31 AM
Re: swap space problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 11:59 AM
06-24-2003 11:59 AM
Re: swap space problem
When you compile kernel the old version saved
as vmunix.prev
so in the boot you can load it and then compile again the kernel.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:21 PM
06-24-2003 03:21 PM
Re: swap space problem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 05:04 AM
06-25-2003 05:04 AM
Re: swap space problem
Yep agree to boot off your .PREV.
N.B.
The formula for Configuring SWAP is as follows.
Formula example:
MAXSWAPCHUNKS X SWCHUNKS X 1024 =
8000 X 2048 Def X 1024 = 16777216000
= 16Gb
This then sets a "maximum setting" of 16Gb's of swap allowed to be configured.
"As Bill said"
If you have secondary swap space and you want to reduce the amount of swap space you could hash out the entry in the /etc/fstab
Example
/dev/vg00/swap2 ... swap pri=2 0 0
Then reboot, the server will come back with less swap only primary configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 05:06 AM
06-25-2003 05:06 AM