- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swap size - 131072 MB
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-14-2010 07:08 AM
тАО12-14-2010 07:08 AM
At install when I'm on the filesystem tab and chaging the the space for swap it maxed to 131072. Is there a way to set a bigger number?
Thanks,
f. halili
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:12 AM
тАО12-14-2010 07:12 AM
Re: Swap size - 131072 MB
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:16 AM
тАО12-14-2010 07:16 AM
Re: Swap size - 131072 MB
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:18 AM
тАО12-14-2010 07:18 AM
Re: Swap size - 131072 MB
Not a very detailed description of anything.
> [...] At install when I'm on the filesystem
> tab [...]
"At install" of what, exactly? Whose "the
filesystem tab"? After you did what?
> [...] Is there a way to set a bigger
> number?
There may be, but it might depend on what
you're doing, and with my weak psychic
powers, that's not very clear.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:18 AM
тАО12-14-2010 07:18 AM
Re: Swap size - 131072 MB
I'm still installing from DVD, so I still can't change the maxswapchunks.
Thanks,
f. halili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:20 AM
тАО12-14-2010 07:20 AM
Re: Swap size - 131072 MB
The 2nd swap space is a good plan. Do you know if 131072 is a true limit?
Thanks,
f. halili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:25 AM
тАО12-14-2010 07:25 AM
Re: Swap size - 131072 MB
Here it is with more details ...
I'm building a new machine HPUX 11.31 and one of my requirements is to make swap size 2.5x the memory. Memory of machine is 64 gig.
At OS install when I'm on the filesystem tab at Ignite itool, changing the the space for swap it maxed to 131072. Is there a way to set a bigger number?
Thanks,
f. halili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:25 AM
тАО12-14-2010 07:25 AM
Solution>>> chaging the the space for swap it maxed to 131072.
This could be System Default max-limit value of (Primary-swap) which can bet set.
Step for Adding Secondary swap:-
Create the logical volume for your secondary swap:
# lvcreate -L 128 /dev/vgxx
NOTE: "-L 128" is the size of desired swap
Verify the physical volume:
# pvdisplay /dev/dsk/cxdxdx
Verify the physical volume assigned to volume group:
# vgdisplay -v
Verify the logical volume:
# lvdisplay /dev/vgxx/lvolxx
Use SAM to declare your new secondary swap or use the command line:
# swapon /dev/vgxx/lvolxx
Verify it has been added in "/etc/fstab" when using SAM, or add it manually when using the command line.
Example:
/dev/vgxx/lvolxx . swap defaults 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:54 AM
тАО12-14-2010 07:54 AM
Re: Swap size - 131072 MB
The question is if this is *really* needed and why?
What if you have - let's say 1TB RAM. Would you still need 2.5x swap size?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 07:56 AM
тАО12-14-2010 07:56 AM
Re: Swap size - 131072 MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2010 11:56 PM
тАО12-14-2010 11:56 PM
Re: Swap size - 131072 MB
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1460076