- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disabling memory swaping on HPUX 11.31
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
05-06-2008 09:10 AM
05-06-2008 09:10 AM
Hello everyone,
I can't find any information telling me how to disable the memory swaping on 11.31, in previous releases it was handled by parameter swapmem_on, which is not longer used by the OS, so I really apreciate any help concerning this issue, I need machine to work with the whole memory for applications.
Best regards,
Cristian.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 09:21 AM
05-06-2008 09:21 AM
Re: Disabling memory swaping on HPUX 11.31
The tunable swapmem_on has been obsoleted. Pseudo-swap will always be enabled, as
was the default for previous releases of HP-UX.
- Tags:
- swapmem_on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 10:39 AM
05-06-2008 10:39 AM
Re: Disabling memory swaping on HPUX 11.31
> I need machine to work with the whole memory for applications.
This sounds as if you are confused about pseudo_swap. The concept is simply bookeeping. Pseudo_swap is space in RAM for programs and data that do not have a space on the disk. The term is often referred to as memory-based swap but that is quite incorrect. Pseudo_swap simply removes the restriction that every program and data area in RAM must be reserved some place in swap.
All of your memory is available to all of your programs, but if you are running legacy 32bit programs, these programs have extreme limitations on the amount of memory they can use.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 11:30 AM
05-06-2008 11:30 AM
Re: Disabling memory swaping on HPUX 11.31
I don't think you want to disable it. Swap is necessary for normal OS operation. To avoid swapping you simply throw more memory at the system than it will ever use.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 12:29 PM
05-06-2008 12:29 PM
Re: Disabling memory swaping on HPUX 11.31
Hello,
First at all, thanks to all of you for quick resonses.
Well, I don't want to disable swaping at all, I just want to know if it is possible disabling the pseudo-swap, as it was possible in the previous hpux releases by setting the swapmem_on parameter to 0. I have been trying to do some research about it without success, so, I don't know if I can do this by setting some new parameters in 11.31 or I just cannot do it at all on 11.31.
Thanks very much again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 07:26 PM
05-06-2008 07:26 PM
SolutionIf there's some reason other than idle curiosity you think you wanted to disable it, please state it so your concerns can be addressed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 08:08 PM
05-06-2008 08:08 PM
Re: Disabling memory swaping on HPUX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 08:44 PM
05-11-2008 08:44 PM
Re: Disabling memory swaping on HPUX 11.31
I really apreciate all of your valuable comments and help...thanks very much indeed.