- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pseudo swap vs. device swap
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-09-2004 11:39 PM
06-09-2004 11:39 PM
I'm wondering abount swap setting in the kernel and OS.
We have one host with 16 GB of memory, pseudoswap is on (swapmem_on = 1) and we have a device swap of 4 GB.
The system is not suppose to swap, but what happens if it does start to swap. Say some DBA is setting the SGA/PGA size to high so that it will allocate 20 GB of memory when the database starts. What happens then?
In our case the system froze. And when the DBA killed the startup prosess (start of DB), I was able to login. But I couldn't start SAM or anything else. In the end I had to reboot, but even the reboot froze and I had to turn the power off and reboot.
So should I then actually set up enough swapspace on a device to prevent such behavior or is there anything else I could do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 11:51 PM
06-09-2004 11:51 PM
Re: pseudo swap vs. device swap
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 11:57 PM
06-09-2004 11:57 PM
Re: pseudo swap vs. device swap
And what's the reason of setting it to that amount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 12:01 AM
06-10-2004 12:01 AM
Re: pseudo swap vs. device swap
First try creating the device sawp of 16 GB and monitor the performance. I hope that should work.
In case you face any problem try increasing it 1 1/2 times of your Memory.
I think 1x is ok for you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 12:07 AM
06-10-2004 12:07 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147580
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=483127
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 02:24 AM
06-10-2004 02:24 AM
Re: pseudo swap vs. device swap
It is a good idea to keep the device swap equal to the memory even if you enabled swapmem_on otherwise you may not be able to use all of your memory. This is because as the system is used, the memory reserved to allocate swap will be gradually reduced.
In your case, having atleast 20GB of virtual memory (swap) is required otherwise you will not be able to start the database. So, before starting the database, run 'swapinfo -t' and make sure the "KB free" is atleast 20GB otherwise you will run out of swap.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 02:44 AM
06-11-2004 02:44 AM