- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add file system swap more than 4 gig
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
тАО05-23-2005 02:12 AM
тАО05-23-2005 02:12 AM
Just try to add new swap filesystem to 5120 meg on HP-ux 11.11.
It success (did via sam), and reboot,..
but when view via swapinfo -tam,
it just display that localfs swap FREE '1024' and LIMIT '1024'
weird, Is there some limitation (4Gig ??) for creating swap filesystem ?
Thxs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 02:18 AM
тАО05-23-2005 02:18 AM
Re: add file system swap more than 4 gig
Set maxswapchunks to the maximum size (16384), there is no disadvantage to this and it will let you add in future if you require. Assuming the default swchunk of 2048 this will allow up to 32Gb swap. The default value allows much less than this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 02:25 AM
тАО05-23-2005 02:25 AM
Re: add file system swap more than 4 gig
so I think the problem is not on kernel conf.
I tried several time and still no result.
But when I tried with value < 4000 meg, it 's ok , claim & view correctly via swapinfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 02:30 AM
тАО05-23-2005 02:30 AM
Re: add file system swap more than 4 gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:05 AM
тАО05-23-2005 03:05 AM
Re: add file system swap more than 4 gig
already set maxswapchunk to max (16384)
try to add 5120 meg,..and still doesn't work
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
localfs 934 0 934 0% 1024 0 2 /home/paging
reserve - 1934 -1934
memory 6324 71 6253 1%
total 11354 2005 9349 18% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 05:46 AM
тАО05-23-2005 05:46 AM
Re: add file system swap more than 4 gig
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_27007&context=hpux:800:11:11
( SR:8606364569 CR:JAGaf25208 )
swapinfo(1M) command reports incorrect values for the the configured filesystem swap space for values greater than 2 GB. This is happening because of overflow in storing the values greater than 2 GB in the data variables.
Resolution:
The code is modified to display correct data for values greater than 2 GB.